markondej / fm_transmitter

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

Bus Error when using -d 255 #164

Closed lodmc7 closed 1 year ago

lodmc7 commented 2 years ago

I enter this command on my terminal

$ sudo ./fm_transmitter -f 88.0 -d 255 acoustic_guitar_duet.wav
Broadcasting at 102 MHz with 200 kHz bandwidth
Playing: acoustic_guitar_duet.wav, 22050 Hz, 16 bits, mono
Bus error

How do I fix this? Thank you!

kzl86 commented 1 year ago

Got this error message when changing from RB3 to RB4. I have simply left the "-d 255" out.

Friuuu commented 1 year ago

I had the same issue. I have raspberry pi 3b+. I realized that i had the 64 bit version of raspbian so i tried to switch to the 32 bit version and it fixed this. It is worth trying out at least.

markondej commented 1 year ago

Thanks for your feedback I will check if this software runs on arm64 platform

markondej commented 1 year ago

Fixed