Skip to content

Missing Methods #4

@jiwyatt

Description

@jiwyatt

When the request is received, there needs to a method that can persist the audio chunk into a file.
suggested method name
request.getAudio().toFile(fileName)

When the request is received, there needs to a method that can convert the audio chunk into a playable audio format.
suggested method name
AudioInputStream audioStream = request.getAudio().toWav()

When the request is received, there needs to a method that can convert the audio chunk into a text format.
suggested method name
String stt = request.getAudio().toText()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions