| Author | Message | ||||
|---|---|---|---|---|---|
|
| jukebox help
how do i add songs to jukebox like real songs
|
| Re: jukebox help
Well, You Need To Have A Program To Convert Songs Mp3 To Midi's Files Look At This Page: http://www.mymusictools.com/articles/how-do-i-convert-mp3-to-midi.htm
|
| Re: jukebox help
You can play Real Audio with the jukebox with a slight source code modification. Kenobi and I have been playing around with packets and found a good deal of things that are useful, and others that are just useless. For those of you that saw the Marriage release, it uses the same packet that I passed on to Addison. The Packet ID's are 40, 8. To be consistant with the Marriage release, I will refer to these ID's as PACKET_MUSIC and PACKET_PLAYER (lol at the irony "music player"). Anyway, follow this guide to make your jukebox play real audio. Replace line 71 in Jukebox.cpp with this: PacketBuilder builder(PACKET_MUSIC, PACKET_PLAYER); That's it. No converting necessary. One catch, it won't play the old midi's anymore :P Also, keep in mind real audio is epic in size compared to midi. In other words, your custom clients will take much longer to download. Btw, I haven't tested this to work, but I feel safe in assuming it does.
If there is a bug let me know. |
