Compressed Sound in iOS Deployment?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 3
- Joined: Thu Sep 06, 2012 8:46 pm
Compressed Sound in iOS Deployment?
I am an experienced RR/LC developer for desktop apps--I'm assessing LC for iPad development. My fundamental question is whether LC apps deployed to iOS can play compressed sound formats like .m4a? I have lots of sound resources and .aif is really going to bloat my app. I need to resolve this before I get my funder to spend $300 on the iOS deployment "add on". In LC I am familiar with the play command and using a player object. Do these techniques transfer to iOS deployment? Where do sound assets live in an iOS app? Thanks in advance!
-
- Posts: 125
- Joined: Sat Jan 31, 2009 12:01 am
Re: Compressed Sound in iOS Deployment?
I have some 800 sound files on my app. Did initially start with 50 mb of aif files. When I went .mp3, now only 10 mb. .mp3 gave me the best file size with decent sound quality. I use twistedwaves for batch conversion...like in 90 sec for 900 files of single word sound files.
-
- Posts: 3
- Joined: Thu Sep 06, 2012 8:46 pm
Re: Compressed Sound in iOS Deployment?
Can you tell me if sound is handled differently in an iOS app vs a "normal" application? I know about the play command and I know how to use a player object. Same things for iOS?
Re: Compressed Sound in iOS Deployment?
Check out the iOS Release Notes for LiveCode. There are two ways of playing sound; a simple one and a multichannel one, giving more scope for control.
Cheers,
Adrian
Cheers,
Adrian
-
- Posts: 125
- Joined: Sat Jan 31, 2009 12:01 am
Re: Compressed Sound in iOS Deployment?
its very simple. it plays a sound file from a folder that you copy with your app. sound files are not loaded into the stack, but are stored in a separate folder. so the play command works.