It sounds great now--no clicks at all.
I had oscillator at 0.04 because it was super loud into a pair of old apple earbuds (i mistakenly had it at 1.0 first and OUCH!)-- I should have changed sgtl5000_1.volume(0.80) down instead.
Anyway, thank...
Wow! thanks! that was fast!
The tails are coming through now.
There is still a click when the note off happens if the tails are still ringing.
Also, I haven't tried it but will the spring reverb also have this same issue?
I think i know what is causing it. I've always used the reverb in real time processing, using the i2s input. It ensures there is always a stream of input data. An oscillator + envelope send Null blocks of audio data when the Note is off and that...
Hopefully I'm in the right place to ask this question.
I'm trying to get AudioEffectPlateReverb_F32 working.
I've got a small design that starts with oscillators and envelopes in I16 space and sends it through the converters to F32 space...
Hello,
Forget about freeverb. For a while now I use this :
https://forum.pjrc.com/index.php?threads/stereo-plate-reverb-for-teensy4-x.65688/
It is just another world !!!
Have fun,
Emmanuel
The freeverbs module output seems to have quantization noise in it.
The left channel seems worse than the right channel.
I've made a small sketch (attached) to show the problem I'm having (diagram below).
The sketch plays a short sine wave note...
I found a work around--probably not necessary, but it was a challenge to figure it out...
// in control_sgtl5000.h
// in public area
#define SGTL5000_CHECK_PWRON_DEFAULT
unsigned int read_b4_enable(unsigned int reg); // ws, added to...
Yeah, not wearing the hp is the easy solution (well assuming I can remember to do that when i'm deep in some iteration of another problem :) ).
It is definitely happening when the code calls sgtl5000_1.enable(), because I've isolated it with...
If someone happens to have headphones in their ears when they update the software, they get a very loud surprise--it's quite painful.
I know now not to have my headphones in when I update, and I'd put a warning message in with every unit i'd ship...
I'm getting a really loud click out of the headphone jack after I load a new sketch into the Teensy 4.1 with Audio Shield board (circuitry).
I have duplicated the circuitry of the TEENSY4_AUDIO (revD) on my custom board. Unfortunately I don't...