diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-26 16:37:47 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-26 16:37:47 +0200 |
commit | 79b78b09954b27a9f005bc32e213964318962aae (patch) | |
tree | c5f4b2e6d3c77753c70610517df6a3e266f0015e | |
parent | 7fe9fb61e1889f292c6c2a5b83a1761e04cd7f5d (diff) | |
download | vdr-plugin-dxr3-79b78b09954b27a9f005bc32e213964318962aae.tar.gz vdr-plugin-dxr3-79b78b09954b27a9f005bc32e213964318962aae.tar.bz2 |
Revert "alsa: decrease buffer time"
This reverts commit d23513b76f548dcab4f70722c0c9d0024b3d7f4b.
-rw-r--r-- | dxr3audio-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3audio-alsa.c b/dxr3audio-alsa.c index 5b87b65..23af170 100644 --- a/dxr3audio-alsa.c +++ b/dxr3audio-alsa.c @@ -125,7 +125,7 @@ void cAudioAlsa::setup(int channels, int samplerate) esyslog("[dxr3-audio-alsa] Unable to set samplerate %d: %s", samplerate, snd_strerror(err)); } - static unsigned int buffer_time = 400000; // ring buffer length in us + static unsigned int buffer_time = 500000; // ring buffer length in us static unsigned int period_time = 100000; // period time in us snd_pcm_uframes_t size; |