Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!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.009 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; 'sat,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'stefan': 0.19; '>>>': 0.22; 'import': 0.22; 'aug': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; '>>>': 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; 'jobs': 0.68; '20,': 0.68; 'to,': 0.72; 'jul': 0.74; 'fast,': 0.84; '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=x9Y6F9OiGkDhEjzWhP3GiXeuoCEyKgQ2t4oFYkLkH2g=; b=k017c2eUfQRG3CK4Opr+YxFQv95Bcdv/re8X6RI/YF89xvUkk8PRD38q9A62zAHD93 /wTjmGreIclLbq8hYKBpHLnQkDNLEUBFXSsyYAzlUXeT8D1v8zTSxaZwSQf33Kf7Mws/ UtAP+GhfwL9EZrTr7JqsfAk18C1q2xJPz9+hVMjmP8YePr/30rsX4i0D0O7rRQRZPkq5 2fV+4Ebe1pB+16mw1sxvmdLvwvffL/QTpoARSmiK2ira58ChVgb0DXZpNlr5dLDFtCGF oKUZLmMPTpr7R3uX1LnW5iwqgUdmT/cH+D2UeDkdIZ48Cg59PYykDXCBgUDWtSGOVI6Y kvyA== MIME-Version: 1.0 X-Received: by 10.229.179.74 with SMTP id bp10mr4903004qcb.91.1374295143337; Fri, 19 Jul 2013 21:39:03 -0700 (PDT) In-Reply-To: References: <51E9E29E.7010203@Gmail.com> Date: Sat, 20 Jul 2013 00:39:03 -0400 Subject: Re: Play Ogg Files From: David Hutto To: Stefan Behnel Content-Type: multipart/alternative; boundary=001a11c21478d5d2fb04e1ea0553 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: 122 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374295151 news.xs4all.nl 15901 [2001:888:2000:d::a6]:39040 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50950 --001a11c21478d5d2fb04e1ea0553 Content-Type: text/plain; charset=ISO-8859-1 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* --001a11c21478d5d2fb04e1ea0553 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
you could use , and I think its

david@david:~$ python
Python 2.7.3 (default, Aug=A0 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=3DNone, stdout=3DNone, stderr=3DNone, = shell=3DFalse)



This is on ubu= ntu 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 Rega= rds,
David Hutto<= /span>
CEO: http://www.hitwebdevelopment.com
--001a11c21478d5d2fb04e1ea0553--