itewreed

Results 4 comments of itewreed

I can confirm, that this bug in general appears. I also experience that behavior, thus have do decompress the files back to u8 in order to be able to properly...

I tried a bit of debugging. So whenever a class and function is executed I print out which function in which class it is: Decoding a raw (u8) file involves,...

Looked a bit further into the code. Flac files are read by using ffmpeg which pipes it as s16le into hifi-decode. For raw data like raw, u8, u16 etc. the...

I tested the piping vs. soundfile. The result was, that piping flac into hifi-decode is indeed faster than letting it run through soundfile. But, this only works properly with 16...