aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio')
-rw-r--r--linden/indra/llaudio/llstreamingaudio_fmod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/llstreamingaudio_fmod.cpp b/linden/indra/llaudio/llstreamingaudio_fmod.cpp
index a71a872..238b213 100644
--- a/linden/indra/llaudio/llstreamingaudio_fmod.cpp
+++ b/linden/indra/llaudio/llstreamingaudio_fmod.cpp
@@ -69,7 +69,7 @@ LLStreamingAudio_FMOD::LLStreamingAudio_FMOD() :
69 mGain(1.0f) 69 mGain(1.0f)
70{ 70{
71 // Number of milliseconds of audio to buffer for the audio card. 71 // Number of milliseconds of audio to buffer for the audio card.
72 // Must be larger than the usual Second Life frame stutter time. 72 // Must be larger than the usual frame stutter time.
73 FSOUND_Stream_SetBufferSize(200); 73 FSOUND_Stream_SetBufferSize(200);
74 74
75 // Here's where we set the size of the network buffer and some buffering 75 // Here's where we set the size of the network buffer and some buffering