GSTREAMER:是否有插件可以增加音频源的音量

发布于 2025-01-28 11:05:12 字数 299 浏览 4 评论 0原文

如上所述。想人为地增加现场场景麦克风录制的响度。使用了以下插件量

 pulsesrc volume=8.0 \
    ! audioconvert \
    ! audioresample \
    ! volume volume=1.0 \
    ! audio/x-raw,rate=8000,channels=1,depth=8,format=S16LE \
    ! filesink location=record.wav

也尝试了音频宽图,但似乎两者都有原始录制卷 大声

感谢您的帮助

As above. Want to artificially increase the loudness of a microphone recording of live scene. Have used the following plugins volume

 pulsesrc volume=8.0 \
    ! audioconvert \
    ! audioresample \
    ! volume volume=1.0 \
    ! audio/x-raw,rate=8000,channels=1,depth=8,format=S16LE \
    ! filesink location=record.wav

Have also tried audioamplify but seem like both have the raw recorded volume as the upper limit
in loudness

Thanks for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余厌 2025-02-04 11:05:12

卷的属性元素的范围从0.010.01.0 >代表100%的体积。

The volume property of the volume element has a range from 0.0 to 10.0 while 1.0 represents 100% volume.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文