AssemblyAI/assemblyai-python-sdk

Need To Add redact_pii_audio_quality Option

dweekly opened this issue · 2 comments

The Python SDK does not support clients setting redact_pii_audio_quality - the default is "mp3", but the curl API supports "wav" as an option. The option to have WAV PII audio redacted should be added/supported.

See #66 for naive first-pass implementation.

Thanks for the contribution! I left a review, almost looks good :)