pico-playground/apps
Shinsaku Hiura 18d01f3ec6
Adding USB-audio feedback and mute command to usb_sound_card.c
USB-audio feedback (USB AudioStreaming Isochronous Feedback) is indispensable for stable sound playback without clicking noise. I added simple feedback function by checking the vacancy of the buffer. To avoid modifying other sources (such as audio.cpp in pico-extras), number of free buffers is checked in this source code.

USB audio also has mute function (mute without changing volume value). I also added this function (in the original source code, it is almost done, so I added just three lines).
2025-01-01 13:33:39 +09:00
..
popcorn fixed typo for build instructions (#49) 2024-11-19 15:07:06 -06:00
usb_sound_card Adding USB-audio feedback and mute command to usb_sound_card.c 2025-01-01 13:33:39 +09:00
CMakeLists.txt RP2350 and SDK 2.0.0 2024-08-08 07:01:58 -05:00