Search found 3 matches
- 2024-01-24 19:35
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Plus - Audio line-in and line-out example schematics
- Replies: 5
- Views: 3134
Re: Luckfox Pico Plus - Audio line-in and line-out example schematics
Ok, I managed to play a .wav file using alsaaudio and python. The strange thing is that I get audio output on TP4, but according to schematic for Luckfox pico plus, it's a CODEC_MICBIAS port. Is the schematic on the luckfox website not up-to-date? If so, can you share an updated version.
- 2024-01-24 15:37
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Plus - Audio line-in and line-out example schematics
- Replies: 5
- Views: 3134
Re: Luckfox Pico Plus - Audio line-in and line-out example schematics
Thanks, I tried the command from the document: rk_mpi_ao_test -i audi.pcm --sound_card_name=hw:0,0 --device_ch=2 --device_rate=16000 --input_rate=16000 --input_ch=2 Here is the output I get: # rk_mpi_ao_test -i audi.pcm --sound_card_name=hw:0,0 --device_ch=2 --device_rate=16000 --input_rate=16000 --...
- 2024-01-22 14:34
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Plus - Audio line-in and line-out example schematics
- Replies: 5
- Views: 3134
Luckfox Pico Plus - Audio line-in and line-out example schematics
Hi, I'm planning to use LuckFox Pico Plus for audio playback and audio recording, so I need to use line-out and line-in ports. As far as I understand, CODEC_LINEOUT output is signle-ended and referenced to ground, so I can connect it directly to headphones/amplifier, is this correct? For audio recor...