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


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

Re: Play Ogg Files

Started byDavid Hutto <dwightdhutto@gmail.com>
First post2013-07-21 01:39 -0400
Last post2013-07-21 01:39 -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 David Hutto <dwightdhutto@gmail.com> - 2013-07-21 01:39 -0400

#50989 — Re: Play Ogg Files

FromDavid Hutto <dwightdhutto@gmail.com>
Date2013-07-21 01:39 -0400
SubjectRe: Play Ogg Files
Message-ID<mailman.4937.1374385186.3114.python-list@python.org>

[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.

[toc] | [standalone]


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


csiph-web