|
-
Aug 1st, 2000, 04:23 PM
#1
Thread Starter
Junior Member
Is it possible to change the frequency of a .wav file in VB3 and if so - how ?
Thanks
Claus Bruun
-
Aug 1st, 2000, 04:46 PM
#2
PowerPoster
I dunno if DirectX works with VB3, but using DSound you can change such things of wav files...
-
Aug 2nd, 2000, 02:45 AM
#3
New Member
I know it's possible with the API, because I've seen examples and I have a project that does it. However, I haven't really looked at it, so I couldn't tell you off the top of my head. Search the internet and you'll eventually find something.
-
Aug 2nd, 2000, 01:57 PM
#4
Monday Morning Lunatic
Do you want to alter the file itself or simply play it back at a different rate?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 2nd, 2000, 04:50 PM
#5
transcendental analytic
Hmm, you could just change the frequency in the toc part of the wav file;
http://forums.vb-world.net/showthrea...threadid=14791
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 5th, 2000, 08:19 AM
#6
Thread Starter
Junior Member
To parksie
I want to play the .wav file back at a different rate.
Claus
-
Aug 5th, 2000, 09:24 AM
#7
Monday Morning Lunatic
If you're using the wave stream functions, set the frequency to what is thould be played at, keeping the data the same.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|