Dragoon
Active Member
- Joined
- Feb 23, 2009
- Messages
- 721
dingens said:^ Im Tweaks Thread gibt es einen Hinweis wie man mit dem Mic aufnehmen kann, keine Ahnung ob es wirklich funzt.
Danke, hab den Beitrag gefunden. Er ist von MWeston.
MWeston said:How to enable audio recording:
- In the mixer control utility, select SELECT CONTROLS and enable 'Left Input Source' and 'Right Input Source'
- under the OPTIONS tab, set Left Input Source to MAIN MIC (for internal mic) or LINE IN when A/V cables are available
- Set Right Input Source to SUB MIC for use with four conductor headset or to LINE IN when A/V cables are available
- Under CAPTURE tab, increase the level to whatever is necessary (start at midpoint)
- Under the PLAYBACK tab, increase the INPUT BOOST to whatever is necessary (start low!)
- open a terminal window and type:
arecord -f cd -D hw:0,1 | aplay
This will play the input through the speakers. It has a good half second delay but you can still get into some interesting feedback loops if you're not careful.
- to record the input devices to a file, move to an SD card directory (strongly don't recommend writing to NAND as you know) and type:
arecord -t wav -f cd -D hw:0,1 test.wav
(call the file whatever you want and you could also type the full path to SD card here too)
- then listen to it with:
aplay test.wav
Quelle
Hab das Mikrofon zum Laufen gebracht - es funktioniert. Mit der Aufnahme (test.wav) klappt es allerdings nicht bei mir. :-(