ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Indlin <indlin@hotbox.ru>
To: community@altlinux.ru
Subject: Re: [Comm] запись с радио мп3
Date: Thu, 03 Apr 2003 21:05:47 +0400
Message-ID: <3E8C69EB.3080606@hotbox.ru> (raw)
In-Reply-To: <20030402143822.0d2b05bc.avp@altlinux.ru>

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



      reply	other threads:[~2003-04-03 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-01 22:34 Sergey B.
2003-04-02 10:38 ` Alexandre Prokoudine
2003-04-03 17:05   ` Sergey Indlin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E8C69EB.3080606@hotbox.ru \
    --to=indlin@hotbox.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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