diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-04-03 22:19:33 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-04-04 19:44:07 +0200 |
commit | ba8bcf6520eb4cbcdf93393ecdeda4e6c0bc5846 (patch) | |
tree | 68b904783dfe614186903ac400f575f533d02d6a /indra/llaudio/llaudioengine_fmodstudio.h | |
parent | c7053a6928fd5eafdc935453742e92951ae4e0c1 (diff) |
SL-19042: Replace FMOD with VLC for parcel audio
Diffstat (limited to 'indra/llaudio/llaudioengine_fmodstudio.h')
-rw-r--r-- | indra/llaudio/llaudioengine_fmodstudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llaudio/llaudioengine_fmodstudio.h b/indra/llaudio/llaudioengine_fmodstudio.h index d3d6d69685..29e7bc6bf0 100644 --- a/indra/llaudio/llaudioengine_fmodstudio.h +++ b/indra/llaudio/llaudioengine_fmodstudio.h @@ -53,6 +53,7 @@ public: // initialization/startup/shutdown virtual bool init(void *user_data, const std::string &app_title); virtual std::string getDriverName(bool verbose); + virtual LLStreamingAudioInterface* createDefaultStreamingAudioImpl() const; virtual void allocateListener(); virtual void shutdown(); |