Skip to content

Commit

Permalink
DOC Update README (PABannier#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier committed Aug 17, 2023
1 parent 58d24ea commit cac76db
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ The main goal of `bark.cpp` is to synthesize audio from a textual input with the

- [X] Plain C/C++ implementation without dependencies
- [X] AVX, AVX2 and AVX512 for x86 architectures
- [X] Mixed F16 / F32 precision
- [X] 4-bit, 5-bit and 8-bit integer quantization
- [ ] Optimized via ARM NEON, Accelerate and Metal frameworks
- [ ] iOS on-device deployment using CoreML
- [X] Mixed F16 / F32 precision
- [ ] 4-bit, 5-bit and 8-bit integer quantization

The original implementation of `bark.cpp` is the bark's 24Khz English model. We expect to support multiple languages in the future, as well as other vocoders (see [this](https://github.com/PABannier/bark.cpp/issues/36) and [this](https://github.com/PABannier/bark.cpp/issues/6)).
This project is for educational purposes.
The original implementation of `bark.cpp` is the bark's 24Khz English model. We expect to support multiple encoders in the future (see [this](https://github.com/PABannier/bark.cpp/issues/36) and [this](https://github.com/PABannier/bark.cpp/issues/6)), as well as music generation model (see [this](https://github.com/PABannier/bark.cpp/issues/62)). This project is for educational purposes.

**Supported platforms:**

Expand All @@ -35,9 +34,9 @@ This project is for educational purposes.

**Supported models:**

- [X] Bark's 24Khz model
- [ ] Bark's 48Khz model
- [ ] Multiple voices
- [X] Bark
- [ ] Vocos
- [ ] AudioCraft

---

Expand Down

0 comments on commit cac76db

Please sign in to comment.