Originally posted by: romi nur ismanto
How to play *.wav when we store it on database
Please give me code to play *.wav when thats file is in the database (acces)
Originally posted by: Wenjun
I am using PlaySound() to play wav files. However, I did not find the command to pause and resume the playing. Your kind help is highly appreciated.
Originally posted by: Tapas
1. If i click on wav file it opens the apllication but can't play it.
pls give any suggestion.
tapas
Hi i am making a audio player. i have problem abt this.
2. if i open a file from file open menu it comes to play list but can't play.
Originally posted by: CallMan
Tell me please - how can i write into the resource file a prety big
amount of WAV's ? I do not want to make it manually (Menu -> Insert
->Resource, etc. )
Can i in some way automatise this job ?
Reply
Originally posted by: Maggie
How to perform Data Streaming on the web page????
Personally liked the way of Waveform Audio Interface: in just 2 lines you can play a file in PCM as wav file in c# for compact framework 1.0 VS .NET 2003: //Play a filname.wav WaveOut wo = new WaveOut(); wo.Play(filename, 512*1024, 0xffff, 0xffff); //Thats all thanks o the P/Invoke Library Sample available a MSDN help
ReplyOriginally posted by: Thomas Hair
How do you put a background sound in a form in Visual Basic 6. I really need to know this for a project that I am making. The audio file is a MP3 file 9is this possible to use as a background sound or does it have to be a WAVE file?)
ReplyOriginally posted by: Anurag
How would you play the sound streaming in to a buffer? (not a file.. just a buffer..)
ReplyOriginally posted by: gsc
Are wave streams for playing multiple wave files simultaneosly? If not, how is this done. I believe it is possible to do this using wave channels, or something, but I am have no idea how. If anyone knows, please help me out by explaining this in your reply. Thanks.
Reply
Originally posted by: sanpee
Would it be easier if you just say
PlaySound(MAKEINTRESOURCE(ID...),hModule,SND_RESOURCE|SND_ASYNC);
Originally posted by: jokerhe
Thanks.
Reply