EnCodecMAE: Leveraging neural codecs for universal audio representation learning
Paper
•
2309.07391
•
Published
•
2
This is EnCodecMAE, an audio feature extractor pretrained with masked language modelling to predict discrete targets generated by EnCodec, a neural audio codec. For more details about the architecture and pretraining procedure, read the paper.
git clone https://github.com/habla-liaa/encodecmae.git
cd encodecmae
pip install -e .
from encodecmae import load_model
model = load_model('large', device='cuda:0')
features = model.extract_features_from_file('gsc/bed/00176480_nohash_0.wav')