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: 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: References: <51E9E29E.7010203@Gmail.com> <51EA84F2.6080702@Gmail.com> Date: Sun, 21 Jul 2013 01:39:37 -0400 Subject: Re: Play Ogg Files From: David Hutto To: Devyn Collier Johnson Content-Type: multipart/alternative; boundary=089e0115e8e84f2b3d04e1fefc76 Cc: Python Mailing List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --089e0115e8e84f2b3d04e1fefc76 Content-Type: text/plain; charset=ISO-8859-1 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. --089e0115e8e84f2b3d04e1fefc76 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
With linux you can have your package listed in synapt= ic, 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= 9;ve played .wav files from the command line before while working with cros= s platform just for practice, so with python 3 you can use what's avail= able in the system with an if command.
--089e0115e8e84f2b3d04e1fefc76--