Skip to content
Snippets Groups Projects
Commit 5dc37111 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Cleanup to fmod and internet streaming

parent 4dc45cf9
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -44,7 +44,7 @@
#include "sound_ids.h"
const U32 EXTRA_SOUND_CHANNELS = 100;
const U32 EXTRA_SOUND_CHANNELS = 10;
FMOD_RESULT F_CALLBACK windDSPCallback(FMOD_DSP_STATE *dsp_state, float *inbuffer, float *outbuffer, unsigned int length, int inchannels, int *outchannels);
......
This diff is collapsed.
......@@ -82,6 +82,8 @@ class LLStreamingAudio_FMODSTUDIO final : public LLStreamingAudioInterface
std::string mPendingURL;
F32 mGain;
bool mWasAlreadyPlaying;
LLSD *mMetaData;
bool mNewMetadata;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment