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

Add test demonstrating streaming with mp3 data vs streaming with wav data #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jacksonh
Copy link
Contributor

These tests demonstrate an issue I found with custom streams and WAV data. If an MP3 stream is created we can call dataAvailable multiple times and the stream will be updated with the new data, however if we have MP3 data the underlying stream doesn't seem to be updated, the new buffers do not play and are not reflected in fields like duration.

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

Successfully merging this pull request may close these issues.

1 participant