You are not logged in.

#26 2022-12-09 15:58:19

visious5d
Member
Registered: 2021-02-23
Posts: 26

Re: I can't record my voice

sudo fuser -v /dev/snd/*

                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  visious     531 F.... pulseaudio
/dev/snd/controlC1:  visious     531 F.... pulseaudio
/dev/snd/pcmC0D0p:   visious     531 F...m pulseaudio
arecord -Dhw:0 -f cd test.wav
Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo

I don't know how to entire output in a single code tag.

Last edited by visious5d (2022-12-09 16:36:20)

Offline

#27 2022-12-09 16:05:05

seth
Member
Registered: 2012-09-03
Posts: 51,033

Re: I can't record my voice

[ code ] some line
some more line
last line
[ / code ]

This is getting ridiculous…

Online

#28 2022-12-09 16:05:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: I can't record my voice

and did you have voice in that? If you didn't have, try following seths suggestion and up the mic boost

amixer -c0 set 'Internal Mic Boost',0 2

if that doesn't help either, test the LTS kernel.

You can wrap the entirety of the command and the output in code tags please do so

A last example, you can do [ code ]command
output output output
output output output
output output output [ /code ]

Which will become   

command
output output output
output output output
output output output 

opbviously remove the the spaces between the brackets, so the formatting is actually applied)

Last edited by V1del (2022-12-09 16:40:29)

Offline

#29 2022-12-09 16:35:06

visious5d
Member
Registered: 2021-02-23
Posts: 26

Re: I can't record my voice

Okay, now all post looks great. Now the only problem is to hear my voice.

Offline

#30 2022-12-09 16:39:25

seth
Member
Registered: 2012-09-03
Posts: 51,033

Re: I can't record my voice

V1del wrote:

and did you have voice in that? If you didn't have, try following seths suggestion and up the mic boost

Online

Board footer

Powered by FluxBB