Пример #1
0
 static void TranscodingTest()
 {
     Codec.WaveToMP3("test.wav", "test1.mp3");
     Codec.MP3ToWave("test1.mp3", "test.wav");
 }