CyCoreSystems / audiosocket

Simple bidirectional audio protocol
Apache License 2.0
67 stars 35 forks source link

Adjust Samplerate #6

Open arndre opened 4 years ago

arndre commented 4 years ago

First of all: thank you for this project! I was wondering if it somehow is possible to adjust the sample rate of the wave stream?

Ulexus commented 4 years ago

Presently, the only implemented codec uses an 8kHz same rate, but there is no particular reason you could not use any other sample rate, so long as both sides supported it. Fundamentally, this is a thin wrapper on the data stream.