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

Fix play_from_disk example to work with recent SDK #529

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

typester
Copy link
Member

This pull request fixes the play_from_disk example, which could not be compiled with the latest SDK codebase, similar to #528.

Additionally, the included WAV file (change-sophie.wav) contains unexpected chunks in its header, causing the parser to fail. I added logic to skip chunks until the data chunk is found.

With these two fixes, the example works correctly on my local environment.

Copy link
Contributor

ilo-nanpa bot commented Dec 17, 2024

it seems like you haven't added any nanpa changeset files to this PR.

if this pull request includes changes to code, make sure to add a changeset, by writing a file to .nanpa/<unique-name>.kdl:

minor type="added" "Introduce frobnication algorithm"

refer to the manpage for more information.

@davidzhao davidzhao merged commit e04a3cc into livekit:main Dec 17, 2024
5 checks passed
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.

2 participants