kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
837 stars 111 forks source link

Implement sndio backend #33

Closed jmi2k closed 3 years ago

jmi2k commented 6 years ago

I couldn't test it properly but I think is an issue with minimodem itself, not the backend code.definitely a problem on my side.

jmi2k commented 6 years ago

More information: it plays the audio at twice the speed (halving the rate corrects it for me). I can't find the cause of the problem, so help from anyone would be greatly appreciated!

kamalmostafa commented 3 years ago

Thanks for this contribution! I've merged it (better late than never!) as commit c90113b (I squashed in your configure.ac follow-up).

For the record, sndio transmit -s --tx seems to work correctly for me -- plays at the correct speed. But sndio receive is not implemented (-s --rx). A patch to correct that will be appreciated!