what is the simpliest way to play sound from array data in delphi

后端 未结 4 1589
说谎
说谎 2020-12-31 21:01

Is there any simple function? I am searching something like that

Play(@data, 44000, 100 {time});

4条回答
  •  既然无缘
    2020-12-31 21:23

    Wave Audio Package has TLiveAudioPlayer component. It plays audio from buffer.

提交回复
热议问题