DownmixMono {fastai} | R Documentation |
Downmix Mono
Description
Transform multichannel audios into single channel
Usage
DownmixMono(enc = NULL, dec = NULL, split_idx = NULL, order = NULL)
Arguments
enc |
encoder |
dec |
decoder |
split_idx |
split by index |
order |
order, by default is NULL |
Value
None
[Package fastai version 2.2.2 Index]