Steveice10
|
670e9936a4
|
audio_core: Only perform audio stretching if below full speed. (#7201)
|
2023-11-26 12:06:59 -08:00 |
|
SachinVin
|
72ff0c5337
|
AudioCore: Refactor DSP interrupt handling (#7026)
|
2023-10-04 15:44:59 +02:00 |
|
GPUCode
|
cf9bb90ae3
|
code: Use std::span where appropriate (#6658)
* code: Use std::span when possible
* code: Prefix memcpy and memcmp with std::
|
2023-07-07 01:52:40 +03:00 |
|
Steveice10
|
13a8969824
|
build: Clear out remaining compile warnings. (#6662)
|
2023-07-04 21:00:24 -07:00 |
|
SachinVin
|
5311c939a2
|
tests/audio_core: add sanity test cases for LLE vs HLE
|
2023-05-25 20:23:21 +05:30 |
|
SachinVin
|
975ee15635
|
audiocore/{hle, lle}: remove dependence on static core timing
|
2023-05-20 21:27:22 +05:30 |
|
Weiyi Wang
|
443f4b964d
|
DSP/LLE: add multithread mode
|
2018-12-21 20:49:24 -05:00 |
|
Weiyi Wang
|
05c372bf6c
|
Update teakra to fix macos issue; address comment feedbacks
|
2018-12-21 20:49:23 -05:00 |
|
Weiyi Wang
|
67213ca855
|
audio_core/lle: link ahbm and audio callback
|
2018-12-21 20:49:22 -05:00 |
|
Weiyi Wang
|
6f6ffceec4
|
audio_core/hle,lle: implement UnloadComponent
|
2018-12-21 20:49:21 -05:00 |
|
Weiyi Wang
|
9b41e6f85f
|
audio_core/lle: implement LoadComponent
|
2018-12-21 20:49:21 -05:00 |
|
Weiyi Wang
|
9ab4e3c686
|
audio_core/lle: implement GetDspMemory and SetServiceToInterrupt
|
2018-12-21 20:49:21 -05:00 |
|
Weiyi Wang
|
5c13eca700
|
audio_core/lle: implement PipeRead/GetPipeReadableSize
|
2018-12-21 20:49:20 -05:00 |
|
Weiyi Wang
|
e40efbf37b
|
audio_core/lle: implement PipeWrite
|
2018-12-21 20:49:20 -05:00 |
|
Weiyi Wang
|
c9736b3300
|
audio_core/hle,lle: implement SetSemaphore
|
2018-12-21 20:49:20 -05:00 |
|
Weiyi Wang
|
4671ccf416
|
audio_core/lle: implement RecvDataIsReady
|
2018-12-21 20:49:19 -05:00 |
|
Weiyi Wang
|
b609753fb6
|
audio_core/lle: implement RecvData
|
2018-12-21 20:49:19 -05:00 |
|
Weiyi Wang
|
6d51d95d44
|
audio_core: add teakra and lle interface
|
2018-12-21 20:49:18 -05:00 |
|