1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-07 05:06:01 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Audio/AudioRendererManager
bylaws 90b4759085 Various small audren fixes (#894)
* Remove redundant modulo on wave buffer index

This is already performed by SetBufferIndex

* Correct typo in UpdateDataHeader

MixeSize -> MixSize

* Remove unused variable in audren

'volume' was unused and 'voice.Volume' was used instead so remove 'volume'
2020-01-18 23:29:52 +01:00
..
Types Various small audren fixes (#894) 2020-01-18 23:29:52 +01:00
AudioRendererCommon.cs
BehaviorInfo.cs
CommandGenerator.cs
EdgeMatrix.cs
EffectContext.cs Support audio effect output status (#890) 2020-01-17 10:07:27 +01:00
IAudioDevice.cs
IAudioRenderer.cs Various small audren fixes (#894) 2020-01-18 23:29:52 +01:00
MemoryPoolContext.cs
NodeStates.cs
PerformanceManager.cs
Resampler.cs
SplitterContext.cs
VoiceContext.cs Various small audren fixes (#894) 2020-01-18 23:29:52 +01:00