about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-06-30 00:48:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-03 02:47:59 +0200
commit1fd038e11b125b86dec15dcff8446422f3619241 (patch)
tree04843f148dcc6b5465fd965fbf478381f64c3381 /pkgs/development
parentfaa7d81bd1fab71100667515e21df684ec3f12c5 (diff)
piper-tts: 0.0.2 -> 1.2.0
https://github.com/rhasspy/piper/releases/tag/v1.0.0
https://github.com/rhasspy/piper/releases/tag/v1.1.0
https://github.com/rhasspy/piper/releases/tag/v1.2.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/piper-train/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/piper-train/default.nix b/pkgs/development/python-modules/piper-train/default.nix
index 5cf8cdea10df6..3adb94c8f2291 100644
--- a/pkgs/development/python-modules/piper-train/default.nix
+++ b/pkgs/development/python-modules/piper-train/default.nix
@@ -10,6 +10,7 @@
 , librosa
 , numpy
 , onnxruntime
+, piper-phonemize
 , pytorch-lightning
 , torch
 }:
@@ -48,6 +49,7 @@ buildPythonPackage {
     librosa
     numpy
     onnxruntime
+    piper-phonemize
     pytorch-lightning
     torch
   ];