Beispiel #1
0
 private static byte[] get_ogg_pcm_data(NVorbis.VorbisReader vorbis)
 {
     return(vorbis.SelectMany(x => x).ToArray());
 }