Usage guide
Setup, environment variables, and Python/JavaScript/Go usage examples.
RNNoise
Noise suppression integration backed by the RNNoise model. Provides RNNoise-based audio denoising through the common~zrt.agents.denoise.Denoise interface.
Constructor
aicoustics
Identifier of the ai-coustics model to use.
Sample rate, in hertz, expected by the model.
Audio chunk size in milliseconds.
Authentication token for the denoising gateway. Falls back to the
ZRT_AUTH_TOKEN environment variable when not provided.Base URL of the denoising service.
A
Denoise instance using the aicoustics provider.rnnoise
A
Denoise instance using the rnnoise provider.sanas
Identifier of the Sanas model to use.
Sample rate, in hertz, expected by the model.
Audio chunk size in milliseconds.
Authentication token for the denoising gateway. Falls back to the
ZRT_AUTH_TOKEN environment variable when not provided.Base URL of the denoising service.
A
Denoise instance using the sanas provider.