9 # optional-dependencies
13 wyoming-faster-whisper,
18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-gx9IbFkwR5fiFFAZTiQKzBbVBJ/RYz29sztgbvAEeRQ=";
30 nativeBuildInputs = [ setuptools ];
32 optional-dependencies = {
33 zeroconf = [ zeroconf ];
36 pythonImportsCheck = [ "wyoming" ];
42 inherit wyoming-faster-whisper wyoming-openwakeword wyoming-piper;
46 changelog = "https://github.com/rhasspy/wyoming/releases/tag/${version}";
47 description = "Protocol for Rhasspy Voice Assistant";
48 homepage = "https://github.com/rhasspy/wyoming";
49 license = licenses.mit;
50 maintainers = with maintainers; [ hexa ];