public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* audio streaming in linux
@  Christopher Moore
   ` Victor Tsaran
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Moore @  UTC (permalink / raw)
  To: Speakup mailing list

Hello listers,
What audio formatscan we listen to in linux?  We can configure RealAudio,
but what about other formats?  
Thanks for the comments.

73, Chris w1gm@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org



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

* Re: audio streaming in linux
   audio streaming in linux Christopher Moore
@  ` Victor Tsaran
     ` Buddy Brannan
     ` Matthew Campbell
  0 siblings, 2 replies; 8+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: speakup

You can as well listen to .mp3. There is a version of WinAmp for Linux called
XMMS, but it can mostly be operated only from GUI. However, you can still pass
the file name to play on the command line. And, of course, .mid files will
play.
Regards,
VIc

----- Original Message -----
From: "Christopher Moore" <w1gm@sdf.lonestar.org>
To: "Speakup mailing list" <speakup@braille.uwo.ca>
Sent: Friday, April 07, 2000 7:27 AM
Subject: audio streaming in linux


| Hello listers,
| What audio formatscan we listen to in linux?  We can configure RealAudio,
| but what about other formats?
| Thanks for the comments.
|
| 73, Chris w1gm@sdf.lonestar.org
| SDF Public Access UNIX System - http://sdf.lonestar.org
|
|
| _______________________________________________
| Speakup mailing list
| Speakup@braille.uwo.ca
| http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* Re: audio streaming in linux
   ` Victor Tsaran
@    ` Buddy Brannan
       ` Victor Tsaran
     ` Matthew Campbell
  1 sibling, 1 reply; 8+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Ehh. You can get either mpg123 or Freeamp, which both run at the Linux
console just fine. No GUI required.

--
Buddy Brannan, KB5ELV
Email: davros@ycardz.com
Voice mail: 877-791-5298
All opinions are all mine!


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

* Re: audio streaming in linux
     ` Buddy Brannan
@      ` Victor Tsaran
         ` Buddy Brannan
         ` Kerry Hoath
  0 siblings, 2 replies; 8+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: speakup

Woops, you mean there is a console app calledfreeamp? Where can I find it?
Thanks,
Vic

----- Original Message ----- 
From: "Buddy Brannan" <davros@ycardz.com>
To: <speakup@braille.uwo.ca>
Sent: Friday, April 07, 2000 10:34 AM
Subject: Re: audio streaming in linux


| Ehh. You can get either mpg123 or Freeamp, which both run at the Linux
| console just fine. No GUI required.
| 
| --
| Buddy Brannan, KB5ELV
| Email: davros@ycardz.com
| Voice mail: 877-791-5298
| All opinions are all mine!
| 
| _______________________________________________
| Speakup mailing list
| Speakup@braille.uwo.ca
| http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* Re: audio streaming in linux
       ` Victor Tsaran
@        ` Buddy Brannan
           ` Jacob Schmude
         ` Kerry Hoath
  1 sibling, 1 reply; 8+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Surprise surprise. It's at
www.freeamp.org

Works pretty well, too, and unlike mpg123, you can fast forward/rewind
through tracks. It doesn't start as fast as mpg123 does though, but it
plays just as well. You can get a compiled binary, or (better, IMO) the
source and compile it yourself from that site. Latest version, at least
when I got mine a couple weeks ago, was 2.5 (or 2.05, I forget).

--
Buddy Brannan, KB5ELV
Email: davros@ycardz.com
Voice mail: 877-791-5298
All opinions are all mine!


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

* Re: audio streaming in linux
         ` Buddy Brannan
@          ` Jacob Schmude
  0 siblings, 0 replies; 8+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: speakup

OK, After hearing about this app I went and got the source. Compilation
works fine until the alsa plugin, then fails with the following error:

io/alsa/unix/linux/src/alsapmo.cpp:614: implicit declaration of function
`int sn
d_pcm_playback_params(...)'
make[1]: *** [io/alsa/unix/linux/src/alsapmo.o] Error 1
make[1]: Leaving directory `/home/jacobs/download/lynx/freeamp'
make: *** [plugins-cc] Error 2

Anybody got any ideas on this? I'd prefer not to remove ALSA if I don't
have to.

On Fri, 7 Apr 2000, Buddy Brannan wrote:

> Surprise surprise. It's at
> www.freeamp.org
> 
> Works pretty well, too, and unlike mpg123, you can fast forward/rewind
> through tracks. It doesn't start as fast as mpg123 does though, but it
> plays just as well. You can get a compiled binary, or (better, IMO) the
> source and compile it yourself from that site. Latest version, at least
> when I got mine a couple weeks ago, was 2.5 (or 2.05, I forget).
> 
> --
> Buddy Brannan, KB5ELV
> Email: davros@ycardz.com
> Voice mail: 877-791-5298
> All opinions are all mine!
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



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

* Re: audio streaming in linux
   ` Victor Tsaran
     ` Buddy Brannan
@    ` Matthew Campbell
  1 sibling, 0 replies; 8+ messages in thread
From: Matthew Campbell @  UTC (permalink / raw)
  To: speakup

Why bother with XMMS?  You can use mpg123 and freeamp, which have
command-line interfaces.

-- 
Matt Campbell <mattcamp@crosswinds.net>
Web site:  http://www.crosswinds.net/~mattcamp/
ICQ #:  33005941



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

* Re: audio streaming in linux
       ` Victor Tsaran
         ` Buddy Brannan
@        ` Kerry Hoath
  1 sibling, 0 replies; 8+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: speakup

http://www.freeamp.org has mpg123 freeamp and x-based 8user interfaces.
Use the -ui option to select the one you want supports esound alsa and oss/free
and Windows but the windows version doesn't talk at all well.
On Fri, Apr 07, 2000 at 10:47:14AM -0400, Victor Tsaran wrote:
> Woops, you mean there is a console app calledfreeamp? Where can I find it?
> Thanks,
> Vic
> 
> ----- Original Message ----- 
> From: "Buddy Brannan" <davros@ycardz.com>
> To: <speakup@braille.uwo.ca>
> Sent: Friday, April 07, 2000 10:34 AM
> Subject: Re: audio streaming in linux
> 
> 
> | Ehh. You can get either mpg123 or Freeamp, which both run at the Linux
> | console just fine. No GUI required.
> | 
> | --
> | Buddy Brannan, KB5ELV
> | Email: davros@ycardz.com
> | Voice mail: 877-791-5298
> | All opinions are all mine!
> | 
> | _______________________________________________
> | Speakup mailing list
> | Speakup@braille.uwo.ca
> | http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
--
Kerry Hoath: kerry@gotss.eu.org
Alternates: kerry@emusys.com.au kerry@gotss.spice.net.au or khoath@lis.net.au
ICQ UIN: 8226547



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

end of thread, other threads:[~ UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 audio streaming in linux Christopher Moore
 ` Victor Tsaran
   ` Buddy Brannan
     ` Victor Tsaran
       ` Buddy Brannan
         ` Jacob Schmude
       ` Kerry Hoath
   ` Matthew Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).