ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Serge Skorokhodov <suralis-s@mtu-net.ru>
To: Dark Angel <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] ÚÁÐÉÓØ ÍÕÚ.  ÐÏÔÏËÁ.
Date: Thu Nov 29 12:10:00 2001
Message-ID: <1204120334.20011129121409@mtu-net.ru> (raw)
In-Reply-To: <9113539172.20011129025418@al.ru>

Здравствуйте!

DA> народ! каким образом и с пом какой программы можно делать
DA> запись муз потока. (из потока в MP3 ) ?

Самореклама: до конца недели на http://gazette.linux.ru.net
появится перевод Audio Processing Pipelines by Adrian Chung, там
как раз про это достаточно много написано. Поверхностно так
(несколько примеров, сам я только перевожу, в этом совсем ничего
не понимаю:), обратные слэши указывают на вынужденный перенос
строки:

Конвертация MP3 файла (32 кГц, моно) в файл Ogg Vorbis (44,1 кГц,
стерео) с параллельным снижением громкости:

maplay -s mono32.mp3 | \
sox -v 0.5 -t raw -r 32000 -sw -c 1 - -t raw -r 44100 -c 2 - \
split | \
oggenc -o music.ogg --raw - \

Для воспроизведения звука через серверы ARtS или ESD примеры
таковы:

Для MP3-музыки используется "maplay -s"

maplay -s music.mp3 | artscat

Для того, чтобы "проиграться" с нормальным качеством, файл
music.mp3 должен быть в формате стерео 44,1 кГц. Иное нужно явно
указать artscat или esdcat:

maplay -s mono22khz.mp3 | esdcat -r 22050 -m
maplay -s mono22khz.mp3 | artscat -r 22050 -c 1

В качестве альтернативы можно воспользоваться "mpg123 -s".
Дополнительные параметры гарантируют, что на выход будет
подаваться сигнал правильной частоты и с нужным числом каналов:

mpg123 -s -r 44100 --stereo lowfi.mp3 | artscat

Надеюсь, как направить вывод в файл пояснять не надо:)
Подробности -- в статье (короче -- посетите наш сайт:)

-- 
Serge Skorokhodov aka suralis
29.11.2001 suralis-s@mtu-net.ru




  parent reply	other threads:[~2001-11-29 12:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-29  2:41 [mdk-re] запись муз. потока Dark Angel
2001-11-29 10:10 ` Vyt
2001-11-29 12:10 ` Serge Skorokhodov [this message]
2001-11-29 12:45   ` [mdk-re] ЪБРЙУШ НХЪ. РПФПЛБ Andrey Astafiev
2001-11-29 13:14 ` [mdk-re] запись муз. потока Andrey Astafiev

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=1204120334.20011129121409@mtu-net.ru \
    --to=suralis-s@mtu-net.ru \
    --cc=mandrake-russian@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