Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'apps,': 0.07; 'linux,': 0.07; 'python3': 0.07; 'bash': 0.09; 'collier': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; '2.7.3': 0.16; 'already,': 0.16; 'module).': 0.16; 'pygame': 0.16; 'python3.': 0.16; 'stdin=none,': 0.16; 'stdout=none,': 0.16; 'ubuntu.': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'stefan': 0.19; '>>>': 0.22; 'import': 0.22; 'aug': 0.22; 'email addr:gmail.com>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; '>>>': 0.24; "shouldn't": 0.24; 'fine': 0.24; 'cc:2**0': 0.24; 'script': 0.25; '>': 0.26; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'host': 0.29; 'rest': 0.29; 'external': 0.29; 'am,': 0.29; 'converting': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; "skip:' 10": 0.31; 'continues': 0.31; 'url:python': 0.33; 'could': 0.34; 'convert': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'ubuntu': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'skip:& 10': 0.38; 'skip:& 20': 0.39; 'skip:. 10': 0.39; 'url:mail': 0.40; 'mentioned': 0.61; 'simple': 0.61; 'making': 0.63; 'show': 0.63; 'provide': 0.64; 'more': 0.64; 'latest': 0.67; 'jobs': 0.68; '20,': 0.68; 'to,': 0.72; 'jul': 0.74; 'fast,': 0.84; 'off,': 0.84; '2013,': 0.91; 'johnson,': 0.91; '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 :cc:content-type; bh=wr8jQ84bljF26icI4U/3xjM/1ObQlbM5OT5oycGNQZ8=; b=N4cyy/TznByoxGZYLjmTCkZNhDag7jIl1NA7uJ1gTb4kCle3zujctG0lvaZ5JUo/+f BtLv4+wUEHv2oURqLfCeRidd1BFeXhTAbVC1ScZ1SzPWKRLuEzsXe86T48DO8+6tNABj /YWDDpbsZZliRD+5vfNmwQupixafSep1to4G7T74kh4iUACl3njlwcPmatyD4TzPBTSd RhevxP7IHd2YtWh6rGCmDuv4y7wjx3AFbZyzykWtj3oJlQDPsFAYdEMT36jsrgOsYx4O 4+IXbYC6cfgy/NMizsC+iwAO68QGpwSZk4duId3O98VBjJf4/1NDlT0fvkYORPonXqFR ShNw== MIME-Version: 1.0 X-Received: by 10.49.12.11 with SMTP id u11mr20910158qeb.21.1374295961652; Fri, 19 Jul 2013 21:52:41 -0700 (PDT) In-Reply-To: References: <51E9E29E.7010203@Gmail.com> Date: Sat, 20 Jul 2013 00:52:41 -0400 Subject: Re: Play Ogg Files From: David Hutto To: Stefan Behnel Content-Type: multipart/alternative; boundary=047d7b6dc1209cb7fe04e1ea361c Cc: python-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: 169 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374295964 news.xs4all.nl 15991 [2001:888:2000:d::a6]:43376 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50951 --047d7b6dc1209cb7fe04e1ea361c Content-Type: text/plain; charset=ISO-8859-1 This is using 3.2, which shouldn't be far off, the latest I could get on ubuntu. david@david:~$ python3.2 Python 3.2.3 (default, Apr 10 2013, 05:29:11) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess >>> subprocess.call(['espeak', 'word_spoken'], stdin=None, stdout=None, stderr=None, shell=False) On Sat, Jul 20, 2013 at 12:39 AM, David Hutto wrote: > you could use , and I think its > > david@david:~$ python > Python 2.7.3 (default, Aug 1 2012, 05:16:07) > [GCC 4.6.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import subprocess > >>> subprocess.call(['espeak', 'word_spoken'], stdin=None, stdout=None, > stderr=None, shell=False) > > > > This is on ubuntu linux, using espeak. > this is on ubun > > > On Sat, Jul 20, 2013 at 12:21 AM, Stefan Behnel wrote: > >> Devyn Collier Johnson, 20.07.2013 03:06: >> > I am making a chatbot that I host on Launchpad.net/neobot. I am >> currently >> > converting the engine from BASH code to Python3. I need to convert this >> for >> > cross-platform compatibility. I do not need to use Mplayer; I just show >> the >> > below code to give others a better idea what I am doing. I would prefer >> to >> > be Python3 independent; I do not want to use the system shell. I am fine >> > with using Python3 modules like Pygame (if there is a py3 module). As >> long >> > as the code is fast, efficient, and simple without depending on the >> system >> > shell or external apps, that would be nice. I also need the code to >> execute >> > while the rest of the script continues running. >> > >> > jobs = multiprocessing.Process(SEND = subprocess.getoutput('mplayer >> > -nogui -nolirc -noar -quiet ./conf/boot.ogg')) #Boot sound# >> >> Well, since you mentioned it already, have you actually looked at pygame? >> It should be able to do what you want. There's also pyaudio, which is more >> specialised to, well, audio. A web search for python and ogg might provide >> more. >> >> Stefan >> >> >> -- >> http://mail.python.org/mailman/listinfo/python-list >> > > > > -- > Best Regards, > David Hutto > *CEO:* *http://www.hitwebdevelopment.com* > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com* --047d7b6dc1209cb7fe04e1ea361c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This is using 3.2, which shouldn't be far off, th= e latest I could get on ubuntu.

david@david:~$ python3.2
Python 3= .2.3 (default, Apr 10 2013, 05:29:11)
[GCC 4.6.3] on linux2
Type &qu= ot;help", "copyright", "credits" or "license&= quot; for more information.
>>> import subprocess
>>> subprocess.call(['espeak= ', 'word_spoken'], stdin=3DNone, stdout=3DNone, stderr=3DNone, = shell=3DFalse)


On Sat, Jul 20, 2013 at 12:39 AM, David Hutto <dwightdhutto@gmail.com= > wrote:
you could use , and I think its

david@dav= id:~$ python
Python 2.7.3 (default, Aug=A0 1 2012, 05:16:07)
[GCC 4.= 6.3] on linux2
Type "help", "copyright", "credi= ts" or "license" for more information.
>>> import subprocess
>>> subprocess.call(['espeak= ', 'word_spoken'], stdin=3DNone, stdout=3DNone, stderr=3DNone, = shell=3DFalse)



This is on ubuntu linux, = using espeak.
this is on ubun


On Sat, Jul 20, 2013 at 12:21= AM, Stefan Behnel <stefan_ml@behnel.de> wrote:
Devyn Collier Johnson, 20.07.2013 03:06:
> I am making a chatbot that I host on Launchpad.net/neobot. I am curren= tly
> converting the engine from BASH code to Python3. I need to convert thi= s for
> cross-platform compatibility. I do not need to use Mplayer; I just sho= w the
> below code to give others a better idea what I am doing. I would prefe= r to
> be Python3 independent; I do not want to use the system shell. I am fi= ne
> with using Python3 modules like Pygame (if there is a py3 module). As = long
> as the code is fast, efficient, and simple without depending on the sy= stem
> shell or external apps, that would be nice. I also need the code to ex= ecute
> while the rest of the script continues running.
>
> =A0 =A0 jobs =3D multiprocessing.Process(SEND =3D subprocess.getoutput= ('mplayer
> -nogui -nolirc -noar -quiet ./conf/boot.ogg')) #Boot sound#

Well, since you mentioned it already, have you actually looked at pygame? It should be able to do what you want. There's also pyaudio, which is m= ore
specialised to, well, audio. A web search for python and ogg might provide<= br> more.

Stefan


--
http://mail.python.org/mailman/listinfo/python-list



--
Best Regards,
David Hutto
= CEO: http://www.hitwebdevelopment.com



--
Best Regards,
David Hutto
<= b>CEO: http://www.hitwebdevelopment.com
--047d7b6dc1209cb7fe04e1ea361c--