minor changes #1

Merged
Annika merged 2 commits from Ailuriya/femtosynth:master into master 2026-07-24 08:34:53 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fdbb80a64b - Show all commits
+3 -3
View File
@@ -5,7 +5,7 @@
int main() {
const int sample_rate = 48000;
const float freq = 440.0f;
const float freq = 50.0f;
float phase = 0.0f;
PipeMini audio;
@@ -25,8 +25,8 @@ int main() {
return 1;
}
printf("playing 440 Hz sine for 5 seconds...\n");
sleep(5);
printf("playing %f Hz sine for 5 seconds...\n", freq);
sleep(1);
return 0;
}
BIN
View File
Binary file not shown.