Lioncash
|
e9109cb5f2
|
audio_buffers: Pass by const-ref in AppendBuffers
This function doesn't modify the passed in buffer, so we can make that
explicit.
|
2022-09-16 09:36:03 -04:00 |
|
Lioncash
|
cb2a33babc
|
device_session: Convert for loop into ranged for in AppendBuffers
Simplifies the indexing code a little bit.
|
2022-09-16 09:32:57 -04:00 |
|
Lioncash
|
a278fa6e2a
|
device_session: Pass arguments by const-ref in relevant functions
These functions don't modify the passed in audio buffers, so we can
signify that in the interface.
|
2022-09-16 09:31:33 -04:00 |
|
Lioncash
|
2c91fbf7f1
|
audio_core: Amend documentation tags
Resolves a wackload of -Wdocumentation warnings due to mismatching tags
and whatnot.
|
2022-09-15 09:47:23 -04:00 |
|
Kelebek1
|
ea9ff71725
|
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
|
2022-09-02 04:43:04 +01:00 |
|
Kelebek1
|
458da8a948
|
Project Andio
|
2022-07-22 01:11:32 +01:00 |
|