You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi, I am working on a project where I have audio data as bytes stream (from PyAudio). I want to use the denoiser to clean the audio in real-time (using live.py).
My question is it possible to process the bytes instead of the NumPy array? If so, what should be my approach, and which parameters do I need to change?
Any leads are much appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
At the moment the model gets as input a numpy array representing the raw-waveform. If you want to use bytes instead, the easiest way imo would be to convert it to numpy.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am working on a project where I have audio data as bytes stream (from PyAudio). I want to use the denoiser to clean the audio in real-time (using live.py).
My question is it possible to process the bytes instead of the NumPy array? If so, what should be my approach, and which parameters do I need to change?
Any leads are much appreciated.
Thanks
The text was updated successfully, but these errors were encountered: