summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-15 22:30:48 -0500
committerXANTRONIX Development2022-02-15 22:30:48 -0500
commitf494c5fd9c3d0e515124fe1f1a3ede58b966e9d9 (patch)
tree033a75c9f66265e1527d144fb78db0cbd297c47c /examples
parente0fda7988c2cca763d92075a5d95f813a37b69f4 (diff)
downloadxas-f494c5fd9c3d0e515124fe1f1a3ede58b966e9d9.tar.gz
xas-f494c5fd9c3d0e515124fe1f1a3ede58b966e9d9.tar.bz2
xas-f494c5fd9c3d0e515124fe1f1a3ede58b966e9d9.zip
I'm kind of sad and scared right now
Diffstat (limited to 'examples')
-rw-r--r--examples/spatial.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/spatial.c b/examples/spatial.c
index 9985ffe..016eeee 100644
--- a/examples/spatial.c
+++ b/examples/spatial.c
@@ -69,8 +69,8 @@ int main(int argc, char **argv) {
*wave;
synth_sine sine_channels[2] = {
- { SYNTH_STATUS_ON, 0.0f, 220 },
- { SYNTH_STATUS_ON, 0.0f, 420 },
+ { SYNTH_STATUS_ON, 0.0f, 2600 },
+ { SYNTH_STATUS_ON, 0.0f, 420 },
};
xas_audio_format format = {
@@ -118,7 +118,7 @@ int main(int argc, char **argv) {
}
if (xas_spatial_scene_add_object(scene,
- (xas_spatial_coord){ 0.0, 0.0, 20.0 },
+ (xas_spatial_coord){ 0.0, 0.0, 1.0 },
synth) == NULL) {
goto error_spatial_scene_add_object;
}