Monday, June 29, 2009

Using SoundEngine from apple

Sound Engine 2.0.3 from
http://stormyprods.com/SoundEngine/

Barebones Usage Example

#import 

UInt32     bangSound;

Sunday, June 28, 2009

Play short sound on iphone

Play short sound on iphone

SystemSoundID soundID;
NSString *path = [[NSBundle mainBundle] 
pathForResource:@"RapidFire" ofType:@"wav"]; 

Friday, June 26, 2009

FREE & COOL open source Tools: Jing, Audacity, Handbrake

Check it out, all of them run on Linux, Mac and Windows
And they are FREE! really COOOOOL!!!

Jing: Making your own tutorial, record your screen, share you skills.
http://www.jingproject.com/

Audacity: Sound Editor
http://audacity.sourceforge.net/

Handbrake: Video Transcoder
http://handbrake.fr/

Test Highlighter


public class HelloBlogger {
public static void main(String [] args) {
System.out.println("Hello Blogger!!");
}
}

Thursday, June 18, 2009