BelaPlatform / Bela

Bela: core code, IDE and lots of fun!
Other
490 stars 139 forks source link

`cape-test` example gives a false negative #320

Open giuliomoro opened 6 years ago

giuliomoro commented 6 years ago

One of the failure modes of the audio codec is that we receive a stream of -1 on one of the inputs. This seems to pass the test, while it should not. Perhaps we should pre-process the audio inputs with a high-pass filter.

giuliomoro commented 6 years ago

Hmmm... I cannot seem to reproduce this when generating mock -1 values from PRU::loop(). Will have to try again with an actual faulty codec.