· Регистрация 
софт скрипты драйвера форумы блоги  
Пример: windows
Софт
Новости софта
Обзоры
Статьи
Авторам
Софт
Mac Linux PDA/Mobile
Mac Разработка Библиотеки

Страница программы FMOD Ex Audio Classes 0.5b

FMOD Ex Audio Classes - hooks into the cross platform FMOD Ex audio library, supporting a wide range of audio formats


  Описание программы   Комментарии (0)   Скриншоты (0)   Файлы (1)  
АвторChaotic Box
СайтПерейти
Обновление20.12.2006, 04:58
НазваниеFMOD Ex Audio Classes
ВерсияFMOD Ex Audio Classes 0.5b
ЯзыкиАнглийский
ЛицензияFreeware
СтоимостьБесплатно 
СистемыMac OS X
Размер1.2 Мб
Рейтинг
Голосов: 1

Скачать бесплатно FMOD Ex Audio Classes
Закачек: 24
найти или купить на Allsoft.ru
софт в Allsoft.ru 




Описание программы FMOD Ex Audio Classes
FMOD is a cross platform audio library that supports a wide range of audio formats and playback options, including a physically correct 3D audio engine. The FMOD Ex Audio Classes leverage FMOD to create a simple but powerful audio interface for REALbasic. Note however, that these classes do not expose all of FMOD Ex's functionality, nor are they wrappers to access the FMOD Ex API directly.
· Ключевые особенности и характеристики FMOD Ex Audio Classes 0.5b
Не определены
· Ограничения FMOD Ex Audio Classes 0.5b
· Restarting FMOD Ex

First, a little background... The FMOD Ex API supports multiple concurrent "system" objects which may map to multiple audio devices installed on the same machine. Consequentially, all audio samples, channels, and effects are "owned" by a single system object and can not be shared. If a system object is destroyed, all sounds, channels, groups, and effects created under that system become invalidated and accessing them will generate errors (or worse).

To simplify this situation within the REALbasic environment, these classes do not allow for more than one system object to be active at any given time. Under normal circumstances this should not cause any grief - you call FMEx.StartUp when your application is launched, load your audio samples, create player objects, etc., then call FMEx.ShutDown when your application quits and all will be fine. If you have a need to restart FMOD Ex however, all existing FMExAudio, FMExStream, and FMExSubMixer instances will point to invalid audio handles. There is error checking in place to avoid crashes if this situation should arise, but it can still be annoying. In order to properly restart FMOD Ex you should follow the steps below...

Call the Stop method on all existing FMExAudioPlayer and FMExAudioPlayer3D instances. You do not have to dispose of these objects, but calling Stop ensures the internal channel reference is reset.

Dispose of all FMExAudio, FMExStream, and FMExSubMixer instances (i.e. set them to Nil). Be sure to also dispose of any FMExAudio instances that have been assigned to FMExAudioPlayer.DefaultAudio properties.

Call FMEx.ShutDown, followed by FMEx.StartUp, then reload/recreate all required FMExAudio, FMExStream, and FMExSubMixer objects and re-route any submixers.

ByRef methods are provided to allow you to reuse existing FMExAudio, FMExStream, and FMExSubMixer instances by replacing the required data/handles. This can be much easier than recreating them from scratch.

These classes could've been simplified further by automatically reference counting audio objects and starting/stopping FMOD Ex behind your back, but that would preclude the ability to restart the audio engine at any time, and greatly impair the start up options interface.

· Virtual Channels

One of FMOD Ex's most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games you'd typically call FMEx.Update every frame). NOTE: If you're already calling FMEx.Update for 3D audio you do not need to call it twice.

· MIDI

MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).

· Other bugs...

Stereo sounds routed to submixers may "pollute" the wave data of other submixers. Everything else works as expected however and the audio output is correct, but submixers may return incorrect values when calling their Level methods. This appears to be a bug within FMOD Ex itself but more testing is required.
· Специальные требования FMOD Ex Audio Classes 0.5b
· REALBasic 2005r1 or higher
· История версий и изменений FMOD Ex Audio Classes
История пуста
· Описание и дополнения от редакторов и пользователей сайта
Пока нет
Связанные статьи, обзоры и новости
Нет относящихся к программе статей и обзоров.


Другие программы от Chaotic Box

ZZip Utilities Plugin 0.3
ZZip Utilities Plugin - REALbasic plugin that provides quick access to zipped file data
16.10.2006, 02:41 | 481 Кб | Freeware | 3


PNG Utilities Plugin 1.8.1
PNG Utilities a plugin for REALbasic that allows developers to easily load and save PNG images with or without transparency
27.03.2007, 04:29 | 1.2 Мб | Freeware | 3


Display Overlord 2.01
REALbasic plugin to capture and manipulate displays for game/multimedia apps
09.11.2006, 05:35 | 154 Кб | Freeware | 0


Mouse Overlord Plugin 1.5
Mouse Overlord adds an application subclass and global methods to control and read the mouse
07.12.2006, 09:53 | 122 Кб | Freeware | 4


Quesa Wrappers 0.6.2f
Quesa Wrappers was created to extend and compliment RB3D, and allow developers to access some of Quesa's more advanced features
16.01.2007, 02:21 | 255 Кб | Freeware | 0

     
Похожие программы

RubyCocoa 0.11.1
RubyCocoa is a framework that allows Cocoa programming in the object-oriented scripting language Ruby
07.06.2007, 03:27 | 6.1 Мб | GPL | 0


FutilityCM 1.0.5
FutilityCM is a contextual menu created to move resources from a files data fork to resource fork and dumping resource fork info
24.05.2007, 03:18 | 249 Кб | Trial | 0


OxMath Classes 2.0
OxMath Classes - OxMath 2D/3D Math Library
28.04.2007, 03:41 | 76 Кб | Freeware | 0


Real Time Composition Library 4.6.1
Real Time Composition Library - algorithmic composition in Max/MSP/Jitter
27.04.2007, 04:56 | 690 Кб | Freeware | 0


Quesa Wrappers 0.6.2f
Quesa Wrappers was created to extend and compliment RB3D, and allow developers to access some of Quesa's more advanced features
16.01.2007, 02:21 | 255 Кб | Freeware | 0

Разделы