Sfoglia il codice sorgente

tutorial: fix build.

legacy
Sam Hocevar 5 anni fa
parent
commit
a21c2cbea7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      doc/tutorial/09_sound.cpp

+ 1
- 1
doc/tutorial/09_sound.cpp Vedi File

@@ -31,7 +31,7 @@ public:
auto f = std::bind(&sound_demo::synth, this, i,
std::placeholders::_1,
std::placeholders::_2);
m_streams[i] = audio::start_streaming(f, audio::format::int16le, 22050, 1);
m_streams[i] = audio::start_streaming(f, audio::format::sint16le, 22050, 1);
}

for (size_t i = 0; i < m_instrument.size(); ++i)


Caricamento…
Annulla
Salva