jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.98k stars 1.05k forks source link

using base64 audio data on AudioSegment #788

Open acn-reginald-casela opened 7 months ago

acn-reginald-casela commented 7 months ago

currently trying to detect dead air instances on microphone recordings in a webapp.

it's being saved as a base64 audio data. I'm wondering if there's a way to use the base64 audio data on AudioSegment?