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


Groups > comp.lang.python > #50989

Re: Play Ogg Files

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dwightdhutto@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.043
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'practice,': 0.07; 'cc:addr :python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'command.': 0.16; 'sudo': 0.16; 'command': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; "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; 'but': 0.35; 'received:google.com': 0.35; 'whatever': 0.38; 'files': 0.38; 'sure': 0.39; 'to:addr:gmail.com': 0.65; 'apt-get': 0.84; 'much,': 0.84; 'played': 0.84
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 :cc:content-type; bh=1eA9cQqKTjmmBYDRl8IcJoZ17deHPVOhfXq4vxd/qRc=; b=wC6NwAwk5zu1Ux+4X5YxtSH2JMNSQVUPleLZxR1SSPD/9G4ZL/2AiuZWzBAwmbZWxE bn8IlWgqeGRWqU019AKAoqOfsHYHItFcGcsSkLkhIIBV9FrrUxqTKIUthy9dM/b/LaKt brGGU0kqie5II1OY3Az57xNBUo+nvCxLEVPuKR1wl/E8WCC3LQAci+YrDqGxtxYbF48c B12hbaVGv+wJv8sjIUmsipkQRNozXEEc567POo1kIkj079NMy+D2kb82NZtgXi1UZGZz jC33UOPTyO/zrXTHvDqoLpw4bh6evkammsh/ah1NTauw+efTHYYRPRe8CZnp/Sy4HHr+ AQeQ==
MIME-Version 1.0
X-Received by 10.60.115.199 with SMTP id jq7mr22717670oeb.19.1374385177830; Sat, 20 Jul 2013 22:39:37 -0700 (PDT)
In-Reply-To <CA+vVgJVBrcCA1j1mE87XAurWa71emZ3=KNGfXZGJgxne+o5GtQ@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>
Date Sun, 21 Jul 2013 01:39:37 -0400
Subject Re: Play Ogg Files
From David Hutto <dwightdhutto@gmail.com>
To Devyn Collier Johnson <devyncjohnson@gmail.com>
Content-Type multipart/alternative; boundary=089e0115e8e84f2b3d04e1fefc76
Cc Python Mailing List <python-list@python.org>
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.4937.1374385186.3114.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374385186 news.xs4all.nl 15969 [2001:888:2000:d::a6]:50728
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50989

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

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


Thread

Re: Play Ogg Files David Hutto <dwightdhutto@gmail.com> - 2013-07-21 01:39 -0400

csiph-web