encodec.cpp
encodec.cpp copied to clipboard
Port of Meta's Encodec in C/C++
This PR adds an example of the Vocos vocoder which uses the Encodec codes.
Sir, I am trying to compress audio with the examples provided in the short video. I don't find the ggml_model.bin. I would appreciate if you could guide me to correct...
fix error: use of undeclared identifier 'encodec_set_sample_rate' make print_encodec_tensor static to avoid conflict
``` read_wav_from_disk: Number of frames read = 1577459. ggml_new_object: not enough space in the context's memory pool (needed 39200416, available 39200096) compress: /mnt/c/prog/fork/encodec.cpp/ggml/src/ggml.c:4858: ggml_new_object: Assertion `false' failed. Aborted ``` This...
This PR enhances the Encodec API to interact with `bark.cpp`.
Hey, Thankyou for all your work, I was wondering can this be extended to support the 48khz model? What all will that require, is it simple? Would love to contribute...
Hi, I have a few questions regarding the current status of the project. Is it still actively maintained? Are you open to new pull requests at this time? I noticed...
I am trying to use encodec.cpp as a real-time speech encoding and decoding algorithm in my project. The input is 480 frames, and during inference with strided_conv_1d, it is necessary...
Thank you for your contribution; It has been very helpful to me. I am modifying the network structure and using ggml for inference, but the results are not ideal. I...