summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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;
}