We are about to switch to a new forum software. Until then we have removed the registration on this forum.
As of now my sound is just coming from a file on my computer but I would like to load live sounds from a site?
What library are you using? Doesn't it have a line input example? Make sure to make the microphone your default audio device.
There are couple of ways you can do that --
hi @blyk! how would i use the API of the website given?
this is my sample code rn:
import ddf.minim.*;
float spin = 3;
Minim minim; AudioPlayer player; AudioInput input;
void setup() {
size(800,700,P3D); background(0); lights(); minim = new Minim(this); player = minim.loadFile("./10 Chrome Country.wav"); [this loads the audio] player.play(); }
hi @bcolouredmirroball! how would i use the API of the website given?
Answers
What library are you using? Doesn't it have a line input example? Make sure to make the microphone your default audio device.
There are couple of ways you can do that --
hi @blyk! how would i use the API of the website given?
this is my sample code rn:
import ddf.minim.*;
float spin = 3;
Minim minim; AudioPlayer player; AudioInput input;
void setup() {
size(800,700,P3D); background(0); lights(); minim = new Minim(this); player = minim.loadFile("./10 Chrome Country.wav"); [this loads the audio] player.play(); }
hi @bcolouredmirroball! how would i use the API of the website given?
this is my sample code rn:
import ddf.minim.*;
float spin = 3;
Minim minim; AudioPlayer player; AudioInput input;
void setup() {
size(800,700,P3D); background(0); lights(); minim = new Minim(this); player = minim.loadFile("./10 Chrome Country.wav"); [this loads the audio] player.play(); }