summaryrefslogtreecommitdiffstats
path: root/src/pacat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacat.c')
-rw-r--r--src/pacat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacat.c b/src/pacat.c
index fbd1d081..ccad0189 100644
--- a/src/pacat.c
+++ b/src/pacat.c
@@ -77,7 +77,7 @@ static void context_complete_callback(struct pa_context *c, int success, void *u
static const struct pa_sample_spec ss = {
.format = PA_SAMPLE_S16NE,
.rate = 44100,
- .channels = 2
+ .channels = 1
};
assert(c && !stream);