0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00
This commit is contained in:
2025-01-31 18:13:24 +01:00
parent 88a913b2e7
commit 0dfeadb7b2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"port": 13452,
"time": 1738341533118,
"time": 1738343500983,
"version": "0.0.3"
}

View File

@@ -411,6 +411,7 @@ int main(int argc, char **argv) {
snd_pcm_hw_params_free(output_params);
return 1;
}
snd_pcm_prepare(output_handle);
}
// #endregion