MCnames {tuneR}R Documentation

Default channel ordering for multi channel wave files

Description

A data frame representing the default channel ordering with id, descriptive label, and abbreviated name for multi channel wave files.

Format

A data frame with 18 observations on the following 3 variables:

id

id of the channel

label

full label for the channel

name

abbreviated name for the channel

Source

Data derived from the technical documentation given at https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ksmedia/ns-ksmedia-waveformatextensible.

References

Microsoft Corporation (2018): WAVEFORMATEXTENSIBLE structure, https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ksmedia/ns-ksmedia-waveformatextensible.

Examples

MCnames # the 18 predefined channels in a multi channel Wave file (WaveMC object)

[Package tuneR version 1.4.7 Index]