I recently tried to use gate with my teensy 4.0 and had no such luck... :( It does not produce any errors but also has no effect on the sound. I tried chaging the settings to many different...
Type: Posts; User: Mike McConney
I recently tried to use gate with my teensy 4.0 and had no such luck... :( It does not produce any errors but also has no effect on the sound. I tried chaging the settings to many different...
Yes, both time-based and frequency domain based techniques are not too difficult to code. Time-based approaches can often sound clicky and frequency domain based techniques tend to sound smeary...
Duff,
I appreciate the quick response. I am really interested in real time stretching of voice as opposed to music (but very similar), such changing the rate an audio book on app plays it does not...
Duff,
I have been reading over your pitch shifting phase vocoder code. I cant wait to give it a try! That said, I would like to do time stretching on short pieces of audio without pitch shifting...
I second cebersp's request to put this into the official library. I love it!
macaba,
Been using your gate object. I love it thanks, was able to get the settings to replicate a noise pedal I got pretty well. Thanks.
Paul,
All good, I saw that and so I was always using 30, which I thought would be plenty, but wasn't. It was my fault, should have thought of that, pretty obvious thing to try.
Synthcat,
I figured it out....your missing code and your o-scope output above made me think that this memory value needs to be higher....I used 300 and it sounds like heaven. Thank you for...
Syncat,
I really appreciate your help! I just tried your code. It is missing memory, add a line like "AudioMemory(15);"
Just tested with audio files....they sound beautiful. So for me, it only sounds crappy when I use the boards inputs.
Here are pictures of a few of the 7 that I have made. :confused:
1117011171
Paul and/or Synthcat,
When you tested the board, did you use an audio file off the teensy or are you using the audio input on the multiport board?
I just made a 2nd batch of 3 boards. This time I broke down and made them with solder paste & a stencil. All 3 look great, but for some reason the audio still sounds like it is being passed through...
Darn, that is what I was afraid of. I got to find myself a solder goddess :)
Can someone who has tried the TDM board comment on the sound...After soldering up two different TDM boards they both sound pretty horrible. I have a feeling it is due to my sub-par soldering skills,...
Paul,
That fixed it! Thank you I really appreciate it!
Hi,
I wired up myself a TDM board for some awesome multiport fun, but cannot seem to compile the code....I keep getting an errors that include the follwing statement "'AudioInputTDM' does not name a...