Waitrud Weber’s blog

things and reminders for memories

2021-06-24から1日間の記事一覧

music: sounds: Reducing buffer size.

The program sounds well. We need 128 buffer size in this case. I change the base source code for that. .\main.cpp Thu Jun 24 17:42:20 2021 ... 138 :int main(int argc, char** argv) { 139 : 140 : sound_000a = new SoundEffect( sbuffer, 128, 2…