From 04c034b4fd722e4003b36c963533854a4654da1f Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 27 Feb 2022 21:41:56 -0500 Subject: more audible on shitty laptop speakers --- examples/spatial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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"); -- cgit v1.2.3