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: 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: References: <51E9E29E.7010203@Gmail.com> <51EA84F2.6080702@Gmail.com> Date: Sun, 21 Jul 2013 15:50:23 +1000 Subject: Re: Play Ogg Files From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Jul 21, 2013 at 3:39 PM, David Hutto 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