Waitrud Weber’s blog

things and reminders for memories

2022-09-17から1日間の記事一覧

sounds: windows-make: Microsoft RIFF:

We can use the parameter and write the buffer in the file so that we could not use the audio file api but we use the audio format supported by microsoft because for the recoding, we use the microsoft format audio as a touch file cashed in …

sounds: windows-make: Add the part of sounds devise in a header file.

1: add a write devise open for the write of a wave file. if ((hFile = mmioOpen(".\\SAMPLE1.WAV", NULL, MMIO_WRITE)) != NULL) { // File opened successfully. MessageBox(hwndApp, "Failed to read data chunk.", NULL, MB_OK | MB_ICONEXCLAMATION)…

sounds: windows-make: The program is compiled well and does not open the device in source code files but does it in a header file.

*The program is compiled well and does not open the device in source code files but does it in a header file. wavewriter.cpp Sat Sep 17 15:45:43 2022 1 :#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 2 :// Wi…