Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-audio
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
oops :) the dead was living, sry.
time to sleep....
dds
Frank
9 anni fa
parent
b39702fe52
commit
f9e116b4ec
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+4
-0
synth_tonesweep.cpp
+ 4
- 0
synth_tonesweep.cpp
Vedi File
@@ -119,6 +119,10 @@ void AudioSynthToneSweep::update(void)
tone_freq -= tone_incr;
}
}
while(i < AUDIO_BLOCK_SAMPLES) {
*bp++ = 0;
i++;
}
// send the samples to the left channel
transmit(block,0);
release(block);
Write
Preview
Loading…
Annulla
Salva