support of file audio compressed like mp3?????

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

support of file audio compressed like mp3?????

Post by LESTROSO » Mon Jun 25, 2007 4:54 pm

Hy to all,

it will be a direct support of file audio compressed like mp3?????, in

revolution ide?????

:cry: thank you to all,


LESTROSO

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Tue Jun 26, 2007 12:03 pm

You can use a player object to do that. Quicktime has to be installed for it to work.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Tue Jun 26, 2007 7:22 pm

Thank bvg for reply............



but i know that , but it's the only possibility to play(not import) external the

mp3 files.......


and i wonder me why an so high level language don't support files mp3 .

i hope in the future updates it will be this features.....


thanks,

LESTROSO :cry:

xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm

Post by xApple » Tue Jun 26, 2007 10:05 pm

Revolution does support mp3 files, though indirectly this is true, since Quicktime must be installed. But almost all computers nowadays have Quicktime.

What is your problem concretely ? If you want to distribute some sound with your application simply include the file in the "data" folder when you create your zip distribution; or even better, if you are using OS X, hidden seamlessly inside the application bundle.

Cheers.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Post by FourthWorld » Wed Jun 27, 2007 1:36 am

MP3 is a proprietary format.

If it were added to the product, it may require an additional license key paid to the patent holder, as GIF export once did before that patent expired.

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Wed Jun 27, 2007 8:24 pm

Thank you for your reply... but i think nowdays all compilers of high level

support mp3s.......and if proprietary format or not must support an so

important file compressed..... a file audio is half respect a normal file...so

in the games i need a background music and it's a little difficult to make

external reference, because i have problem in the windows xp environment

with also quick time installed..............bho.....i don't know......for example i

don't hear the music in xp when running the app.....

and so if there is a possibility to put inside like an audioclip control it's better.....


Thanks,

Lestroso :shock:

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Post by FourthWorld » Thu Jun 28, 2007 10:28 pm

You can play MP3s with a great deal of flexibility. Use the player object. Note that this will require QuickTime, but that's free and a great many software titles require it anyway.

Post Reply