-
-
Notifications
You must be signed in to change notification settings - Fork 266
Multioutput -- play wav, fft, volume meter and mic w fft and volumeter #1940
Replies: 1 comment · 12 replies
-
Please follow the advice given here and build your sketch step by step: otherwise you have no chance to find what's wrong. Some additional comments:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
so since i was too excited to sleep i got these working too... and followed your advice of one that at a time.... tomorrow i will show the full code once i combine them and hope it doesnt take me 15 hours lol so this is Step Two: Apply FFT to both recording and audio playback Pipeline:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This is step 3 this step sets up the volume meter Apply the volume meter to both recording and audio playback Pipeline:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
My 5 cents:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
sweet thanks! I will try and clean those up and when i get these combined will be sure to use that info in the part 4 |
Beta Was this translation helpful? Give feedback.
All reactions
-
wow it took forever to make the complete switch to just using your code for recording . i have a bitcoin miner and fish tank nearby and it causes so much noise in recording with its humming etc. But i finally got the filters set up like i did in all my other recordings and it is making great recording. I tried to implement as much as you said and clean up the mixing of apis etc. I know this could be shorter and more polished but it is doing what i wanted it to do, the filters work awesome. so here is what i got done. And i welcome your suggestions... I would like to add to show and tell for others if you think it will be helpful there is a interrupt in case you are using for speech to text and want to start over as well as if you are getting a response back from say Chat GPT you can interrupt the playback and ask another question. Speaking of Chat GPT, i do NOT suggest it for coding lol... will change your code if you are not paying attention and break things more than helping, i tried it. I did get some guidance but not worth the stress and hassle of it messing up code like it did Apply the volume meter to both recording and audio playback. I also added custom filters for audio recording and FFT for future plans.
|
Beta Was this translation helpful? Give feedback.
-
I used the sine generator fft sampled and tweaked and that working , then saw info on volume meeter and wanted to add that ... so many cool features on here lol
anyway i want to record a wav, and use volume meter to detect silence like:
https://github.com/pschatzmann/arduino-audio-tools/discussions/1661
i used some code from:
https://github.com/pschatzmann/arduino-audio-tools/discussions/405
i cant seem to get the pipeline right and trust me trying and just gave up and posted this here and see what the heck is wrong, i knew @pschatzmann could point it out in a min
thanks for all these cool features, been reading a ton of your blog posts and it got me into the fft
EDIT : i know you have a recording code, but i have been using another one but willing to use yours as well as cutting cutting off silence. i may have forgotten to ad the wav saving part of code :( its ok i can record i know that lol
Beta Was this translation helpful? Give feedback.
All reactions