-
Notifications
You must be signed in to change notification settings - Fork 69
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
Create a JUCE module to wrap and support WavPack. #35
Comments
Very cool! What would support from within my repository look like? Would it just be another "example" plugin like the winamp plugin? Why would it belong in the WavPack repo as opposed to the JUCE repo? |
If you mean support in terms of process: this should be about the same as it is now where people submit PR fixes or submit issues.
It would be a couple
This is a tough question that I'm not sure how to answer. From my observation, it looks like there's a lack of interest in supporting it directly from within JUCE itself. For example, take the issue I created and the PR that a fellow JUCEr created: |
The aim is to lower the barrier for WavPack's adoption in an already popular environment using an existing system called a JUCE module.
JUCE is a popular C++ framework, specialising in VST/VST3/AudioUnit/RTAS/AAX plugin development and hosting.
Most apps built with JUCE use the audio playback features that come with it, including various codecs like WAV, AIFF, FLAC, and so on... to create samplers, audio players, and that sort of thing.
I have a working JUCE module already so I'm just looking for your thoughts on providing official support from within your repository.
Cheers!
The text was updated successfully, but these errors were encountered: