We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Decode
Like image.Decode, audio.Decode should be useful. This automatically detects the type by the magic number at the first 4 bytes.
image.Decode
audio.Decode
Unfortunately now the audio package is imported by other decoder packages, so this will be in v3.
audio
No response
The text was updated successfully, but these errors were encountered:
I realized this can be possible even though audio depends on audio/vorbis, audio/wav, and so on.
audio/vorbis
audio/wav
Sorry, something went wrong.
50f0a83
No branches or pull requests
Operating System
What feature would you like to be added?
Like
image.Decode
,audio.Decode
should be useful. This automatically detects the type by the magic number at the first 4 bytes.Unfortunately now the
audio
package is imported by other decoder packages, so this will be in v3.Why is this needed?
No response
The text was updated successfully, but these errors were encountered: