Replies: 2 comments 6 replies
-
With #2259 and #2282 audio_4_channel_mic should working. What you saw with |
Beta Was this translation helpful? Give feedback.
-
hello, here are screenshots for audacity and plot_audio_samples.py i just modified the signal generation to render a larger signal on audacity int cumul = 0; uint16_t dataVal=cumul; // Generate dummy data |
Beta Was this translation helpful? Give feedback.
-
Hello ,
I must say, I am beginner in tinyusb. I started the tinyUsb evaluation because we have a project that need audio USB on stm32h7 and stm32h5.
We are ready to help for the H5 porting if needed.
The first step is to build demos and check the API and if the solution is ok. audio_4_channel_mic and uac2_headset is very close of to our use case.
So, I built theses demos on H7 (H5 is not supported yet)
make BOARD=stm32h743eval get-deps
make BOARD=stm32h743eval all
the build is ok and perfect, but the result is confusing.
I have just amplified the signal to be more visible …
When I use audacity, to check the result, is see only one channel with the signal. whith plot_audio_samples.py, I see also a single channel.
I use the release 0.15.0 and the master . both have the same result?
How to fix this issue and get a stereo audio usb input ?
Where am I wrong?
any help is welcome :)
regards
Beta Was this translation helpful? Give feedback.
All reactions