登录 注册
当前位置:主页 > 资源下载 > 5 > 用Qt播放Wav格式的音频文件

用Qt播放Wav格式的音频文件

  • 更新:2024-09-08 09:53:44
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:QT - 移动开发
  • 格式:RAR

资源介绍

Qt使用QSoundEffect来播放wav文件 附官方说明:This class allows you to play uncompressed audio files (typically WAV files) in a generally lower latency way, and is suitable for "feedback" type sounds in response to user actions (e.g. virtual keyboard sounds, positive or negative feedback for popup dialogs, or game sounds). If low latency is not important, consider using the QMediaPlayer class instead, since it supports a wider variety of media formats and is less resource intensive.