Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-audio
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
oops :) the dead was living, sry.
time to sleep....
dds
Frank
hace 8 años
padre
b39702fe52
commit
f9e116b4ec
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+4
-0
synth_tonesweep.cpp
+ 4
- 0
synth_tonesweep.cpp
Ver fichero
@@ -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);
Escribir
Vista previa
Cargando…
Cancelar
Guardar