|
|
|
@ -203,7 +203,7 @@ Complex samples should be interleaved, with the in-phase component first (i.e.,
|
|
|
|
|
Global object (described below) indicates that the Recording contains more than one channel,
|
|
|
|
|
samples from those channels should be interleaved in the same manner, with
|
|
|
|
|
the same index from each channel's sample serially in the recording. For
|
|
|
|
|
example, a Recording with two channels of `i16_le` representing real-valued
|
|
|
|
|
example, a Recording with two channels of `ri16_le` representing real-valued
|
|
|
|
|
audio data from a stereo recording and here labeled `L` for left and `R` for
|
|
|
|
|
right, the data should appear as `L[0]` `R[0]` `L[1]` `R[1]` ... `L[n]` `R[n]`.
|
|
|
|
|
The data type specified by `core:data_type` applies to all channels of data
|
|
|
|
|