interactiveaudiolab / voogle

This is code for an audio search engine that uses vocal imitations of the desired sound
MIT License
37 stars 3 forks source link

Crop the audio file to the query region before sending to server #12

Closed maxrmorrison closed 6 years ago

maxrmorrison commented 6 years ago

Will reduce the load to the server. May require passing additional methods to Recorder.exportWAV().

maxrmorrison commented 6 years ago

Query is now extracted before sending as a bytestream and decoded directly to a numpy array.