Skip to content

auris-project/auris-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUSIC FOR DEAF

This project promotes a translation of a .wav file to a new format (Auris Stream) to be interpreted by a haptics interface, in order to promote a better music experience for deaf users.

The project use the audio_to_midi_melodia script for extract the melody notes from an audio file and export them to MIDI.

Version

1.1

Dependencies

MUSIC FOR DEAF uses a number of depenencies to work propetly:

$ sudo apt-get install libboost-filesystem-dev

If you whant to play Auris midi in a haptics interface, you will need:

Necessary directories

After install all dependencies, create in your home directory the project directory:

$ mkdir -p MUSIC_DEAF

Create the codes directory:

$ cd $HOME/MUSIC_DEAF && mkdir -p music_for_deaf/{auris-controller/,auris-core/,auris-drivers/}

Now, create the files directories:

$ cd $HOME/MUSIC_DEAF && mkdir -p music_for_deaf_files/{audios/,auris_melodies/,midis/}

Complie and run Music For Deaf

For compile and run Music For Deaf code, first you need to clone the project:

$ cd $HOME/MUSIC_DEAF/music_for_deaf
$ git clone [email protected]:auris/auris-controller.git
cd $HOME/MUSIC_DEAF/music_for_deaf/auris-core
$ git clone [email protected]:auris/midi-melody-generator.git
$ git clone [email protected]:auris/auris-stream.git
$ git clone [email protected]:auris/auris-filter.git
cd $HOME/MUSIC_DEAF/music_for_deaf/auris-drivers
$ git clone [email protected]:auris/auris-bracelet.git

now you type:

$ cd $HOME/MUSIC_DEAF/music_for_deaf/auris-controller
$ make
$ make run

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published