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
Trying to use the readFloat() method on a lime.media.vorbis.VorbisFile will fail and always return 0 because it is not implemented in the native code:
readFloat()
lime.media.vorbis.VorbisFile
lime/project/src/media/codecs/vorbis/VorbisBindings.cpp
Lines 565 to 582 in 99ca58d
Lines 585 to 589 in 99ca58d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to use the
readFloat()
method on alime.media.vorbis.VorbisFile
will fail and always return 0 because it is not implemented in the native code:lime/project/src/media/codecs/vorbis/VorbisBindings.cpp
Lines 565 to 582 in 99ca58d
lime/project/src/media/codecs/vorbis/VorbisBindings.cpp
Lines 585 to 589 in 99ca58d
The text was updated successfully, but these errors were encountered: