**DEPRECATED:** Use sound$get_number_of_channels() instead.
Examples
sound <- Sound$create_tone(frequency = 220, duration = 0.5, sampling_rate =
16000)
suppressWarnings(get_n_channels(sound))
#> [1] 1
**DEPRECATED:** Use sound$get_number_of_channels() instead.
sound <- Sound$create_tone(frequency = 220, duration = 0.5, sampling_rate =
16000)
suppressWarnings(get_n_channels(sound))
#> [1] 1