ChristopheJacquet / PiFmRds

FM-RDS transmitter using the Raspberry Pi's PWM
GNU General Public License v3.0
1.43k stars 326 forks source link

Play/Pause using FIFO #63

Open el3ctrician opened 8 years ago

el3ctrician commented 8 years ago

Hi, if you pause the sox or whatever is piping to the pifmrds it will stuck at the last buffer so what about to add a pause option to full this buffer with silence and keep it this way until we put it back to play. both option can be passed using the FIFO and combining this with pause and resume the process of sox should give us a clean pause/play feature. Am not experienced with C but i hope that any C pro can implement this.

Thanks

StoneSet commented 5 years ago

UP +1