mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
WavPackWriter: support multichannel audio, channelMask
This commit is contained in:
@@ -128,7 +128,8 @@ namespace CUETools { namespace Codecs { namespace APE {
|
||||
pcm = gcnew AudioPCMConfig(
|
||||
pAPEDecompress->GetInfo (APE_INFO_BITS_PER_SAMPLE, 0, 0),
|
||||
pAPEDecompress->GetInfo (APE_INFO_CHANNELS, 0, 0),
|
||||
pAPEDecompress->GetInfo (APE_INFO_SAMPLE_RATE, 0, 0));
|
||||
pAPEDecompress->GetInfo (APE_INFO_SAMPLE_RATE, 0, 0),
|
||||
(AudioPCMConfig::SpeakerConfig)0);
|
||||
|
||||
// make a buffer to hold 16384 blocks of audio data
|
||||
nBlockAlign = pAPEDecompress->GetInfo (APE_INFO_BLOCK_ALIGN, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user