Decrease volume so speaker doesn't clip

This commit is contained in:
Edith Boles
2026-03-16 02:03:49 -07:00
parent 371f458d9a
commit 448d883feb

View File

@@ -42,6 +42,7 @@ int main(int argc, char *argv[])
if (result != MA_SUCCESS) {
return -1;
}
ma_engine_set_volume(&engine, 0.3);
lv_init();
#ifdef LV_TARGET_FB