简体   繁体   English

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

[英]Gstreamer: Is there plugin to increase audio volume of an audio source

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也尝试过 audioamplify 但似乎两者都将原始录制音量作为响度上限

Thanks for your help谢谢你的帮助

The volume property of the volume element has a range from 0.0 to 10.0 while 1.0 represents 100% volume. volume元素的volume属性范围为0.010.0 ,而1.0表示 100% 体积。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM