lua---audio icon indicating copy to clipboard operation
lua---audio copied to clipboard

Module for torch to support audio i/o as well as do common operations like dFFT, generate spectrograms etc.

Results 5 lua---audio issues
Sort by recently updated
recently updated
newest added

After I installed the first two package,when I use” luarocks install https://raw.githubusercontent.com/soumith/lua---audio/master/audio-0.1-0.rockspec“ , it comes error like Scanning dependencies of target audio [ 50%] Building C object CMakeFiles/audio.dir/audio.c.o Linking C...

I've saved the 'spect' image, but there is just white-banded image. following your spectrogram example code .. What's wrong with me ?

my code: ``` lua require 'audio' aud, sample_rate = audio.load('what_a_wonderful_world.mp3') print(#aud) print(sample_rate) audio.save('test_out.mp3', aud, sample_rate) ``` output: ``` bash 6094080 2 [torch.LongStorage of size 2] ``` test_out.mp3 ends up being...

Thank you very much for your contribution Soumith. When I read the same audio file (.mp3) with your library and 'librosa' in python, I get different size as an output....

I'm getting the following error when installing with `luarocks install https://raw.githubusercontent.com/soumith/lua---audio/master/audio-0.1-0.rockspec` ``` Using https://raw.githubusercontent.com/soumith/lua---audio/master/audio-0.1-0.rockspec... switching to 'build' mode Cloning into 'lua---audio'... remote: Counting objects: 16, done. remote: Compressing objects: 100%...