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


Groups > comp.lang.python > #50990

Re: Play Ogg Files

Path csiph.com!usenet.pasdenom.info!news.albasani.net!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.071
X-Spam-Evidence '*H*': 0.86; '*S*': 0.01; '21,': 0.07; 'practice,': 0.07; 'python': 0.11; 'windows': 0.15; 'aptitude': 0.16; 'command.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reasonably': 0.16; 'sudo': 0.16; 'wrote:': 0.18; 'command': 0.22; 'install': 0.23; "i've": 0.25; 'player': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'linux': 0.33; 'something': 0.35; 'etc': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'whatever': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'managers': 0.61; "you're": 0.61; "you'll": 0.62; 'jul': 0.74; 'apt-get': 0.84; 'guaranteed.': 0.84; 'much,': 0.84; 'played': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lbOffWuw3IW4b8HGrVou7/EKYWDbHaetB07T5cNj1qI=; b=eHFP8Ru5CbtwHEMoIJ8MJ6VHfsL/h1bYs+HLJhg2XVpZwifT8VLZWxM6jgf2CewpD4 emfMowhKTbTwKjSHcFys1vIaiUe6icPaVOhmTtUEYEbiWwYrxRdhjlNlxzwR3tb78wGq udYokkHl+ihM0nnRhtWmxUMI5EcJTDKdoYizZNZwJtzRojWfLSC3Qs5Lz7fxwPf09MXt VG/xcQwNZGaLMugwCOx/KoxFAPe6A97uqNXprsIODXNeX6mrH3gjWB5Dsb/pmlp/ME+l 8YiHF0AcO52Nah7yDaD1XJf0JX/CIBoApkaNH3DzwM5RhE/AJ2JVaGO+w7wPEnLsBeQ3 T4iw==
MIME-Version 1.0
X-Received by 10.52.120.77 with SMTP id la13mr6517047vdb.23.1374385823221; Sat, 20 Jul 2013 22:50:23 -0700 (PDT)
In-Reply-To <CA+vVgJVsg2ngBk5KQTBjW15JAN+PowBDw_ad-dvku7_t1r15AA@mail.gmail.com>
References <51E9E29E.7010203@Gmail.com> <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 Sun, 21 Jul 2013 15:50:23 +1000
Subject Re: Play Ogg Files
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4938.1374385831.3114.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374385831 news.xs4all.nl 15900 [2001:888:2000:d::a6]:53559
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50990

Show key headers only | 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