From 98c6ceede564eda4aed528e51219a9b0d6bea1c4 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 14 Jul 2018 23:57:41 -0300 Subject: Audio Renderer improvements (#210) * Partial voice implementation on audio renderer * Implemented audren resampler (based on original impl) * Fix BiquadFilter struct * Pause audio playback on last stream buffer * Split audren/audout files into separate folders, some minor cleanup * Use AudioRendererParameter on GetWorkBufferSize aswell * Bump audren version to REV4, name a few things, increase sample buffer size * Remove useless new lines --- Ryujinx.Audio/AudioFormat.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Ryujinx.Audio/AudioFormat.cs (limited to 'Ryujinx.Audio/AudioFormat.cs') diff --git a/Ryujinx.Audio/AudioFormat.cs b/Ryujinx.Audio/AudioFormat.cs deleted file mode 100644 index 8250d136..00000000 --- a/Ryujinx.Audio/AudioFormat.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Ryujinx.Audio -{ - public enum AudioFormat - { - Invalid = 0, - PcmInt8 = 1, - PcmInt16 = 2, - PcmImt24 = 3, - PcmImt32 = 4, - PcmFloat = 5, - Adpcm = 6 - } -} \ No newline at end of file -- cgit v1.2.3