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

FLAC files can have loop points #1312

Closed
baconpaul opened this issue Sep 11, 2024 · 3 comments · Fixed by #1318
Closed

FLAC files can have loop points #1312

baconpaul opened this issue Sep 11, 2024 · 3 comments · Fixed by #1318

Comments

@baconpaul
Copy link
Contributor

Who knew?! Well the folks on SFZ discord knew.

FLAC copypastes the WAV metadata chunks so there's nothing special in this case as long you find the chunk metadata in the file

https://sfzinstruments.github.io/pianos/jrhodes3c/

these are looped FLAC files

@baconpaul
Copy link
Contributor Author

When you decode them the callbacks will call you if you register them

a friendly dev tells me. And the data element in the metadata callback is actually a union, which i ignore

Screenshot 2024-09-11 at 8 01 44 PM

@mkruselj
Copy link
Collaborator

TIL!

@baconpaul
Copy link
Contributor Author

I almost have it working too. Its really just wav riff blocks embedded as application metadata

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 a pull request may close this issue.

2 participants