big changes

This commit is contained in:
2025-01-25 23:06:32 +01:00
parent 1908a4efb0
commit abaa9764b0
6 changed files with 245 additions and 318 deletions
+1
View File
@@ -208,6 +208,7 @@ int main() {
#else
snd_pcm_drain(output_handle);
snd_pcm_close(output_handle);
snd_pcm_hw_params_free(&output_params);
#endif
return 0;
}