Hi guys,
I have a program that lets the user play a sound but i was wanting to know how i could make it so the user could vary the speed in which the sound plays so the sound can play slowly and quickly and normaly as well. Is this even possible with python? Becuase i was looking and i couldn't find any modules to help me with this problem but if anyone could give me a hand that would be greatly appreciated.
Thanks.
lllllIllIlllI 178 Veteran Poster
Recommended Answers
Jump to PostIs there anywhere to download pysonic for python 2.5? Because i cant find it on the sourceforge page..
Find file pysonic.pyd installed on Python24 and copy it to Python25
pysonic will work with python25 if you hexedit pysonic.pyd
--> find the python24.dll ref. and change it to python25.dll
you can …
Jump to PostIs there anywhere to download pysonic for python 2.5? Because i cant find it on the sourceforge page..
Find file pysonic.pyd installed on Python24 and copy it to Python25
pysonic will work with python25 if you hexedit pysonic.pyd
--> find the python24.dll ref. and change it to python25.dll
you can …
Jump to PostIs there anywhere to download pysonic for python 2.5? Because i cant find it on the sourceforge page..
Find file pysonic.pyd installed on Python24 and copy it to Python25
pysonic will work with python25 if you hexedit pysonic.pyd
--> find the python24.dll ref. and change it to python25.dll
you can …
Jump to PostAh bummer. Should i move this project onto another language such as C++ or do you rekon i could still do it in python?
Simply go to the C++ forum here and ask. There are plenty of experts there that know how to handle sound files.
Sorry about putting …
Jump to PostThe sound module I dig is pymedia, here is an example:
#! /bin/env python # PyMedia wave play # download: pymedia-1.3.5.0-pre2.win32-py2.4.exe # free from: http://pymedia.org/ # pymedia will work with …
All 23 Replies
tyincali 21 Light Poster
Stefano Mtangoo 455 Senior Poster
tyincali 21 Light Poster
lllllIllIlllI 178 Veteran Poster
lllllIllIlllI 178 Veteran Poster
Stefano Mtangoo 455 Senior Poster
tyincali 21 Light Poster
tyincali 21 Light Poster
lllllIllIlllI 178 Veteran Poster
sneekula 969 Nearly a Posting Maven
sneekula 969 Nearly a Posting Maven
sneekula 969 Nearly a Posting Maven
lllllIllIlllI 178 Veteran Poster
Stefano Mtangoo 455 Senior Poster
lllllIllIlllI 178 Veteran Poster
sneekula 969 Nearly a Posting Maven
Stefano Mtangoo 455 Senior Poster
sneekula 969 Nearly a Posting Maven
lllllIllIlllI 178 Veteran Poster
Stefano Mtangoo 455 Senior Poster
lllllIllIlllI 178 Veteran Poster
Stefano Mtangoo 455 Senior Poster
lllllIllIlllI 178 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.