diff options
author | XANTRONIX Development | 2022-02-27 21:41:56 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-27 21:41:56 -0500 |
commit | 04c034b4fd722e4003b36c963533854a4654da1f (patch) | |
tree | 6375d004b574b1b3ddeb18af2723f70e37b3e362 | |
parent | 718527b8f93ca893f996fdd1bf46063d1b5d3ecb (diff) | |
download | xas-04c034b4fd722e4003b36c963533854a4654da1f.tar.gz xas-04c034b4fd722e4003b36c963533854a4654da1f.tar.bz2 xas-04c034b4fd722e4003b36c963533854a4654da1f.zip |
more audible on shitty laptop speakers
-rw-r--r-- | examples/spatial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spatial.c b/examples/spatial.c index c5c658c..d7bd5d2 100644 --- a/examples/spatial.c +++ b/examples/spatial.c @@ -123,7 +123,7 @@ int main(int argc, char **argv) { goto error_spatial_scene_add_object; } - xas_synth_set_frequency(sine, 320); + xas_synth_set_frequency(sine, 2600); xas_synth_start(sine); xas_vox_sayf(vox, "I want to eat your soul.\n"); |