Adds tests for common whisper

This commit is contained in:
Guillaume Tâche
2024-09-16 14:01:57 +02:00
parent dcadbcaf36
commit 3cc2f7a0c9
38 changed files with 796 additions and 130 deletions

View File

@@ -9,7 +9,7 @@ import java.io.InputStream;
public interface Audio {
/**
* @return The audio input stream
* @return The input stream
* @throws IOException If an I/O error occurs
*/
InputStream getInputStream() throws IOException;