Real low level sound generation in C#?

后端 未结 3 1037
不思量自难忘°
不思量自难忘° 2020-12-14 04:46

Anyone knows of a sensible way to create an ARBITRARY sound wave in C# and play it back from the speakers?

This issue has been coming back to every now and then for

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 05:14

    FMOD can do sample loads from memory and has a C# wrapper.

提交回复
热议问题