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

Running project PluginWithCustomModule_Standalone plays painful white noise by default #15

Open
rosshoyt opened this issue Aug 20, 2022 · 3 comments

Comments

@rosshoyt
Copy link

After cloning this repo and setting up a CLion project using the root CMakeLists.txt, I built and ran the PluginWithCustomModule_Standalone | Debug configuration. Once running, the application blasted white noise out of my speakers. This were the audio output settings by default:

default-audio-output

My speakers were not on too loud at the time, but wanted to give you a heads up. I'd imagine other users might experience the same thing. I can look into a fix for this but don't have time until next week.

Regardless, thank you for these helpful CMake examples!

@jamierpond
Copy link

jamierpond commented Aug 20, 2022

Sounds like a juce::AudioBuffer hasn't has been allocated without being cleared.

That is the code in that project, this is the expected behaviour, I guess!

@eyalamirmusic
Copy link
Owner

Yes, this is intentional. That project just plays white noise from a code in a shared module.

If you feel this is too loud, however, I can certainly make it softer!

@rosshoyt
Copy link
Author

@eyalamirmusic that might be a good idea! When I first ran the project, my speakers weren't on too loud yet it was still jarring when the sound started and I had to scramble to turn down speakers.

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

No branches or pull requests

3 participants