From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jasper Danielson Newsgroups: gmane.comp.audio.sox.devel Subject: PySox: Python bindings for SoX Date: Wed, 25 Sep 2013 18:26:08 -0500 Message-ID: Reply-To: sox-devel@lists.sourceforge.net NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7509438490217324062==" X-Trace: ger.gmane.org 1380153270 20289 80.91.229.3 (25 Sep 2013 23:54:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2013 23:54:30 +0000 (UTC) To: sox-devel@lists.sourceforge.net Original-X-From: sox-devel-bounces@lists.sourceforge.net Thu Sep 26 01:54:31 2013 Return-path: Envelope-to: gcasd-sox-devel@m.gmane.org X-ACL-Warn: X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=tTpkQnJ6T7q+nFqgylTf7xns0yw1o1ducs8GeUrNYj0=; b=eRxa8s3SOYABFmCd5ItZSdXcnv730QlluUIipti6d9E+iBqGUzD45urXKDh+zQ/7p+ 12h9ZjZKIdvttfUjFTWUtWiWMuT5mNBpmCrrzt5fihpL1JORIWn6fTBwdM1PXnea2XIv AuOkzh6VKKbJYToyhIV+PJEGfgTudZzWHjFxEx1jpsN77RZfRRTiIYIHEWMvGDNpexVW EhW4H3fMJJw3h0AB1t/wyVD15knAXDulVLqV63Gb176rtTEs/IxxNjXb0nmo/3Agqd+e vNDWDuzY4wKJlW6QXVWx1ErMDvW8xIkECeHJp+ONvJ6MyUB/m95Bakq8qI43TIVNVnVh cnGg== X-Gm-Message-State: ALoCoQnwjI852fAlrclbfcDWSu6z8eKHFR10IIdrZQV/IhR7vbagm/iwVW7D5Jz4s6o0Uf6qG0Oz X-Received: by 10.49.29.230 with SMTP id n6mr39400140qeh.20.1380151568627; Wed, 25 Sep 2013 16:26:08 -0700 (PDT) X-Spam-Score: 1.0 (+) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 1.0 HTML_MESSAGE BODY: HTML included in message X-Headers-End: 1VOyuN-0006cK-8E X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: sox-devel-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.comp.audio.sox.devel:330 Archived-At: Received: from lists.sourceforge.net ([216.34.181.88]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VOyuc-0000ok-2W for gcasd-sox-devel@m.gmane.org; Thu, 26 Sep 2013 01:54:30 +0200 Received: from localhost ([127.0.0.1] helo=sfs-ml-4.v29.ch3.sourceforge.com) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VOyuP-0005KQ-7b; Wed, 25 Sep 2013 23:54:17 +0000 Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VOyuO-0005KJ-04 for sox-devel@lists.sourceforge.net; Wed, 25 Sep 2013 23:54:16 +0000 Received: from mail-qe0-f42.google.com ([209.85.128.42]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1VOyuN-0006cK-8E for sox-devel@lists.sourceforge.net; Wed, 25 Sep 2013 23:54:15 +0000 Received: by mail-qe0-f42.google.com with SMTP id 1so309206qec.1 for ; Wed, 25 Sep 2013 16:54:09 -0700 (PDT) Received: by 10.49.75.230 with HTTP; Wed, 25 Sep 2013 16:26:08 -0700 (PDT) --===============7509438490217324062== Content-Type: multipart/alternative; boundary=047d7bdc7a64fc0d8404e73d93c5 --047d7bdc7a64fc0d8404e73d93c5 Content-Type: text/plain; charset=ISO-8859-1 Hello everybody, I have recently developed a set of Python bindings for SoX, which I hope to release within the next few weeks under the package name 'PySox'. If anybody here uses Python and is interested in getting involved with this project, please let me know. The core of the package is complete, but I still need help with some organizational issues, minor debugging, and cross-platform testing (in principle, there shouldn't be any compatibility issues, but I've only tested on Windows and Cygwin so far). Beyond that, I would greatly appreciate it if you all could help promote PySox to your fellow programmers and SoX users once it is released. I've found from my past experience that a small amount of community effort can go a very long way towards helping a promising package succeed. Thanks! -Jasper- *-------- Jasper Danielson* B.S. Electrical and Computer Engineering B.A. Cognitive Sciences B.A. Mathematics Minor Neuroscience Rice University '16 --047d7bdc7a64fc0d8404e73d93c5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello everybody,

I h= ave recently developed a set of Python bindings for SoX, which I hope to re= lease within the next few weeks under the package name 'PySox'.

If anybody here uses Python and is interested in getting involved= with this project, please let me know. The core of the package is complete= , but I still need help with some organizational issues, minor debugging, a= nd cross-platform testing (in principle, there shouldn't be any compati= bility issues, but I've only tested on Windows and Cygwin so far).

Beyond that, I would greatly appreciate it if you all could help = promote PySox to your fellow programmers and SoX users once it is released.= I've found from my past experience that a small amount of community ef= fort can go a very long way towards helping a promising package succeed.
Thanks!

-Jasper-
--------
Jasper Danielson

B.S. Electrical and= Computer Engineering
B.A. Cognitive Sciences
B.A. Mathematics
Minor Neuroscience
Rice University '16
--047d7bdc7a64fc0d8404e73d93c5-- --===============7509438490217324062== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk --===============7509438490217324062== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel --===============7509438490217324062==--