summaryrefslogtreecommitdiffstats
path: root/src/pacat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacat.c')
-rw-r--r--src/pacat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pacat.c b/src/pacat.c
index ccad0189..32220aeb 100644
--- a/src/pacat.c
+++ b/src/pacat.c
@@ -75,9 +75,9 @@ static void stream_complete_callback(struct pa_context*c, struct pa_stream *s, v
static void context_complete_callback(struct pa_context *c, int success, void *userdata) {
static const struct pa_sample_spec ss = {
- .format = PA_SAMPLE_S16NE,
+ .format = PA_SAMPLE_S16LE,
.rate = 44100,
- .channels = 1
+ .channels = 2
};
assert(c && !stream);