trying to get input from internal sound card

26 views
Skip to first unread message

lordDrgical

unread,
Apr 30, 2019, 7:50:53 PM4/30/19
to beadsproject
hello, i'm new to beads and am working with processing.

I've checked everywhere in the documentation for beads and cant seem to find out how to change the default audio input
( i did read that changing the default IO it gets buggy )
 
i am simply using the example from the manual on audio input.

Ollie Bown

unread,
Apr 30, 2019, 8:28:08 PM4/30/19
to beadsp...@googlegroups.com

Hi yes it gets a bit murky.

If you create a JavaSoundAudioIO then you can call the function chooseMixerCommandLine().

The other thing you can do is connect Beads to Jack which gives you a lot more control over the IO.

 

The configuration is something like this (with some other arguments).

If Jack is running then Beads will connect as a Jack client. This gives you the best multi-channel and low-latency control.

 

new AudioContext(new AudioServer.Jack());

 

Ollie

--
You received this message because you are subscribed to the Google Groups "beadsproject" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beadsproject...@googlegroups.com.
To post to this group, send email to beadsp...@googlegroups.com.
Visit this group at https://groups.google.com/group/beadsproject.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages