Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50990

Re: Play Ogg Files

References (1 earlier) <ksd37r$coj$1@ger.gmane.org> <CA+vVgJWvQ1ARfU82TW6HciYn2yC1ZqPy8+1k2QX0khsRDgDqjg@mail.gmail.com> <51EA84F2.6080702@Gmail.com> <CA+vVgJVBrcCA1j1mE87XAurWa71emZ3=KNGfXZGJgxne+o5GtQ@mail.gmail.com> <CA+vVgJVsg2ngBk5KQTBjW15JAN+PowBDw_ad-dvku7_t1r15AA@mail.gmail.com>
Date 2013-07-21 15:50 +1000
Subject Re: Play Ogg Files
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4938.1374385831.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Jul 21, 2013 at 3:39 PM, David Hutto <dwightdhutto@gmail.com> wrote:
> With linux you can have your package listed in synaptic, and can use with a
> sudo apt-get install whatever ogg player like ogg123, and windows I don't
> work with that much, but I'm pretty sure I've played .wav files from the
> command line before while working with cross platform just for practice, so
> with python 3 you can use what's available in the system with an if command.

Correction: "With Debian-based Linux distributions, you can etc etc" -
aptitude is Debian's package manager, it's not something you'll find
on other Linuxes. And the exact packages available depend on your
repositories; again, most Debian-derived Linux distros will most
likely have ogg123, but it's not guaranteed. However, it's reasonably
likely that other package managers and repositories will have what
you're looking for.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Play Ogg Files Chris Angelico <rosuav@gmail.com> - 2013-07-21 15:50 +1000

csiph-web