Skip to content

A simple REST server with Sinatra which processes Noise Reduction

Notifications You must be signed in to change notification settings

DevSusu/audio_nr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio_nr

A simple REST server with Sinatra which processes Noise Reduction

To Run this code, follow these steps

Setting up Sinatra

$ gem install sinatra

Creating directorynecessary for record files

$ mkdir records

Installing SoX

You might want to find out the latest version of SoX in SourceForge SoX download page

$ wget http://kent.dl.sourceforge.net/sourceforge/sox/sox-14.4.2.tar.zip
$ tar -xzvf sox-14.4.2.tar.zip
$ cd sox-14.4.2
$ ./configure
$ make
$ sudo make install

About

A simple REST server with Sinatra which processes Noise Reduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages