Will do!
Thank you, Mr. Baron)))
[EDIT: from a PM to me]
I've spent a lot of time researching audio tools and what can I do with them, but none seemed to fit. The concept is pretty simple -> measure sound volume at a given point of an audio track.
I've tried web site you recommended, but it was only for Unix systems. Since It is pretty difficult to find tools for these kinds of tasks in python I thought u might...
User Profile
Collapse
-
Last edited by bartonc; Nov 15 '07, 11:28 PM. -
Sound volume Library
Is there a library in python that has methods applicable to volume(in terms of sound) of a given file? For example if it can check if the sound volume of a file is on the same level for the entire file duration?; or if the sound volume increases/decreases all the way through the entire file duration?
Thank you
Petro -
-
Here we go!
Thank you, bvdet
Just a follow up question: So, whenever we don't have any object for "smth" in smth.method(arg , arg) then we need to use module name for left hand side?...Leave a comment:
-
Moving a file
Hi there,
I'm trying to figure out how to move a file from one directory to another (all C drive). I've read that shutil is the module to go with. Ok, I think "move" command is what I'm looking for. When I'm trying to run simple tests in command line python that looks like this:
Code:import shutil move('C:\\....', 'C:\\....')
... -
-
Hey,
I'm using .png image files. I'm working with FrogLogic configured to use Python language.I've already learned that I can use PIL for that, for example:
from PIL import image
im=Image.image( "image.png" )
pring im.size
and it will return tuple of the format (width, height). I'm wondering if I can somehow get those values in separate statements so I can store them for future use in...Leave a comment:
-
-
image height and width
Hi,
any suggestions on how to get width and height of an image from an image file? And further, how to get the color value at any point of the image?
No activity results to display
Show More
Leave a comment: