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()
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()