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


Groups > comp.lang.python > #51040 > unrolled thread

Re: Play Ogg Files

Started byDevyn Collier Johnson <devyncjohnson@gmail.com>
First post2013-07-22 09:04 -0400
Last post2013-07-22 09:04 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Play Ogg Files Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-22 09:04 -0400

#51040 — Re: Play Ogg Files

FromDevyn Collier Johnson <devyncjohnson@gmail.com>
Date2013-07-22 09:04 -0400
SubjectRe: Play Ogg Files
Message-ID<mailman.4977.1374498275.3114.python-list@python.org>
On 07/21/2013 01:50 AM, Chris Angelico wrote:
> 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
Good point, Chris. I do not want to make coding specifically for each 
package manager for many of the different distros. I follow the KISS 
princlple (Keep It Simple Stupid) when programming. Making a 
cross-platform/universal way to play an ogg file is better than being 
specific for each individual system.

Remember KISS.

Mahalo,

DCJ

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web