-
Notifications
You must be signed in to change notification settings - Fork 11
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
Audio device operations incomplete #27
Comments
Which version are you using ? Current master is based on juce8 and it is not tested much. Does this work for you ? https://github.com/kunitoki/popsicle/blob/master/examples/audio_device.py |
I get this error:
|
juce_init is part of the examples, you need to run from the examples folder |
I had figured that out and then forgot. This is what I get:
Do I need to set any env variables? I'm on ubuntu 24.04. |
It seems like juce is not able to find an Alsa device, not sure why. |
You know, I had worked that out before and forgot! I opened my shell in there and I had already run the example: "no channels" Do I need to set up any env variables |
I don't think so, but i would check if you can open a device with 2 output channels, maybe your soundcard don't allow it (you can only open 1 or 4 for examples) but you should try to get some more info from the AudioDeviceManager |
I'm trying to get an audio device and the device manager gives me None for the current device. I notice there are a number of methods missing regarding audio devices. Is audio device functionality not currently developed?
The text was updated successfully, but these errors were encountered: