p5.sound with Microphone seems broken
See original GitHub issueI was trying to create Audio spectrum from this Example and i’ve given the permission for microphone… the output is blank. I think AudioIn() is broken.
amp = mic.getLevel(); console.log(amp);
doesn’t seem to work either
This was the error popping up on console.
Not working on Chrome , Edge and Firefox.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
P5 Sound Library - mic input issue in Safari, firefox
sound with Microphone seems broken. I've raised Issue on Github as last one was closed. & following the previous issue can kluge a...
Read more >Synthesizing and analyzing sound - Creative Coding
But the p5.sound library has a few more tricks up its sleeve that are worth ... A microphone works by recording air pressure...
Read more >No mic input when using Chrome : r/p5js
https://p5js.org/examples/sound-mic-input.html ... In any case, it seems like you found a solution and I thought of giving yours a try if I ...
Read more >Multiple Audio Inputs in p5.js
(p.s. we already got the default mic, which is the MacBook microphone, to work. What we need now is a second input from...
Read more >P5.js Tutorial for Beginners - A SpacyCloud Live Workshop ...
The variables start off empty but then you pass the actual mic in your setup function and start it so that it actually...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@itspacchu have you tried on p5web-editor? Please share the link if so, it is more easy to see that way! Thanks
I kinda got it working so throught it was fixed