BlackBerry 10/playbook OS 2.0 has a built-in OpenAL class library, so it's convenient to use the OpenAL class library to play sounds in your program.
The example program cowbell provided on the BlackBerry 10 developer site includes examples of how
1. First download the instance source code, address: http://download.csdn.net/source/2333153
2. After downloading the SDK, you can see the openal-SDK. You need to install it. Suppose you have installed it in E:/openal/SDK/
3. decompress the ALUT
Header file
/** Soundplay. H * 1: You need to download and develop the openal Development Kit (software implementation of the openal API (Devlopment files) and ALUT Development Kit * 2: add the header file path:/usr/include/Al * 3: add libraries:
First, you need to import audiotoolbox. Framework and openal. framework.
Openalviewcontroller. h
#import #import @interface OpenALViewController : UIViewController {ALCcontext *mContext;ALCdevice *mDevice;NSUInteger sourceID;NSUInteger
Joal tutorial
Address: http://jogamp.org/joal-demos/www/devmaster/lesson3.html
Original article athomas Goldberg
3-way slate brick
Retained the above information.
The continuous code page and Study Notes for this section:
Original Author: Jake Simpson
Translator: Xianghai
Part 1: sound system, audio APIs
Sound SystemVoice and music have become increasingly important in games over the past few years due to advances in the types and technologies of games played by
Joal tutorial
Address: http://jogamp.org/joal-demos/www/devmaster/lesson7.html
Original article athomas Goldberg
3-way slate brick
Retained the above information.
Study Notes for this course:
Joal tutorial
Address: http://jogamp.org/joal-demos/www/devmaster/lesson8.html
Original article athomas Goldberg
3-way slate brick
Retained the above information.
This is the last section of the joal tutorial series, Study Notes:
Comparison diagram of Mac OS and IOS system architectures:As you can see from the diagram, Mac OS and iOS have a different system architecture hierarchy than the top tier, Mac is the Cocoa framework, and iOS is the cocoa Touch framework, so Mac OS
IPhone OS (now called iOS) is the operating system of iPhone, iPod touch, and iPad devices.
1. Core OS:
It is a Darwin written by FreeBSD and Mach, and is a Unix core that is open source and complies with POSIX standards. This layer includes or
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.