halx99
|
92890788f8
|
Update copyright notice [skip ci]
|
2021-10-06 18:47:07 +08:00 |
rh101
|
c7aa1d4f00
|
Let the OGG function overrides handle freeing memory of the FileStream pointer.
|
2021-04-26 17:30:18 +10:00 |
rh101
|
b865d9e18e
|
Use reset() to clear unique_ptr.
Use value initialization for unique_ptr.
Change AudioDecoderOgg override functions to use FileStream* instead of unique_ptr.
Remove redundant code.
|
2021-04-26 15:43:33 +10:00 |
rh101
|
ef6bedd069
|
Use unique_ptr for FileUtils::openFileStream
Fix OGG audio playback due to incorrect tell() method
Fix unzip close() override method not deleting FileStream pointer.
|
2021-04-26 14:21:56 +10:00 |
rh101
|
434d2730d6
|
Initialise member variable
|
2021-04-26 01:05:06 +10:00 |
rh101
|
8de1099614
|
Add support for virtual file system via custom FileStream and FileUtils implementations.
|
2021-04-22 03:15:49 +10:00 |
halx99
|
26471dc766
|
fix ci compile
|
2020-08-27 00:49:07 +08:00 |
halx99
|
fe4d26cea1
|
Rename PXFileStream to CCFileStream
|
2020-08-27 00:21:44 +08:00 |
halx99
|
2cbb902813
|
[WAV] Finished MSADPCM & IMA4 compress format support.
|
2020-06-04 12:26:25 +08:00 |
halx99
|
9bbc68cecd
|
Sync audio header files
|
2019-11-30 14:21:36 +08:00 |
halx99
|
a759332591
|
Refactor AudioEngine implementation, use OpenAL for all platforms.
|
2019-11-24 14:54:45 +08:00 |