Re: batchfile for setting up SoX for Mikrophone-->---LAN--------Soundcard realtime audio-transmission

Jan Stary <[email protected]> Sat, 24 Apr 2021 20:31:08 +0200
Newsgroups gmane.comp.audio.sox
Message-ID <[email protected]>
On Apr 22 21:13:48, [email protected] wrote:
> I would like to use SoX for this scenario
> me speaking ----->  inbuild micrphone of my tablet (Windows 10)
> ---------->----------LAN------->---------second
> PC----->------soundcard---->----Amplifier------>Speaker ----> my words as
> *realtime* audio

I don't think this is a sox problem: any other audio application
will have to fit into that scenario similarly.

> If I understand right I have to setup IP-adresses and ports.

Well, obviously, if you want to send data over LAN.
This has nothing to do with SoX.

> Is there somewhere a collection of batch-files or a parameterlists
> that show which parameters and options I have to use for this?

No.

I you just want to send the audio unchanged to another machine,
SoX might not even be the tool for you: you just need one machine
to record, and send the data to the other machine (as you would
send any other data), and have the other machine play it back.

It this wasn't windows, I would put a one-liner here
that does exactly that.

Jan