Hi, I'm using the Aquila library for a personal project and I was trying to load some .wav files in order to feed them to a neural network.
The problem is that the Aquila::WaveFile constructor takes a very long time and it doesn't read the .wav file properly. More explicitly, Aquila::WaveFile yields a total number of 1283469498 samples, while, if we read the same file with another library, that one yields a total number of 19584 samples.
Certainly, something went wrong.
This link contains the .wav file.
I'm using Visual Studio 2017 and Windows 10 x64.
Could you help me solve this problem?
Thanks in advance.
Hi, I'm using the Aquila library for a personal project and I was trying to load some .wav files in order to feed them to a neural network.
The problem is that the Aquila::WaveFile constructor takes a very long time and it doesn't read the .wav file properly. More explicitly, Aquila::WaveFile yields a total number of 1283469498 samples, while, if we read the same file with another library, that one yields a total number of 19584 samples.
Certainly, something went wrong.
This link contains the .wav file.
I'm using Visual Studio 2017 and Windows 10 x64.
Could you help me solve this problem?
Thanks in advance.