Package: chatterbox
Title: Text-to-Speech Using the 'Chatterbox' Engine
Version: 0.2.1
Date: 2026-06-21
Authors@R: 
    c(person("Troy", "Hernandez", role = c("aut", "cre"),
             email = "troy@cornball.ai",
             comment = c(ORCID = "0009-0005-4248-604X")),
      person("cornball.ai", role = "cph"),
      person("Resemble AI", role = "cph",
             comment = "Chatterbox model architecture and weights (MIT license)"))
Description: A native R 'torch' port of the 'Chatterbox' text-to-speech
    engine <https://github.com/resemble-ai/chatterbox>. Provides speech
    synthesis with voice cloning; model weights are downloaded from
    'HuggingFace' <https://huggingface.co/> via the 'hfhub' package.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/cornball-ai/chatterbox
BugReports: https://github.com/cornball-ai/chatterbox/issues
Depends: R (>= 4.0.0)
Imports: torch (>= 0.17.0), tuneR, jsonlite, hfhub, safetensors (>=
        0.1.1)
Suggests: tinytest
NeedsCompilation: no
Packaged: 2026-06-21 15:19:20 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>),
  cornball.ai [cph],
  Resemble AI [cph] (Chatterbox model architecture and weights (MIT
    license))
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-06-25 11:50:18 UTC
Built: R 4.7.0; ; 2026-06-25 23:50:58 UTC; windows
