How to record from external microphone?

Using applications, configuring, problems
Post Reply
Message
Author
scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

How to record from external microphone?

#1 Post by scientist »

I want to be able to record audio with an external mike.

PavRecord is no help at all.

Code: Select all

# arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: Generic [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 2: ALC887-VD Alt Analog [ALC887-VD Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0

This creates a wav file, but no sound is heard.

Code: Select all

arecord -f dat -d 20 -D hw:1,0 test.wav
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#2 Post by nic007 »

Did you set your audio mixer correctly? In retrovol for example: enable capture and set the volume + set the capture source (try mic or docking station). Why recording to wav? That will give a huge file.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

mhWaveEdit works a treat for me.

scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

#4 Post by scientist »

How do I set the playback and recording device for it ?
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

Post Reply