Re: how to record sound being played using arecord

2021-10-03 Thread lou
On 10/3/21 9:23 AM, Michael Lange wrote: Hi, Because the thing you wanted to do did *not* work for you? ;-) after loading them, they don't help, i can't hear anything from recording which commands exactly did you try? Did you set the capture channel to "Vol" either by some gui mixer or

Re: how to record sound being played using arecord

2021-10-03 Thread Michael Lange
Hi, On Sat, 2 Oct 2021 22:02:39 -0400 lou wrote: (...) > why shall i need OSS compatibility module if alsa works? Because the thing you wanted to do did *not* work for you? ;-) > after loading them, they don't help, i can't hear anything from > recording which commands exactly did you try?

Re: how to record sound being played using arecord

2021-10-02 Thread lou
On 10/2/21 9:38 AM, Dan Ritter wrote: Yes, you want to read https://dt.iki.fi/record-system-output-alsa for an example. -dsr- to Dan: it's not easy to follow instruction at https://dt.iki.fi/record-system-output-alsa after running "|modprobe snd-aloop", i can hear sound being played|

Re: how to record sound being played using arecord

2021-10-02 Thread Michael Lange
Hi, On Sat, 2 Oct 2021 03:55:50 -0400 lou wrote: > Could you give me commands that record sound being played? apart from the solution using alsaloop Dan already pointed out, there is a rather simple way to do this with Alsa's OSS compatibility modules: sudo modprobe snd-pcm-oss aumix -

Re: how to record sound being played using arecord

2021-10-02 Thread Dan Ritter
lou wrote: > > On 10/2/21 7:46 AM, Dan Ritter wrote: > i don't have microphone > > i want to record sound being played by application, alsaloop is needed > > i will use .wav or .au format, hopefully my cell phone can play it Yes, you want to read https://dt.iki.fi/reco

Re: how to record sound being played using arecord

2021-10-02 Thread lou
! i don't have microphone i want to record sound being played by application, alsaloop is needed i will use .wav or .au format, hopefully my cell phone can play it

Re: how to record sound being played using arecord

2021-10-02 Thread Dan Ritter
lou wrote: > Could you give me commands that record sound being played? > > i don't know how to use alsaloop > > Can arecord use mp3 format? Nothing records directly into mp3; mp3 is a compressed format. ffmpeg or lame can turn the .wav or .au that you get from a recording sys

how to record sound being played using arecord

2021-10-02 Thread lou
Could you give me commands that record sound being played? i don't know how to use alsaloop Can arecord use mp3 format? Thanks!   ~$ amixer Simple mixer control 'Master',0   Capabilities: pvolume pswitch pswitch-joined   Playback channels: Front Left - Front Right   Limits: Playback 0 - 65536

how to record sound being played

2021-09-29 Thread lou
i have bullseye and want to record sound being played using ffmpeg https://trac.ffmpeg.org/wiki/Capture/ALSA $ arecord -l List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]   Subdevices: 1/1   Subdevice #0: subdevice #0 how to use

how to record sound being played with pulseaudio command?

2021-05-11 Thread Long Wind
Thanks!

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread David Wright
that's it's impossible that I should have been able to record sound the computer is playing (from whatever source, external or internal) on an OOTB PC for over twenty years? Is that why you're shouting? Anyway, back to talking about PCs. > To achieve it requires either a hardware connection >

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread Michael Lange
On Fri, 26 Mar 2021 09:47:28 +0100 Michael Lange wrote: > Plus, I don't know how to switch the OSS capture > device programmatically (if this is important for the OP's purpose). uh, got it. $ aumix -v R sets "Vol" as capture device. Regards Michael .-.. .. ...- . .-.. --- -. --. .- -.

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread Michael Lange
Hi, On Fri, 26 Mar 2021 08:38:02 +0100 wrote: > On Thu, Mar 25, 2021 at 11:22:35PM +0100, Nicolas George wrote: > > David Wright (12021-03-25): > > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > > > This command does not record the sound being played. > > > … on your

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread tomas
On Thu, Mar 25, 2021 at 11:22:35PM +0100, Nicolas George wrote: > David Wright (12021-03-25): > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > > This command does not record the sound being played. > > … on your machine. > > On no machine, unless specifically

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread Linux-Fan
David Wright writes: On Thu 25 Mar 2021 at 17:40:51 (+0100), Nicolas George wrote: > David Wright (12021-03-25): [...] > > To record, you could type, for example, in another xterm: > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > This command does not record the

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread Nicolas George
David Wright (12021-03-25): > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > This command does not record the sound being played. > … on your machine. On no machine, unless specifically configured, which is not trivial at all. It would be helpful if people around here

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread David Wright
On Thu 25 Mar 2021 at 17:40:51 (+0100), Nicolas George wrote: > David Wright (12021-03-25): > > > now i modify my requirement to how to use arecord to record sound being > > > played to wav file > > > To record, you could type, for example, in another xterm: > &

Re: how to record sound to mp3

2021-03-25 Thread Celejar
On Thu, 25 Mar 2021 19:51:42 +0100 Nicolas George wrote: > Greg Wooledge (12021-03-25): > > However, this is NOT something you can do with MP3 files. They are not > > designed to be concatenated. (Ogg Vorbis files *are*. MP3 files aren't.) > > It's the other way around. Pure MP3 files are

Re: how to record sound to mp3

2021-03-25 Thread Nicolas George
Greg Wooledge (12021-03-25): > I was told *by the developer* (Monty, in #vorbis IRC long ago) that > Ogg Vorbis files were designed for this. Yes, I know concatenation is supposed to be a feature, but they messed it up. You may not know, but the expert consensus is that, although the codec

Re: how to record sound to mp3

2021-03-25 Thread Greg Wooledge
On Thu, Mar 25, 2021 at 07:51:42PM +0100, Nicolas George wrote: > On the other hand, Ogg files are NOT concatenable, even those that > contain only Vorbis audio. Some player will ignore the discontinuity at > the concatenation points, but not all. I was told *by the developer* (Monty, in #vorbis

Re: how to record sound to mp3

2021-03-25 Thread Nicolas George
Greg Wooledge (12021-03-25): > However, this is NOT something you can do with MP3 files. They are not > designed to be concatenated. (Ogg Vorbis files *are*. MP3 files aren't.) It's the other way around. Pure MP3 files are just a concatenation of self-delimited packets, concatenation will just

Re: how to record sound to mp3

2021-03-25 Thread Greg Wooledge
On Thu, Mar 25, 2021 at 06:29:43PM +, Long Wind wrote: > i ask other question: which command can merge two mp3 file?this command is > mp3 file version of DOS command "copy file1+file2 file3" The Unix version of that is: cat file1 file2 > file3 However, this is NOT something you can do with

Re: how to record sound to mp3

2021-03-25 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 ‐‐‐ Original Message ‐‐‐ On Thursday, March 25, 2021 10:40 AM, Nicolas George wrote: > David Wright (12021-03-25): > > > > now i modify my requirement to how to use arecord to record sound being > > > played to

Re: how to record sound to mp3

2021-03-25 Thread Nicolas George
David Wright (12021-03-25): > > now i modify my requirement to how to use arecord to record sound being > > played to wav file > To record, you could type, for example, in another xterm: > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav This command does

Re: how to record sound to mp3

2021-03-25 Thread David Wright
On Thu 25 Mar 2021 at 12:20:56 (+), Long Wind wrote: > now i modify my requirement to how to use arecord to record sound being > played to wav file That makes it easier as there's less work for the CPU to do. > i use buster, how to set default sound recording source? One way

Re: how to record sound to mp3

2021-03-25 Thread Darac Marjal
On 25/03/2021 11:37, Long Wind wrote: > i use mplayer to play sound > i urgently want a program that can record sound being played to mp3 > which package shall i install? IF you're using pulseaudio as your sound server, there are some neat solutions on the AskUbuntu site|[1]. In p

Re: how to record sound to mp3

2021-03-25 Thread Victor A. Stoichita
Le 25 Mar 2021, Nicolas George a écrit : I am quite sure (and certain in the case of FFmpeg) that none of them can record the sound being played. If it’s about playing a file and recording its audio to mp3, the following will work: ffmpeg -i your-file.avi your-file.mp3 Change

Re: how to record sound to mp3

2021-03-25 Thread tomas
On Thu, Mar 25, 2021 at 12:20:56PM +, Long Wind wrote: > Thanks to all that reply! > now i modify my requirement tohow to use arecord to record sound being played > to wav file > i use buster, how to set default sound recording source?in early debian > distro(stretch?)

Re: how to record sound to mp3

2021-03-25 Thread Long Wind
Thanks to all that reply! now i modify my requirement tohow to use arecord to record sound being played to wav file i use buster, how to set default sound recording source?in early debian distro(stretch?) sound mixer can be used to set recording source PS: i use twm, i'm afraid that gnome

Re: how to record sound to mp3

2021-03-25 Thread Susmita/Rajib
Please install (if not already) gnome-sound-recorder and set up settings there itself. You could even record on the fastest recording option feasible for your system, and then use soundconverter to convert the sound to mp3. Best.

Re: how to record sound to mp3

2021-03-25 Thread Alexander V. Makartsev
On 25.03.2021 16:37, Long Wind wrote: i use mplayer to play sound i urgently want a program that can record sound being played to mp3 which package shall i install? Thanks! I recommend "audacity" sound editor. It can record audio and export to mp3 or other formats. -- With kinde

Re: how to record sound to mp3

2021-03-25 Thread Nicolas George
to...@tuxteam.de (12021-03-25): > > i use mplayer to play soundi urgently want a program that can record sound > > being played to mp3 > > Command line? (from simple to complex) arecord, sox, ffmpeg > > GUI? I don't know. Perhaps snd, audacity (those are actually soun

Re: how to record sound to mp3

2021-03-25 Thread tomas
On Thu, Mar 25, 2021 at 11:37:53AM +, Long Wind wrote: > i use mplayer to play soundi urgently want a program that can record sound > being played to mp3which package shall i install?Thanks! Command line? (from simple to complex) arecord, sox, ffmpeg GUI? I don't know. Perha

trying to record sound with 'arecord'

2007-10-03 Thread tom arnall
i am trying to record sound with 'arecord': arecord -d 5 file.wav this gives me a file with a size of about 100k. but when i try to play it with: aplay file.wav i get no sound. but aplay works fine with the files in /usr/share/sounds. is there a problem

Re: trying to record sound with 'arecord'

2007-10-03 Thread Simon Jolle sjolle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2007 11:00 PM, tom arnall wrote: i am trying to record sound with 'arecord': arecord -d 5 file.wav this gives me a file with a size of about 100k. but when i try to play it with: aplay file.wav i get no sound. but aplay

Re: trying to record sound with 'arecord'

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 14:07, you wrote: On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: i am trying to record sound with 'arecord': arecord -d 5 file.wav Have you checked the mixer settings - specially is the microphone plugged in to the right input and is the slider

Re: trying to record sound with 'arecord'

2007-10-03 Thread David Fox
On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: yes to both. i used alsa mixer to set the mic level. i'm using a headset and when i do input to the mic i can hear it in the headphones. having never tried arecord I tried it out - on lenny there seems to be a problem in that it can't open the

Re: trying to record sound with 'arecord'

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 16:49, David Fox wrote: On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: yes to both. i used alsa mixer to set the mic level. i'm using a headset and when i do input to the mic i can hear it in the headphones. having never tried arecord I tried it out - on lenny

Re: trying to record sound with 'arecord'

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 17:45, tom arnall wrote: On Wednesday 03 October 2007 16:49, David Fox wrote: On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: yes to both. i used alsa mixer to set the mic level. i'm using a headset and when i do input to the mic i can hear it in the

Re: trying to record sound with 'arecord' A SOLUTION

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 16:49, David Fox wrote: On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: yes to both. i used alsa mixer to set the mic level. i'm using a headset and when i do input to the mic i can hear it in the headphones. having never tried arecord I tried it out - on lenny

Re: trying to record sound with 'arecord' A SOLUTION - POSTSCRIPT

2007-10-03 Thread tom arnall
On Wednesday 03 October 2007 16:49, David Fox wrote: On 10/3/07, tom arnall [EMAIL PROTECTED] wrote: yes to both. i used alsa mixer to set the mic level. i'm using a headset and when i do input to the mic i can hear it in the headphones. having never tried arecord I tried it out - on lenny

Can NOT record sound on my acer notebook

2007-01-09 Thread ketchup tomato
My debian system is installed under vmwarw workstation in windows 2000. The pc is ACER travelmate 2440, which has on board ac97 sound card. I just install the stable version 2.6.8-3-386 I can hear the sound, but can not record. Does anybody know the reason? Thank you.

Re: record sound...

2003-09-25 Thread Richard Kimber
On 22 Sep 2003 21:12:39 +0200 JG [EMAIL PROTECTED] wrote: LeVA [EMAIL PROTECTED] writes: Hello! I need a program that can record from mic, or line-in, and encode realtime to mp3/ogg, or just record to wav. Anyone knows a program which can do this? $ apt-get install sox $ man rec

record sound...

2003-09-22 Thread LeVA
Hello! I need a program that can record from mic, or line-in, and encode realtime to mp3/ogg, or just record to wav. Anyone knows a program which can do this? Thanks! Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: record sound...

2003-09-22 Thread Robert Vollmert
I need a program that can record from mic, or line-in, and encode realtime to mp3/ogg, or just record to wav. Anyone knows a program which can do this? If you're using ALSA, try arecord with oggenc: $ arecord | oggenc -o record.ogg - Select the recording device using a mixer (e.g.

Re: record sound...

2003-09-22 Thread LeVA
Robert Vollmert wrote: I need a program that can record from mic, or line-in, and encode realtime to mp3/ogg, or just record to wav. Anyone knows a program which can do this? If you're using ALSA, try arecord with oggenc: $ arecord | oggenc -o record.ogg - Select the recording device using a

Re: record sound...

2003-09-22 Thread Robert Vollmert
I am not using alsa :). Any other ideas? Or programs? sox will work, though I don't know the correct arguments. Or try audacity. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: record sound...

2003-09-22 Thread Dave Carrigan
On Mon, Sep 22, 2003 at 08:31:31PM +0200, LeVA wrote: I am not using alsa :). Any other ideas? Or programs? gramofile has a sound recording feature. -- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680