-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distortion in ULAW #123
Comments
For what it is worth, tested ulaw decoding and piped to xaudiojs and it sounds fine, none of the distortions mentioned above are present. |
@mdgarrett Which browser are you using? Is the sound distorted in other browsers? |
Was using Chrome, didn't test in FF. Will do so, but likely won't be till tomorrow. That said, it was brought to my attention by a colleague for code we were collaborating on, and he is more FF. So know it was happening on different PCs and believe browsers. |
Confirmed, I've faced with this issue too. I've created a sample build to demonstrate an issue: https://github.com/ikorchynskyi/aurora-test/ ULAW file from /prompts played correctly in vlc, but in browser sound is distorted. Tested in:
Would you please give some advice? Maybe, some custom filter can helps? |
After a deep investigation:
Increasing |
Getting distortion when playing back a ulaw encoded wav file. I initially did this using a websocket connection to a server in order to make use of being able to stream and begin playback relatively quickly before having a complete buffer and playing back using AV.Player.fromBuffer. This is a telephony recording and you can hear everything being said, but there is artifacting/distortion that can be heard that is not in original audio (slight popping, etc). I then switched to do AV.Player.fromURL and it is also present. Given ulaw is a very simple codec, I do not believe this is related to tickets I've seen dealing with FLAC/CPU usage, so was curious if this was an issue in general?
The text was updated successfully, but these errors were encountered: