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

Support for SoundFont 3 files #1489

Open
Danielku15 opened this issue May 14, 2024 · 2 comments · May be fixed by #1807
Open

Support for SoundFont 3 files #1489

Danielku15 opened this issue May 14, 2024 · 2 comments · May be fixed by #1807
Assignees
Labels
area-player Related to the audio playback engine. platform-all Affects all platforms state-accepted This is a valid topic to work on. type-feature 💡

Comments

@Danielku15
Copy link
Member

Danielku15 commented May 14, 2024

SoundFont 3 Files contain OGG Vorbis encoded audio samples which have to be decoded (best on-demand) for synthesizing.

@Danielku15 Danielku15 converted this from a draft issue May 14, 2024
@Danielku15 Danielku15 self-assigned this May 14, 2024
@Danielku15 Danielku15 added type-feature 💡 state-accepted This is a valid topic to work on. area-player Related to the audio playback engine. platform-all Affects all platforms labels May 14, 2024
@Danielku15 Danielku15 moved this to Candidate in alphaTab 1.4-1.x May 14, 2024
@macca007x
Copy link

Hey, wondering if this has priority for the near future at all?

I noticed in a post from a while ago you had a proof of concept working.

Would love to see this implemented, sf3 sounds so much better than sf2

I've been playing around with this library which implements sf3 playback and it's awesome.

@Danielku15
Copy link
Member Author

That's quite a nice library, thanks for sharing. Seems they use the public domain STB OGG/Vorbis decoder via WASM. In my very old days I ported a the reference implementation of Xiph to TypeScript.

Yes I planned to add this support in one of the future releases (not the upcoming one though).
I should still have the PoC floating around somewhere but the public domain version would be a lot better for licensing and integration to alphaTab.

I'll check if I can maybe add already some "experimental support" soon-ish.

@Danielku15 Danielku15 moved this from Candidate to In Progress in alphaTab 1.4-1.x Jan 11, 2025
@Danielku15 Danielku15 linked a pull request Jan 11, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-player Related to the audio playback engine. platform-all Affects all platforms state-accepted This is a valid topic to work on. type-feature 💡
Projects
Status: In Progress
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants