Re: Panning Sounds

  • From: Jacob Kruger <jacobk@xxxxxxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Tue, 14 Jun 2011 14:25:08 +0200

Ok, think figured it out since see that there's a main.py file in actual 
sound_lib subdirectory, so can copy that folder/directory over wherever and 
then reference it and the objects/modules under there from within python 
interpreter, using import statement, and see there's also a .chm help file 
there, so let me play around a bit.

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'


----- Original Message ---------------

Subject: Re: Panning Sounds
   From: Jacob Kruger <jacobk@xxxxxxxxxxxxxx>
   Date: Tue, 14 Jun 2011 14:04:08 +0200
     To: programmingblind@xxxxxxxxxxxxx

>Ok, if I want to try implement use of your soundlib library, how do I get it 
>to execute the setup.py code since when I tried it under python 2.7, I first 
>had to change the first line to in fact import setup from distutils.core - as 
>opposed to setuptools, but distutils.core doesn't seem to have any 
>find_packages inside/underneath it?
>
>Do I need to run this under a different version of python, or do I not really 
>need to run setup.py to actually make use of this under python itsself, and in 
>that case, which modules should I initially try importing then, and/or where 
>should I copy the contents of the .gz file I downloaded to under python27's 
>installation directory?
>
>Sorry, but am still relatively new to python itsself, and hence am rather 
>asking these questions.
>
>Stay well
>
>Jacob Kruger
>Blind Biker
>Skype: BlindZA
>'...fate had broken his body, but not his spirit...'
>
>
>----- Original Message ---------------
>
>Subject: Re: Panning Sounds
>   From: Q <q@xxxxxxxxxxxxxxxxxx>
>   Date: Tue, 14 Jun 2011 07:27:41 -0400
>     To: programmingblind@xxxxxxxxxxxxx
>
>>If you want to perform this programmatically, use my sound_lib package
>>http://hg.qwitter-client.net/sound_lib
>>And set the .pan property of the sound from -1 to 1 with 0 being the middle.
>>If you're looking to just modify sounds, grab Audacity (the 1.3 beta, 
>>open the sound, and use I believe shift+p on the track, or effects, 
>>pan... It likewise ranges from -1 to 1.
>>
>>
>>On 6/14/2011 7:12 AM, Homme, James wrote:
>>>
>>> Hi,
>>>
>>> It looks like Windows Recorder can't do this. I want to take a sound 
>>> and pan it to one side or the other. Is there a utility that can do 
>>> something like this?
>>>
>>> Thanks.
>>>
>>> Jim
>>>
>>> Jim Homme,
>>>
>>> Usability Services,
>>>
>>> Phone: 412-544-1810.
>>>
>>>
>>> This e-mail and any attachments to it are confidential and are 
>>> intended solely for use of the individual or entity to whom they are 
>>> addressed. If you have received this e-mail in error, please notify 
>>> the sender immediately and then delete it. If you are not the intended 
>>> recipient, you must not keep, use, disclose, copy or distribute this 
>>> e-mail without the author's prior permission. The views expressed in 
>>> this e-mail message do not necessarily represent the views of Highmark 
>>> Inc., its subsidiaries, or affiliates.
>>
>>
>>--------------060007050207050706000401
>>Content-Type: text/html; charset=ISO-8859-1
>>Content-Transfer-Encoding: 7bit
>>
>><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>><html>
>>  <head>
>>    <meta content="text/html; charset=ISO-8859-1"
>>      http-equiv="Content-Type">
>>  </head>
>>  <body bgcolor="#ffffff" text="#000000">
>>    If you want to perform this programmatically, use my sound_lib
>>    package<br>
>>    <a class="moz-txt-link-freetext" 
>> href="http://hg.qwitter-client.net/sound_lib";>http://hg.qwitter-client.net/sound_lib</a><br>
>>    And set the .pan property of the sound from -1 to 1 with 0 being the
>>    middle.<br>
>>    If you're looking to just modify sounds, grab Audacity (the 1.3
>>    beta, open the sound, and use I believe shift+p on the track, or
>>    effects, pan... It likewise ranges from -1 to 1.<br>
>>    <br>
>>    <br>
>>    On 6/14/2011 7:12 AM, Homme, James wrote:
>>    <blockquote
>>      cite="mid:AB5137F7193A8D49A42CA31303E3FDD544B1F700@xxxxxxxxxxxxxxxxxx"
>>      type="cite">
>>      <meta http-equiv="Context-Type" content="text/html;
>>        charset=us-ascii">
>>      <div>
>>        <p>Hi, </p>
>>        <p>It looks like Windows Recorder can't do this. I want to take
>>          a sound and pan it to one side or the other. Is there a
>>          utility that can do something like this? </p>
>>        <p> &nbsp; </p>
>>        <p>Thanks. </p>
>>        <p> &nbsp; </p>
>>        <p>Jim </p>
>>        <p> &nbsp; </p>
>>        <p>Jim Homme, </p>
>>        <p>Usability Services, </p>
>>        <p>Phone: 412-544-1810. </p>
>>        <p> &nbsp; </p>
>>      </div>
>>      <br>
>>      This e-mail and any attachments to it are confidential and are
>>      intended solely for use of the individual or entity to whom they
>>      are addressed. If you have received this e-mail in error, please
>>      notify the sender immediately and then delete it. If you are not
>>      the intended recipient, you must not keep, use, disclose, copy or
>>      distribute this e-mail without the author's prior permission. The
>>      views expressed in this e-mail message do not necessarily
>>      represent the views of Highmark Inc., its subsidiaries, or
>>      affiliates.<br>
>>    </blockquote>
>>    <br>
>>  </body>
>></html>
>>
>>--------------060007050207050706000401--
>>__________
>>View the list's information and change your settings at 
>>//www.freelists.org/list/programmingblind
>
>__________
>View the list's information and change your settings at 
>//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: