tiagohpf / im-2018-assign2

Control of some Spotify's functionalities by voice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Voice Controller

A software that controls tasks of Spotify with voice.

Dependencies

You've to install SpotifyAPI-NET in order of using the functionalities of Spotify API.
You can install the packages from NuGet Package Manager Console of Visual Studio's Tools bar, by using the following command:

Install-Package SpotifyAPI-NET -Version 2.18.1

After that, go to Tools tab again and choose the option "Manage NuGet Packages for Solution" to check if you have all updates installed.

How To Run

  1. Go to IM Runtime folder, open the cmd executable and use the following command:
java -jar mmiframeworkV2
  1. Open Spotify
  2. Open and run the two Visual Studio projects: AppGui and speechModality

Login

To enter in Spotify, you've to use the following credentials:

E-mail: d1533276@nwytg.com
Password: IM20172018

About

Control of some Spotify's functionalities by voice


Languages

Language:C# 100.0%