Best API for low-level audio in Windows?

后端 未结 4 1923
日久生厌
日久生厌 2020-12-31 02:29

I\'m working on an audio application, written in C. I need to provide live audio playback under Windows. I need to decide which audio API to use. I\'m planning to use the

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 03:29

    Having written a DirectSound streaming application myself, I certainly recommend it for low-latency and ease of use. Also, it enables you to set a higher quality format for playback on legacy editions of Windows.

提交回复
热议问题