Skip to content
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

Using mulaw audio buffer data #168

Open
boblp opened this issue Dec 13, 2023 · 0 comments
Open

Using mulaw audio buffer data #168

boblp opened this issue Dec 13, 2023 · 0 comments

Comments

@boblp
Copy link

boblp commented Dec 13, 2023

I created a question here in stackoverflow: (transform mulaw 8000khz audio buffer data into valid bytes format) with more the details.

But basically I want to be able to send my mulaw audio buffer variable but im unsure on why I keep getting:

raise ValueError(
    "Soundfile is either not in the correct format or is malformed. Ensure that the soundfile has "
    "a valid audio file extension (e.g. wav, flac or mp3) and is not corrupted. If reading from a remote "
    "URL, ensure that the URL is the full address to **download** the audio file."
)

Am I missing something? When I send bytes from a wav file it does work properly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant