Package: stt.api
Title: 'OpenAI' Compatible Speech-to-Text API Client
Version: 0.2.1
Authors@R: c(
    person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0005-4248-604X")),
    person("Cornball AI", role = "cph"))
Description: A minimal-dependency R client for 'OpenAI'-compatible speech-to-text
    APIs (see <https://platform.openai.com/docs/api-reference/audio>) with
    optional local fallbacks. Supports 'OpenAI', local servers, and the
    'whisper' package for local transcription.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/cornball-ai/stt.api
BugReports: https://github.com/cornball-ai/stt.api/issues
Imports: curl, jsonlite
Suggests: tinytest, whisper
NeedsCompilation: no
Packaged: 2026-03-29 22:12:33 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>),
  Cornball AI [cph]
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-04-01 20:00:02 UTC
Built: R 4.5.3; ; 2026-04-25 17:07:57 UTC; windows
