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


Groups > comp.lang.python > #62317

Re: How to import Wave files into python?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; '(python': 0.07; 'tom': 0.07; 'subject:files': 0.09; 'subject:into': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; '"python': 0.16; 'file"': 0.16; 'googled': 0.16; 'subject:import': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'code,': 0.22; 'example': 0.22; 'import': 0.22; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'file': 0.32; 'probably': 0.32; 'run': 0.32; 'url:python': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'possible': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'short': 0.38; 'url:mail': 0.40; 'how': 0.40; 'to:addr:gmail.com': 0.65; 'wave': 0.74; '11:45': 0.84; 'joel': 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=VgDLKSYMLpSf30JHzmOZWIPUW4TxAM4CwNJ/sjZCsj8=; b=oj8YNY4v1g2N/ZpSg3+qx865pV71gcMOLsvrG7fMYD7A5YW9Oo66GGdykdzOg8B/SS F2vS4v6dik/ZrADT1Xi04XY0GIHpPUpuT5zUU2Orfy9yPoMpY+WP3dFEpwYwZGOk2e3s 8lM/CQUiVGvaJ5gDuboNk0KBMhX0AgYkmzR4/NFEUJllcugmrXcm5FMJAOVWEmTgMJz3 MFZdbtTTPhOzBDJrCbC7IOF1vHOEPgT9aY7jAQBMLQ4YD94ANOYHn4Ek69M13V1qoQdz 4D/12+TRMrbw6nNM/yYs7wU9n9dG3dDN7IaKoHC0qH8hxQiJW+22pcolxwGiglB8uW8F ghCg==
MIME-Version 1.0
X-Received by 10.220.186.202 with SMTP id ct10mr13605709vcb.14.1387385829112; Wed, 18 Dec 2013 08:57:09 -0800 (PST)
In-Reply-To <cce65ffc-2560-4a00-9cd7-a7bf6d3ee6e6@googlegroups.com>
References <cce65ffc-2560-4a00-9cd7-a7bf6d3ee6e6@googlegroups.com>
Date Wed, 18 Dec 2013 11:57:09 -0500
Subject Re: How to import Wave files into python?
From Joel Goldstick <joel.goldstick@gmail.com>
To twilkins50@gmail.com
Content-Type multipart/alternative; boundary=047d7b676fd082c10104edd1ef91
Cc "python-list@python.org" <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4364.1387385838.18130.python-list@python.org> (permalink)
Lines 55
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387385838 news.xs4all.nl 2911 [2001:888:2000:d::a6]:38470
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62317

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Wed, Dec 18, 2013 at 11:45 AM, <twilkins50@gmail.com> wrote:

> How exactly do I import a .wav file and run it?
> also is it possible to run it inside a while loop if so or it just start
> playing when its run? - Tom 14
> --
> https://mail.python.org/mailman/listinfo/python-list
>


Hi.  How exactly have you tried to import a wave file?  If you have a short
example of code, (python 2x or 3x) and what OS you will get probably get
some help

Have you googled this:  "python play wav file"

Looks like there is something there that might help you get started

-- 
Joel Goldstick
http://joelgoldstick.com

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to import Wave files into python? twilkins50@gmail.com - 2013-12-18 08:45 -0800
  Re: How to import Wave files into python? Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-18 11:57 -0500
  Re: How to import Wave files into python? ishish <ishish@domhain.de> - 2013-12-18 17:08 +0000
  Re: How to import Wave files into python? diesch111@gmail.com - 2013-12-20 14:30 -0800
  Re: How to import Wave files into python? diesch111@gmail.com - 2013-12-20 14:26 -0800

csiph-web