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 . Provides speech synthesis with voice cloning; model weights are downloaded from 'HuggingFace' 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 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://cornball-ai.r-universe.dev Date/Publication: 2026-06-24 01:03:13 UTC RemoteUrl: https://github.com/cornball-ai/chatterbox RemoteRef: HEAD RemoteSha: da02971d3a14c1bdf9ec6af560233ba7f6adedeb NeedsCompilation: no Packaged: 2026-06-26 10:25:11 UTC; root Author: Troy Hernandez [aut, cre] (ORCID: ), cornball.ai [cph], Resemble AI [cph] (Chatterbox model architecture and weights (MIT license)) Maintainer: Troy Hernandez