xinzhiling111 发表于 2022-5-12 15:42:15

rv1126 aplay播放音频文件如何控制音量

rv1126 buildroot文件系统,看着有aplay应用可以来播放音频文件,也确实可以播放,但是音量没找到怎么控制,帮助信息里面也没看到有哪个选项可以控制音量。
# aplay --help
Usage: aplay ... ...

-h, --help            help
    --version         print current version
-l, --list-devices      list all soundcards and digital audio devices
-L, --list-pcms         list device names
-D, --device=NAME       select PCM by name
-q, --quiet             quiet mode
-t, --file-type TYPE    file type (voc, wav, raw or au)
-c, --channels=#      channels
-f, --format=FORMAT   sample format (case insensitive)
-r, --rate=#            sample rate
-d, --duration=#      interrupt after # seconds
-s, --samples=#         interrupt after # samples per channel
-M, --mmap            mmap stream
-N, --nonblock          nonblocking mode
-F, --period-time=#   distance between interrupts is # microseconds
-B, --buffer-time=#   buffer duration is # microseconds
    --period-size=#   distance between interrupts is # frames
    --buffer-size=#   buffer duration is # frames
-A, --avail-min=#       min available space for wakeup is # microseconds
-R, --start-delay=#   delay for automatic PCM start is # microseconds
                        (relative to buffer size if <= 0)
-T, --stop-delay=#      delay for automatic PCM stop is # microseconds from xrun
-v, --verbose         show PCM structure and setup (accumulative)
-V, --vumeter=TYPE      enable VU meter (TYPE: mono or stereo)
-I, --separate-channels one file for each channel
-i, --interactive       allow interactive operation from stdin
-m, --chmap=ch1,ch2,..Give the channel map to override or follow
    --disable-resampledisable automatic rate resample
    --disable-channelsdisable automatic channel conversions
    --disable-format    disable automatic format conversions
    --disable-softvol   disable software volume control (softvol)
    --test-position   test ring buffer position
    --test-coef=#       test coefficient for ring buffer position (default 8)
                        expression for validation is: coef * (buffer_size / 2)
    --test-nowait       do not wait for ring buffer - eats whole CPU
    --max-file-time=#   start another output file when the old file has recorded
                        for this many seconds
    --process-id-file   write the process ID here
    --use-strftime      apply the strftime facility to the output file name
    --dump-hw-params    dump hw_params of the device
    --fatal-errors      treat all errors as fatal

请问有知道咋控制音量的吗?
页: [1]
查看完整版本: rv1126 aplay播放音频文件如何控制音量