Adds tests for common whisper
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user