JorenSix / Panako

The Panako acoustic fingerprinting system.
GNU Affero General Public License v3.0
182 stars 38 forks source link

Some files can't be stored #13

Closed RobSis closed 2 years ago

RobSis commented 6 years ago

When I call 'panako store file.mp3' on some files, it's stuck in infinite loop.

From my brief debugging, it seems that AudioDispatcher in TarsosDSP library always returns positive number from this.readNextAudioBlock();

I don't know why it happens only to some files, though :( Any idea?