You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio_4_channel_mic example (unmodified and modified, see below)
What happened ?
I successfully integrated the audio_4_channel_mic example in a new STM32CubeIDE project and used "plot_audio_samples.py" to test it. When I looked at the plot, I saw that the value 1 remains constant for two samples (see marking in the screenshot below). According to the source code, the value 1 should only be displayed for one sample.
I investigated further and changed the "Generate dummy data" code to get unique sample values on all four channels
Expected result: A sawtooth with continuously increasing values from 400->447
Actual result: A sawtooth with the values 400->446 and then a drop to 100 (47 of 48 values of second fifo, second channel, then the first value oder first fifo and first channel).
Operating System
Windows 11
Board
BlackPill F411
Firmware
audio_4_channel_mic example (unmodified and modified, see below)
What happened ?
I successfully integrated the audio_4_channel_mic example in a new STM32CubeIDE project and used "plot_audio_samples.py" to test it. When I looked at the plot, I saw that the value 1 remains constant for two samples (see marking in the screenshot below). According to the source code, the value 1 should only be displayed for one sample.
I investigated further and changed the "Generate dummy data" code to get unique sample values on all four channels
Again I started "plot_audio_samples.py".
Expected result: A sawtooth with continuously increasing values from 400->447
Actual result: A sawtooth with the values 400->446 and then a drop to 100 (47 of 48 values of second fifo, second channel, then the first value oder first fifo and first channel).
How to reproduce ?
Compile and run example here https://github.com/klaus-liebler/soundcard
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
Not available
Screenshots
See above
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: