Kelebek1
|
5da70f7197
|
Remove memory allocations in some hot paths
|
2023-06-22 08:05:10 +01:00 |
|
Kelebek1
|
6a56f42f5d
|
Signal buffer event on audio in/out system stop, and force remove all registered audio buffers
|
2022-12-16 16:07:24 +00:00 |
|
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
|
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 |
|