Refactor Audio Backend to support single listener only

This commit is contained in:
Wojtek Figat
2024-05-04 21:47:47 +02:00
parent 388a0f4196
commit f604503566
11 changed files with 164 additions and 299 deletions

View File

@@ -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.