Simple mixer control 'LINEIN APM',0
Capabilities: volume volume-joined
Playback channels: Mono
Capture channels: Mono
Limits: 0 - 7
Mono: 7 [100%]
Simple mixer control 'Ldac Left Mixer',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Ldac Right Mixer',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Left Capture Mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'MIC output volume',0
Capabilities: volume volume-joined
Playback channels: Mono
Capture channels: Mono
Limits: 0 - 7
Mono: 7 [100%]
Simple mixer control 'Rdac Right Mixer',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Right Capture Mute',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
This step is critical. One false muted channel and you are out of the game.
Test recording.
# arecord -L
Should show a device.
# arecord -f S16_LE -r 44100 -t wav test.wav
Should make kind of Sound. Stop it with ctr-c and check the file.
B. SoX Recording / Streaming
Install SoX
# apt-get install sox libsox-fmt-all
Sox gives you tools like: sox, rec and play. I would suggest you install it on the
client pc too.
Record striaght to mp3
# rec -c 2 -C 64 test.mp3
-c 2 two channels
-C 64 tell the encoder to produce a 64kbit/s mp3
Stop it with ctr-c, check the output.
Listen to it live over LAN
Banana:
# rec -c 2 -C 64 -t mp3 - | netcat -l -p 9000
-t mp3 - produce mp3 stream to stdout
BPI-R1 MIC
22
Содержание BPI-R1
Страница 5: ...BPI R1 hardware interface BPI R1 hardware interface Front Back BPI R1 hardware interface 5...
Страница 6: ...Hardware connect sketch map Front Back BPI R1 hardware interface 6...
Страница 7: ...BPI R1 hardware interface 7...
Страница 8: ...BPI R1 hardware spec BPI R1 hardware spec 8...
Страница 14: ...J13 P01 UART0 RX PB23 J13 P02 UART0 TX PB22 BPI R1 GPIO Pin define 14...
Страница 28: ...please note value 0 value 1 press is 1 unpress is 0 BPI R1 IR interface 28...
Страница 41: ...BPI R1 RoHS Certification BPI R1 CE FCC RoHS Certification 41...
Страница 42: ...BPI R1 CE FCC RoHS Certification 42...
Страница 43: ...BPI R1 Software BPI R1 support linux android and openwrt system BPI R1 Software 43...
Страница 59: ...Linux kernel 3 4 BSP image 59...
Страница 76: ...BPI R1 OpenBSD BPI R1 booting OpenBSD current http www openbsd org armv7 html BPI R1 OpenBSD 76...
Страница 84: ...Reference documents Thank many user writer document for banana pi BPI R1 Reference documents 84...