ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] запись с радио мп3
@ 2003-04-01 22:34 Sergey B.
  2003-04-02 10:38 ` Alexandre Prokoudine
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey B. @ 2003-04-01 22:34 UTC (permalink / raw)
  To: Alt Linux Community

Не получается записать мп3 с FM-тюнера :(((  записывать пытаюсь Yarec'ом. Ничего не выходит... Люди, расскажите, как в линуксе запись с разных входов осуществляется???


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] запись с радио мп3
  2003-04-01 22:34 [Comm] запись с радио мп3 Sergey B.
@ 2003-04-02 10:38 ` Alexandre Prokoudine
  2003-04-03 17:05   ` Sergey Indlin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Prokoudine @ 2003-04-02 10:38 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

On Tue, 1 Apr 2003 22:34:23 +0000
"Sergey B." <noc@mail.spbnit.ru> wrote:

> Не получается записать мп3 с FM-тюнера :(((  записывать пытаюсь
> Yarec'ом. Ничего не выходит... Люди, расскажите, как в линуксе
> запись с разных входов осуществляется???

заради интереса... audacity 1.1.3 (http://audacity.sf.net) --
выбрать на панели микшера вход, установить уровень и записывать...

или обычным arecord, предварительно переключив нужный вход на запись
в aumix. а потом кодировать в mp3/ogg/whatever

-- 
Alexandre Prokoudine
ALT Linux Documentation Team
JID: avp@altlinux.org

[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] запись с радио мп3
  2003-04-02 10:38 ` Alexandre Prokoudine
@ 2003-04-03 17:05   ` Sergey Indlin
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Indlin @ 2003-04-03 17:05 UTC (permalink / raw)
  To: community

Alexandre Prokoudine пишет:
> On Tue, 1 Apr 2003 22:34:23 +0000
> "Sergey B." <noc@mail.spbnit.ru> wrote:
> 
> 
>>Не получается записать мп3 с FM-тюнера :(((  записывать пытаюсь
>>Yarec'ом. Ничего не выходит... Люди, расскажите, как в линуксе
>>запись с разных входов осуществляется???
> 
> 
> заради интереса... audacity 1.1.3 (http://audacity.sf.net) --
> выбрать на панели микшера вход, установить уровень и записывать...
> 
> или обычным arecord, предварительно переключив нужный вход на запись
> в aumix. а потом кодировать в mp3/ogg/whatever
> 
Ага. Я себе такой скриптик написал:
#!/bin/sh
STATION="100.1"
# Duration of record in minutes
TIME=60
DIR=/var/local/tuner
radio -q -f $STATION
arecord -f cd -d `expr $TIME \* 60` -t wav | oggenc -o $DIR/$STATION\.ogg -
radio -q -m

Можно по at запускать - очень удобно. В алсамиксере надо поставить 
пробелом Capture на Line, Capture, увеличить уровень на AC97 и AC97 
Capture. Это для алзы, для осс наверно можно аналогично.
-- 
Sergey Indlin
JID: serj@abc92.ru, ICQ: 6317316
http://www.abc92.ru



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-03 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-01 22:34 [Comm] запись с радио мп3 Sergey B.
2003-04-02 10:38 ` Alexandre Prokoudine
2003-04-03 17:05   ` Sergey Indlin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git