Multioutput -- play wav, fft, volume meter and mic w fft and volumeter #1940
-
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: i used some code from: 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.
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.
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:
If you share the clock pins, you could even use one single I2SStream in doublex mode (RXTX_MODE) to read from and write to.