Josef Miegl
Josef Miegl
@HyperDX here it is: (didn't test it and made some adjustments, hopefully it will work :) ```sh #!/bin/bash fifo="rds_ctl"; [ -p $fifo ] || mkfifo $fifo; old_content_file="old_rds.txt"; [ -f $old_content_file...
That's probably due to -O3. Pifmadv doesn't work with level 3 optimizations (yet). -O2 is probably stable though. Hopefully I'll find time and improve the DMA bits so it doesn't...
This is certainly something I'm going to implement. Making PiFmAdv compatible with existing protocols would be pretty nice. Hopefully I'll get to it soon. Thanks!
You should be able to modify the code easily to reopen the audio file when needed. But the best solution is probably getting the audio and pifmadv in sync so...
Your Pi 3 probably has just a bigger clock error. You can play around with the --ppm argument.
Hm, I'm curious if Sox provides a constant audio stream in this case... If Sox isn't providing a constant audio stream and PiFmAdv has to wait for Sox to provide...
Hi, I don't have much time now but I will try to test it as fast as I can. Yet I don't know what you mean by "high pitched noise"....
Ok, I ran PiFmAdv for few hours and it got "stuck". No RDS data was generated and I heard, as you said, high pitch noise. But to be honest, I...
I have currently no idea why it does this. Maybe something is wrong in DMA?
Well I would like to post some progress report. Firstly, I still don't know what is causing this to happen. The only thing I know about this, is that the...