whisper-key-local 0.6.0__tar.gz → 0.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/PKG-INFO +1 -1
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/pyproject.toml +2 -2
- whisper_key_local-0.6.1/src/whisper_key/assets/version.txt +1 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/macos/assets/tray_idle.png +0 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/macos/assets/tray_processing.png +0 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/macos/assets/tray_recording.png +0 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/windows/assets/tray_idle.png +0 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/windows/assets/tray_processing.png +0 -0
- whisper_key_local-0.6.1/src/whisper_key/platform/windows/assets/tray_recording.png +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/PKG-INFO +1 -1
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/SOURCES.txt +6 -0
- whisper_key_local-0.6.0/src/whisper_key/assets/version.txt +0 -1
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/README.md +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/setup.cfg +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/__init__.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/portaudio.dll +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_cancel.wav +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_start.wav +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_stop.wav +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/audio_feedback.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/audio_recorder.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/clipboard_manager.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/config.defaults.yaml +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/config_manager.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/console_manager.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/hotkey_listener.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/instance_manager.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/main.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/model_registry.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/__init__.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/__init__.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/app.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/console.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/hotkeys.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/icons.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/instance_lock.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/keyboard.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/keycodes.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/paths.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/permissions.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/__init__.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/app.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/console.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/hotkeys.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/icons.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/instance_lock.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/keyboard.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/paths.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/permissions.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/state_manager.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/system_tray.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/terminal_ui.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/utils.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/voice_activity_detection.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/whisper_engine.py +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/dependency_links.txt +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/entry_points.txt +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/requires.txt +0 -0
- {whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "whisper-key-local"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.1"
|
|
8
8
|
description = "Local faster-whisper speech-to-text app with global hotkeys for Windows"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -43,4 +43,4 @@ whisper-key = "whisper_key.main:main"
|
|
|
43
43
|
where = ["src"]
|
|
44
44
|
|
|
45
45
|
[tool.setuptools.package-data]
|
|
46
|
-
"whisper_key" = ["assets/**/*", "config.defaults.yaml"]
|
|
46
|
+
"whisper_key" = ["assets/**/*", "platform/*/assets/*", "config.defaults.yaml"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.6.1
|
|
Binary file
|
|
Binary file
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/SOURCES.txt
RENAMED
|
@@ -33,6 +33,9 @@ src/whisper_key/platform/macos/keyboard.py
|
|
|
33
33
|
src/whisper_key/platform/macos/keycodes.py
|
|
34
34
|
src/whisper_key/platform/macos/paths.py
|
|
35
35
|
src/whisper_key/platform/macos/permissions.py
|
|
36
|
+
src/whisper_key/platform/macos/assets/tray_idle.png
|
|
37
|
+
src/whisper_key/platform/macos/assets/tray_processing.png
|
|
38
|
+
src/whisper_key/platform/macos/assets/tray_recording.png
|
|
36
39
|
src/whisper_key/platform/windows/__init__.py
|
|
37
40
|
src/whisper_key/platform/windows/app.py
|
|
38
41
|
src/whisper_key/platform/windows/console.py
|
|
@@ -42,6 +45,9 @@ src/whisper_key/platform/windows/instance_lock.py
|
|
|
42
45
|
src/whisper_key/platform/windows/keyboard.py
|
|
43
46
|
src/whisper_key/platform/windows/paths.py
|
|
44
47
|
src/whisper_key/platform/windows/permissions.py
|
|
48
|
+
src/whisper_key/platform/windows/assets/tray_idle.png
|
|
49
|
+
src/whisper_key/platform/windows/assets/tray_processing.png
|
|
50
|
+
src/whisper_key/platform/windows/assets/tray_recording.png
|
|
45
51
|
src/whisper_key_local.egg-info/PKG-INFO
|
|
46
52
|
src/whisper_key_local.egg-info/SOURCES.txt
|
|
47
53
|
src/whisper_key_local.egg-info/dependency_links.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.6.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_cancel.wav
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_start.wav
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/assets/sounds/record_stop.wav
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/console.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/hotkeys.py
RENAMED
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/instance_lock.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/keyboard.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/keycodes.py
RENAMED
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/macos/permissions.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/console.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/hotkeys.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/icons.py
RENAMED
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/keyboard.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/paths.py
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/platform/windows/permissions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key/voice_activity_detection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/requires.txt
RENAMED
|
File without changes
|
{whisper_key_local-0.6.0 → whisper_key_local-0.6.1}/src/whisper_key_local.egg-info/top_level.txt
RENAMED
|
File without changes
|