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
I am currently working on developing my own ASR plugin. I am able to send audio signals to my Python socket-based component and save these signals into a file. However, when I playback the file, there is a significant amount of background noise (buzzing/zapping sound) along with the human voice. I suspect there may be an issue with the audio codec or formatting between the modified UniMRCP plugin and the Python socket code.
Could anyone guide me on the exact format I should follow in Python when saving these signals into a file? Any assistance or suggestions would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Team,
I am currently working on developing my own ASR plugin. I am able to send audio signals to my Python socket-based component and save these signals into a file. However, when I playback the file, there is a significant amount of background noise (buzzing/zapping sound) along with the human voice. I suspect there may be an issue with the audio codec or formatting between the modified UniMRCP plugin and the Python socket code.
Could anyone guide me on the exact format I should follow in Python when saving these signals into a file? Any assistance or suggestions would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: