|
-
December 6th, 2003, 04:16 AM
#1
MP3 Information and Volume Setting?
Hi im new here and just wanted to ask a couple of questions.
1.Could anyone show me an example of how to change MIDI/Master Volume using API Calls i have managed to find API for changing WAVE Volume bit im having trouble finding these other two.
2.Does anybody know where i can find out how to get information of MP3's like Name, Genre, Author etc.
Thanks for your time
-
December 9th, 2003, 01:11 AM
#2
sound volume
Try sound voulme activex that have vb sample to control master volume.
http://www.viscomsoft.com/soundvolume.htm
-
December 9th, 2003, 07:08 AM
#3
Re: MP3 Information and Volume Setting?
Originally posted by B1GR3D
2.Does anybody know where i can find out how to get information of MP3's like Name, Genre, Author etc.
for the first problem, i recommend you use directx/directsound.. www.directx.com
mp3 names, genre etc.. hmm. you need to understand that this is textual information added to an mp3 file. version 1 tags were 128 bytes long, appended to the end of the file, version 2 tags are variable length, more like xml style markup, and prepended to the beginning of the file.
writing a bit of code to parse the tags(if present.. it is not guaranteed) is re-inventing the wheel; its already been done for you. check out the libraries at www.id3v2.org
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
|