User Profile

Collapse

Profile Sidebar

Collapse
Memozio
Memozio
Last Activity: Jun 19 '08, 09:53 PM
Joined: Sep 4 '07
Location: Salt Lake City, Utah USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Memozio
    replied to Sound volume Library
    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...
    See more | Go to post
    Last edited by bartonc; Nov 15 '07, 11:28 PM.

    Leave a comment:


  • Memozio
    started a topic Sound volume Library

    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
    See more | Go to post

  • Memozio
    replied to Moving a file
    got ya,
    thx, bartonc!...
    See more | Go to post

    Leave a comment:


  • Memozio
    replied to Moving a file
    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?...
    See more | Go to post

    Leave a comment:


  • Memozio
    started a topic Moving a file

    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:\\....')
    i get an error "NameError: name 'move' is not defined"
    ...
    See more | Go to post

  • Memozio
    replied to image height and width
    Thank you, Mr. Barton)))
    it really helped me!...
    See more | Go to post

    Leave a comment:


  • Memozio
    replied to image height and width
    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...
    See more | Go to post

    Leave a comment:


  • Memozio
    replied to What is your OS and Python Version
    Windows XP Professional
    Python 2.4.4
    See more | Go to post

    Leave a comment:


  • Memozio
    started a topic image height and width

    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?
    See more | Go to post
No activity results to display
Show More
Working...