Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Audio Help

Status
Not open for further replies.

krnsmartazz

Technical User
Dec 13, 2001
134
0
0
US
how can i make an appilcation that will play mp3's but at the same time give me an option to make the music play slower or faster
 
Dear

I have few sample codes , you can use them

'**************************************
' Name: Audio CD Player
' Description:plays Audio CD
' By: Tahir Naveed
'
' Assumes:Add
Windows Multi Media Control
Then put following code in


Form Load Event
'
' Side Effects:Some time eject button do
' esn't work
'
'This code is copyrighted and has' limited warranties.Please see ' ww.Planet-Source-Code.com/xq/ASP/txtCode
' Id.26958/lngWId.1/qx/vb/scripts/ShowCode
' .htm'for details.'**************************************



Form1.MMControl1.Notify = False


Form1.MMControl1.Wait = True


Form1.MMControl1.Shareable = False


Form1.MMControl1.DeviceType = "CDAudio"
'Open the media device


Form1.MMControl1.Command = "Open"
Muhammad Essa Mughal
Software Engineer
essamughal@yahoo.com
 
Dear , you can find so many samples for Audio Player on net.

Type and write Audio Player on search text box and select VB in the combo. Then you will find so many sample codes in result.

I got on of MP3 player and it is complete VB project. I can send it to you but I don't have your e-mail address.


Muhammad Essa Mughal
Software Engineer
essamughal@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top