As concatenate two AudioFormatReader?

as concatenating two AudioFormatReader to play as one AudioFormatReader.

español:como concatenar dos AudioFormatReader para reproducir como un solo AudioFormatReader

Should be easy to do: override: virtual bool readSamples (int** destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples) to either request from the first stream, the second stream, or both, depending on the value of startOffsetInDestBuffer.