QtAV
QtAV copied to clipboard
windows7 平台上运行中,点击暂停有bug
QtAV, Qt version and platform
or commit id if not using release version
Reproduction steps
Expected behavior
Actual behavior
Log file
set environment var QTAV_LOG=all or C++ api QtAV::setLogLevel(All) to enable log.
For Player and QMLPlayer example app, choose log level all in config page.
Sample files (optional)
win7 qt5.9.8 编译后,在播放过程中,点击暂停键,有bug
点击暂停后,是播放的声音有bug,后面的回声一直不断,我的联系方式[email protected]
要用xaudio2
点击暂停后,是播放的声音有bug,后面的回声一直不断,我的联系方式[email protected]
不知兄台解决没,我也遇到了这个问题,很是头疼,且停止播放视频后,也出现后面的回声不断,暂停录像我采用 if (m_Player->audio() && m_Player->audio()->isOpen()) { m_Player->audio()->close(); }这种方法停止声音,但是也是有问题的
要用xaudio2 我也遇到了同样的问题,请问xaudio2这个是这么用的啊?
我的安装运行时依赖后正常了http://sourceforge.net/projects/qtav/files/depends/DXSDK2010_XAudio2_redist.7z/download