User Manual Orange Pi Zero 3

  Features   |  Use   |    Linux     |  Linux SDK   |  Android   |  Android SRC   |

RU          EN  

Chapt 3. Instructions for use of Debian/Ubuntu Server and Xfce desktop system
Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122  


3.12.1. How to play audio using the command line

3.12.1.1 Headphone jack playback audio test

  • 1) First, you need to insert the 13pin expansion board into the 13pin interface of the Orange Pi development board, and then insert the earphone into the audio interface


    Img 3.96

  • 2) Through the aplay -l command, you can view the sound card devices supported by the Linux system

    a. The output of the linux5.4 system is as follows, where card0:audiocodec is the sound card device required for earphone playback

    root@orangepi:~# aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: audiocodec [audiocodec], device 0: SUNXI-CODEC sun50iw9-codec-0 []

    Subdevices: 1/1 Subdevice #0: subdevice #0

    b. The output of the linux6. 1 system is as follows, where audiocodec is the sound card device required for earphone playback

    root@orangepi:~# aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: audiocodec [audiocodec], device 0: CDC PCM Codec-0 [CDC PCM Codec-0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

  • 3) Then use the aplay command to play the audio, and the headset can hear the sound

    root@orangepi:~# aplay -D hw:0,0 /usr/share/sounds/alsa/audio.wav
    Playing WAVE 'audio.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo

    If there is noise in the earphone test, please pull out some earphones, do not insert all the earphones.


    3.12.1.2 HDMI audio playback test

  • 1) First use the Micro HDMI to HDMI cable to connect the Orange Pi development board to the TV (other HDMI monitors need to ensure that they can play audio)



    Img 3.97

  • 2) HDMI audio playback does not require other settings, just use the aplay command to play directly

    root@orangepi:~# aplay -D hw:2,0 /usr/share/sounds/alsa/audio.wav

     <         > 


  • Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122