diff options
| author | XANTRONIX Development | 2022-02-22 16:55:22 -0500 | 
|---|---|---|
| committer | XANTRONIX Development | 2022-02-22 16:55:22 -0500 | 
| commit | 0b54991356e07f456012627131531a8abf6b44f9 (patch) | |
| tree | 658b952fb5a6b8df7524bd5cc9f8b3596f692717 | |
| parent | d683cd0c6a02e05e558e3426f14b7040d09c9a80 (diff) | |
| download | xas-0b54991356e07f456012627131531a8abf6b44f9.tar.gz xas-0b54991356e07f456012627131531a8abf6b44f9.tar.bz2 xas-0b54991356e07f456012627131531a8abf6b44f9.zip | |
reasonable
| -rw-r--r-- | examples/spatial.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/examples/spatial.c b/examples/spatial.c index 6aca4ff..049fee5 100644 --- a/examples/spatial.c +++ b/examples/spatial.c @@ -79,8 +79,8 @@ int main(int argc, char **argv) {          .sample_rate = 44100      }; -    size_t buffer_size =  4096, -           duration_s  =    60, +    size_t buffer_size = 44100, +           duration_s  =     5,             i;      xas_spatial_coord speakers[2] = { | 
 
    