aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
2021-06-27Decouple audio processing and run at variable rateKelebek1
2021-06-26hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.bunnei
2021-06-24hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod...bunnei
2021-06-22Implement audout GetAudioOutPlayedSampleCountKelebek1
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-11audrenbunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-08codecctl: Use proper namesgerman77
2021-04-08audren_u: Use proper namesgerman77
2021-04-08audren_a: Use proper namesgerman77
2021-04-08audrec_u: Use proper names, update to 12.xgerman77
2021-04-08audrec_a: Use proper namesgerman77
2021-04-08audout_u: Use proper namesgerman77
2021-04-08audout_a: Use proper namesgerman77
2021-04-08audin_u: Use proper namesgerman77
2021-04-08audin_a: Use proper namesgerman77
2021-04-07hwopus: Update to 12.xMorph
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-01-24audout: FlushAudioOutBuffersChloe Marcec
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-11Merge pull request #4310 from ogniK5377/apollo-1-prodbunnei
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec
2020-04-29marked stubsDavid Marcec
2020-04-29Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAud...David Marcec
2020-04-26Merge pull request #3744 from lioncash/table2bunnei
2020-04-20audio_renderer: Preliminary BehaviorInfo (#3736)David
2020-04-20service: Update function tablesLioncash
2020-04-20audren: Lower log level for RequestUpdateImpl to DebugFearlessTobi
2020-04-17service: Remove unused RequestParser instancesLioncash
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-02-11update hwopus DecodeInterleaved for FW 7.0.0+makigumo
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash