• speech-to-text options
    • openai/whisper
      • https://github.com/openai/whisper
      • https://platform.openai.com/docs/guides/speech-to-text
    • discord bot that listens in / transcribes
      • https://scripty.org seems relevant/useful
  • Single-mp3 demo
  • Conversation -> App
    • give it an mp3 source -> { Track/SourceName: string; text: List<string * timing> }
    • JS app that takes 3 audio tracks...
    • maybe a discord bot that listens to and provides audio?
    • anyway, the point is to have multiple people talk about some app, and pass the conversation to gpt to create the app for
    • "the following is a conversation about an app
  • also try this for blog posts (record audio -> plans -> blog post -> slides)