rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
230 stars 48 forks source link

Compressing and converting wav chunks #43

Open TyTodd opened 8 months ago

TyTodd commented 8 months ago

I am using an API that streams chunks of audio as they become available. I need to send this to Twilio which only accepts mulaw encoded base64. Is there a way to convert each chunk individually to mulaw bas64 or must it be done only when the full file is received?

KADURKA-ANIL commented 1 month ago

@TyTodd bro did u find any solution for the issue . @iropero