Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
teensy-audio
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
oops :) the dead was living, sry.
time to sleep....
dds
Frank
8 anos atrás
pai
b39702fe52
commit
f9e116b4ec
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+4
-0
synth_tonesweep.cpp
+ 4
- 0
synth_tonesweep.cpp
Ver arquivo
@@ -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);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar