Webapp which implements various noise detection alrorithms developed by the University of Salford's Good Recording project.
windDet
to do the actual processingaudiowaveform
to generate peak dataffmpeg
for audio file conversion and slicingsendmail
or other mailserver to send validation emails
- Make sure binaries above are available
- Copy
configuration/settings.rb.example
toconfiguration/settings.rb
and set as appropriate. bundle --without production
rackup
In the console output, server messages are in green, command line tools in yellow, user interaction in blue and errors in red.
- /features/: cucumber specs
- /public/audio: upload location for audio files
- /testdata/: files to test with
- /trees/: descision trees for windDet
- config.rb: website config
- config.ru: rackup config
- NoiseEater.rb: website app
- fileprocessor.rb: audio file processing server
- resetdb.rb: wipe the database and files
Developed by the University of Salford Acoustics Research Centre.
- Webapp by Dr. Kim Foale
- Noise detectors by Dr. Paul Kendrick
- Project Manager Prof. Trevor Cox