Watson-Personal-Assistant / AudioClientSampleCodeJava

Apache License 2.0
1 stars 5 forks source link

Support pure binary audio transfer format #23

Open esilky opened 5 years ago

esilky commented 5 years ago

The client and Audio Gateway currently use a Base64 encoded audio data transfer format. This adds overhead to the audio data transfer.

Consider using a pure binary audio data transfer format to reduce the data stream overhead and improve performance.