n7tae / mvoice

A prototype M17 voice application for ham radio
GNU General Public License v2.0
55 stars 13 forks source link

commandline support #10

Closed archy-embedinn closed 3 years ago

archy-embedinn commented 3 years ago

Hi, Can I use the mvoice without GUI? is there any way I can pipe the audio to mvoice and it sends over udp to specified ip:port on the reciever side i can receive using mvoice and pipe to aplay. I hope you have done it in the initial development of this project, it would be great if you can share this.

What I am trying is from codec2: Tx side ./src/c2enc 3200 ../wav/all.wav - | [mvoice to udp sink] Rx side: [mvoice to udp source] | ./src/c2dec 3200 - - | aplay -f S16_LE

This will be very simple to send encoded voice over point to point ethernet link

n7tae commented 3 years ago

Sorry, mvoice was never without a GUI in any stage of its development.