Wykres commitów

10 Commity (9f05e1eb4707b90836d690ff37e14ae8e828bb46)

Autor SHA1 Wiadomość Data
Shinsaku Hiura 9f05e1eb47
Update usb_sound_card.c
Reviewed and tested again. Feedback is properly working.
2025-01-07 20:50:35 +09:00
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
Aftersol ee22bb28e3
fixed typo for build instructions (#49)
mkdir build should work when copied and pasted.
2024-11-19 15:07:06 -06:00
graham sanderson 9930bb057b RP2350 and SDK 2.0.0 2024-08-08 07:01:58 -05:00
graham sanderson c1390f40e7 popcorn: add converter 2021-02-26 21:16:04 -06:00
graham sanderson 2505c87284 add more popcorn instructions 2021-02-18 17:58:36 -06:00
graham sanderson faaf6c2d7c add movie link for popcorn 2021-02-18 17:52:16 -06:00
graham sanderson ef3bdfab11 default scanvideo to support 125mhz system clock for 640x480 - also means better compatibility as 25Mhz is better than 24Mhz when compared to 25.175Mhz 2021-02-13 13:54:50 -06:00
graham sanderson 923fda3b0b A little cleanup of extraneous stuff from popcorn; still needs cleanup/commenting 2021-01-27 19:16:15 -06:00
graham sanderson 9195b8e21a Initial Release 2021-01-20 11:16:37 -06:00