-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error using wellen in processing #21
Comments
i am sorry to hear this. can you tell me what system you are on? |
can you please also try to add the following two lines to setup. preferably in the very beginning:
|
Thankyou for the quick response @dennisppaul! Im on Windows 11 I ran those lines on the setup and got the same error message as before but with the printed message with all the audio output devices. I have as default the Realtek Audio with 16 bit and a sampling rate of 48000 Hz. I tried changing it back to 48 kHz but I still get the error. Finally I changed the output channels and curiosuly when I input 0 channels I dont get the error and I can run the example, but obviously with no sound. Hope we can fix this so I can start using your library as soon as posible. It is an amazing tool to create music in processing :)
|
thank you for sharing this information. puuuh, this is strange. your out shows no sampling rate. on MacOS i get this:
as you can see the last entry shows a sampling rate of 48KHz. i unfortunately have not always access to a windows machine but will look into it as soon as possible. have you ever successfully run another audio library on your setup e.g |
Yeah it's weird. I have checked the sample rate of my audio driver and its 48kHz so i dont get why it doesn't work. Strange that it doesn't print it on my pc. I have used both libraries and they work perfectly. Is there any way I can see the sample rate of my audio devices with those libraries? |
it should work on windows now. |
Hi @dennisppaul , Im trying to use the wellen library in processing but when I try to run one of your examples I get the following error: "No line matching interface SourceDataLine supporting format PCM_SIGNED 48000.0 Hz, 24 bit, mono, 3 bytes/frame, little-endian is supported." Im trying it on windows. Do you know what it means?
Thanks in advance
The text was updated successfully, but these errors were encountered: