summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.c
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-11-19 15:08:34 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-03-28 10:54:07 +0000
commit92bb9fb8b5aeebb87c4df7416e75db1782e2dd3a (patch)
tree64f25135db925d64b0b912b8c14ab55fe18dff18 /src/pulsecore/core.c
parent6be21425cd8490411eb0b15cb4d3fd9185195c84 (diff)
resample: Switch to speex-float-1 by default
This consumes less power, has low (no?) perceivable difference, and allows the default configuration to work out of the box on low-end systems (such as netbooks).
Diffstat (limited to 'src/pulsecore/core.c')
-rw-r--r--src/pulsecore/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core.c b/src/pulsecore/core.c
index 98ad16e04..2ca50c238 100644
--- a/src/pulsecore/core.c
+++ b/src/pulsecore/core.c
@@ -141,7 +141,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, pa_bool_t shared, size_t shm_size) {
c->disable_remixing = FALSE;
c->disable_lfe_remixing = FALSE;
c->deferred_volume = TRUE;
- c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 3;
+ c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1;
for (j = 0; j < PA_CORE_HOOK_MAX; j++)
pa_hook_init(&c->hooks[j], c);