Adds WhisperX, reworks UI (still needs some work), theoretically usable
This commit is contained in:
15
whisper/common/src/main/java/module-info.java
Normal file
15
whisper/common/src/main/java/module-info.java
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Common whisper module
|
||||
*/
|
||||
module com.github.gtache.autosubtitle.whisper.common {
|
||||
requires transitive com.github.gtache.autosubtitle.conda;
|
||||
requires transitive java.net.http;
|
||||
requires org.apache.logging.log4j;
|
||||
requires transitive com.google.gson;
|
||||
requires transitive java.compiler; //Don't know why dagger generates @Generated here, need to debug
|
||||
|
||||
exports com.github.gtache.autosubtitle.whisper;
|
||||
exports com.github.gtache.autosubtitle.setup.whisper;
|
||||
exports com.github.gtache.autosubtitle.subtitle.extractor.whisper;
|
||||
exports com.github.gtache.autosubtitle.modules.setup.whisper;
|
||||
}
|
||||
Reference in New Issue
Block a user