Getting raw audio Samples
Posted: Fri Dec 07, 2018 10:39 am
What is the best way to obtain raw audiosamples from a pipeline or a streamreader ?
I want to do Spektrum analysis on the Samples with some fft library (se here http://www.robinscheibler.org/2017/12/12/esp32-fft.html )
My hopes are that i can make a audiopipline element that can do this .
i need to get the raw Wav samples form an or a
created with
Thanks in advance
I want to do Spektrum analysis on the Samples with some fft library (se here http://www.robinscheibler.org/2017/12/12/esp32-fft.html )
My hopes are that i can make a audiopipline element that can do this .
i need to get the raw Wav samples form an
Code: Select all
i2s_stream_reader
Code: Select all
bt_stream_reader
Code: Select all
bluetooth_service_create_stream();