Refactor Audio Backend to support single listener only
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
/// <summary>
|
||||
/// The audio backend buffers (internal ids) collection used by this audio clip.
|
||||
/// </summary>
|
||||
Array<AUDIO_BUFFER_ID_TYPE, FixedAllocation<ASSET_FILE_DATA_CHUNKS>> Buffers;
|
||||
Array<uint32, FixedAllocation<ASSET_FILE_DATA_CHUNKS>> Buffers;
|
||||
|
||||
/// <summary>
|
||||
/// The streaming cache. Contains indices of chunks to stream. If empty no streaming required. Managed by AudioStreamingHandler and used by the Audio streaming tasks.
|
||||
|
||||
Reference in New Issue
Block a user