#import <Foundation/Foundation.h>#import <AudioToolbox/AudioToolbox.h>Go to the source code of this file.
Classes | |
| struct | AEChannelSet |
| Channel set. More... | |
Functions | |
| AudioStreamBasicDescription | AEAudioDescriptionWithChannelsAndRate (int channels, double rate) |
| Get the TAAE audio description at a given sample rate. | |
| typedef | NS_ENUM (NSInteger, AEAudioFileType) |
| File types. | |
Variables | |
| const AudioStreamBasicDescription | AEAudioDescription |
| The audio description used throughout TAAE. | |
| AEChannelSet | AEChannelSetDefault |
| A default, stereo channel set. | |
| struct AEChannelSet |
| AudioStreamBasicDescription AEAudioDescriptionWithChannelsAndRate | ( | int | channels, |
| double | rate | ||
| ) |
Get the TAAE audio description at a given sample rate.
| channels | Number of channels |
| rate | The sample rate |
| typedef NS_ENUM | ( | NSInteger | , |
| AEAudioFileType | |||
| ) |
File types.
< 32-bit floating point AIFF (AIFC)
< 16-bit signed little-endian integer AIFF
< 16-bit signed little-endian integer WAV
< AAC in an M4A container
| const AudioStreamBasicDescription AEAudioDescription |
The audio description used throughout TAAE.
This is 32-bit floating-point, non-interleaved stereo PCM.
| AEChannelSet AEChannelSetDefault |
A default, stereo channel set.