You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
olofson opened this issue
Oct 28, 2017
· 0 comments
Labels
a2sAudiality 2 Script related issuesfeatureEntirely new featuresrefactorRedesign of code without significant changes in functionalityunitNew Audio Processing Units
Add A2S support for loading Ogg Vorbis files as waves.
We probably actually just want to load the encoded data, and then decode from memory on the fly, to avoid using massive amounts of RAM for decoded data. This still needs to work with wtosc, so a new internal wave type and some refactoring will be needed.
Use stb_vorbis for decoding...? If this is going to run in the audio context, I really don't want to trust any external libraries with it! (Probably not even if it runs in a background thread - but that's not an option anyway if seeking via 'phase' is to be implemented.)
The text was updated successfully, but these errors were encountered:
olofson
added
a2s
Audiality 2 Script related issues
feature
Entirely new features
refactor
Redesign of code without significant changes in functionality
unit
New Audio Processing Units
labels
Oct 28, 2017
a2sAudiality 2 Script related issuesfeatureEntirely new featuresrefactorRedesign of code without significant changes in functionalityunitNew Audio Processing Units
Add A2S support for loading Ogg Vorbis files as waves.
We probably actually just want to load the encoded data, and then decode from memory on the fly, to avoid using massive amounts of RAM for decoded data. This still needs to work with wtosc, so a new internal wave type and some refactoring will be needed.
Use stb_vorbis for decoding...? If this is going to run in the audio context, I really don't want to trust any external libraries with it! (Probably not even if it runs in a background thread - but that's not an option anyway if seeking via 'phase' is to be implemented.)
(See also #76 and #96.)
The text was updated successfully, but these errors were encountered: