Developer_release_1.4.0
Struct mint.structs.audio_format
Audio format description.
Properties
bit_depth | (integer)(uint16_t) Determines the number of possible amplitude values that can be recorded for each sample. |
channels | (mint.structs.channel[]) Array of audio channels. |
sample_rate | (integer[2]) Measurement of the samples per second taken by the system from a continuous digital signal. |
Properties
- bit_depth
- (integer)(uint16_t) Determines the number of possible amplitude values that can be recorded for each sample.
- channels
- (mint.structs.channel[]) Array of audio channels.
- sample_rate
- (integer[2]) Measurement of the samples per second taken by the system from a continuous digital signal.