소스 검색

tutorial: fix build.

legacy
Sam Hocevar 5 년 전
부모
커밋
a21c2cbea7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      doc/tutorial/09_sound.cpp

+ 1
- 1
doc/tutorial/09_sound.cpp 파일 보기

@@ -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)


불러오는 중...
취소
저장