diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-07-17 17:37:55 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-07-17 17:37:55 +0200 |
commit | d3c203b744c883569ac691f8dd2601c021d04b26 (patch) | |
tree | 5d2016f7ca03a3b04eac3d37de1163d360b538a0 /src/examples/export-source.c | |
parent | 2b1b35645561e752d60a41852162a27eb4ff1e9b (diff) |
spa: use clock info
Use the port clock io area to get timing info and use this as
the time in the graph when we wake up.
Diffstat (limited to 'src/examples/export-source.c')
-rw-r--r-- | src/examples/export-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/export-source.c b/src/examples/export-source.c index 88e473ed..f49cc0a4 100644 --- a/src/examples/export-source.c +++ b/src/examples/export-source.c @@ -33,7 +33,7 @@ #define M_PI_M2 ( M_PI + M_PI ) -#define BUFFER_SAMPLES 48 +#define BUFFER_SAMPLES 128 struct type { uint32_t prop_volume; |