Skip to content

Solve "unknown format: 3" #2422

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

Merged
merged 3 commits into from
Sep 21, 2022
Merged

Conversation

zhoupc2015
Copy link
Contributor

Solve execute the following code with return value wav:
iob = io.BytesIO(wav)
wave.open(iob, 'rb')
will throw an "unknown format: 3" exception

PR types

PR changes

Describe

iob = io.BytesIO(wav)
wave.open(iob, 'rb')
will throw an "unknown format: 3"  exception
@CLAassistant
Copy link

CLAassistant commented Sep 20, 2022

CLA assistant check
All committers have signed the CLA.

@mergify mergify bot added the Server label Sep 20, 2022
@yt605155624
Copy link
Collaborator

please sign for CLA and refer #2325 to format code

@yt605155624 yt605155624 added this to the r1.2.0 milestone Sep 20, 2022
@yt605155624 yt605155624 merged commit 2ae0f66 into PaddlePaddle:develop Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants