markondej / fm_transmitter

Raspberry Pi as FM transmitter
1.32k stars 292 forks source link

Fixed issue #67 #199

Closed Polyacetone closed 1 week ago

Polyacetone commented 1 week ago

Fixed issue #67. Tested on Raspberry pi model 3b, Raspberry Pi OS (64-bit) based on Debian 12 (bookworm), with command line:

sox music.mp3 -r 22050 -c 2 -b 16 -t wav - | sudo ./fm_transmitter -f 76.5 -
markondej commented 1 week ago

Looks good, thank you