miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
477 stars 82 forks source link

VHF frequency #94

Open tutoy83 opened 2 years ago

tutoy83 commented 2 years ago

Hello, thank you for your script. I would like to send .wav file over frequency 156 Mhz, what should I change in your script ? What bitrate, frequency I should use for the file ? Just if I can start hearing it, it would be great ! I don't necessarily want a HD sound.

Thank you for your help.

JacobF-dev commented 1 year ago

Just add --freq 156.0 (or anything else) to your command line when running the program. For example: ./pi_fm_adv --freq 156.0 --audio yoursound.wav