OpenWRT 在 RaspberryPI 播放音频
jf wang Lv7

RaspberryPI 不只能满足路由计算需要,还能用于多媒体,如:插上音箱放音乐!

OpenWrt编译要求

内核驱动类要求:

  • Kernel modules > Sound Support > kmod-sound-core
  • Kernel modules > Sound Support > kmod-sound-arm-bcm2835

    软件要求

  • Sound > alsa-utils
  • Sound > madplay

Raspberry PI 设置

开放设备

/boot/config.txt 里添加如下行:

1
dtparam=audio=on

使Raspberry PI开放音频硬件。不然有驱动程序,但找不到音频设备!

设置音频输出

通过amixer命令完成:

$ amixer cset numid=3 1 :指定音频输出接口为 3.5mm 耳机接口
$ amixer cset numid=3 2 :指定音频输出接口为 HDMI

使用

script
1
2
$ madplay music.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
  • 本文标题:OpenWRT 在 RaspberryPI 播放音频
  • 本文作者:jf wang
  • 创建时间:2020-07-06 12:46:57
  • 本文链接:https://www.wangjunfeng.com.cn/2020/07/06/openwrt-on-raspberrypi-play-audio/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!