Procházet zdrojové kódy

Update audio_raw_stream.c

pull/2622/head
Ray před 2 roky
rodič
revize
c457835938
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      examples/audio/audio_raw_stream.c

+ 1
- 1
examples/audio/audio_raw_stream.c Zobrazit soubor

@ -125,7 +125,7 @@ int main(void)
if (frequency != oldFrequency)
{
// Compute wavelength. Limit size in both directions.
int oldWavelength = waveLength;
o">//int oldWavelength = waveLength;
waveLength = (int)(22050/frequency);
if (waveLength > MAX_SAMPLES/2) waveLength = MAX_SAMPLES/2;
if (waveLength < 1) waveLength = 1;

Načítá se…
Zrušit
Uložit