de.dfki.mary.voicebuilding.marytts-kaldi-mfa
Owner:
Ingmar Steiner
Forced alignment based on MaryTTS, Kaldi, MFA, and Docker
https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin
Sources: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin
Version 0.3.5
Created 01 October 2018.
Forced alignment based on MaryTTS, Kaldi, and MFA
Add this plugin to your build using the plugins DSL:
plugins {
id("de.dfki.mary.voicebuilding.marytts-kaldi-mfa") version "0.3.5"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("de.dfki.mary.voicebuilding.marytts-kaldi-mfa:de.dfki.mary.voicebuilding.marytts-kaldi-mfa.gradle.plugin:0.3.5") }
It can then be applied in the precompiled script plugin:plugins { id("de.dfki.mary.voicebuilding.marytts-kaldi-mfa") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.dfki.mary.voicebuilding.marytts-kaldi-mfa:de.dfki.mary.voicebuilding.marytts-kaldi-mfa.gradle.plugin:0.3.5") } } apply(plugin = "de.dfki.mary.voicebuilding.marytts-kaldi-mfa")
- Applying plugins to all subprojects .