2

I want to build a musical Ear Training program. I have samples of piano notes on mp3 or wav files, and i want to play them simultaneously to build musical chords.

What will be the easiest or the most successful way of playing sounds together?

Thanks :-)

4

2 回答 2

0

对于这类事情,您可以调用SDL_mixer库。它不是 C#,但在这里您可以在游戏库中看到它由 C# 接口。

您可以有多个通道,每个通道播放不同的声音。

于 2013-03-20T10:12:42.873 回答
0

有关流行的 C# 音频库,请参阅此问题,并参阅其有关如何实现同时播放的文档(例如BASS.NETNAudio等)。

于 2013-03-20T13:09:58.573 回答