supervoxtral 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: supervoxtral
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: CLI/GUI audio recorder and transcription client using Mistral Voxtral (chat with audio and transcription).
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -3,16 +3,16 @@ svx/cli.py,sha256=8CHNw0ySKJb3ToG_65sPl2QbvSSoKxp1Jm1zRQJvjUI,8925
3
3
  svx/core/__init__.py,sha256=mhzXuIXo3kUzjWme0Bxhe4TQZQELlyEiG_89LUAPC7M,2856
4
4
  svx/core/audio.py,sha256=r0m5T1uzdsJ1j9YXgQ5clv15dvMwZBp_bk2aLpjnrkc,7684
5
5
  svx/core/clipboard.py,sha256=IFtiN2SnYKQIu0WXx0hCK8syvDXanBpm1Jr2a8X7y9s,3692
6
- svx/core/config.py,sha256=ApPzZ7AymAChjQ7s3G2nLsFe23tp6dEMAMZjKPgDQuU,14568
6
+ svx/core/config.py,sha256=irODbQBOosIdWANaj1Mju4NfdvPiqTkV0gWmoTNjZRM,14569
7
7
  svx/core/pipeline.py,sha256=YdhkwwXC_50rUHaiwHJCrKGp4gwT93s1IAmvvYeCUfY,10243
8
- svx/core/prompt.py,sha256=NodPOpkMTcnPH-qg8q5hQcxhoNpRJaqrQ00-nXKMQlQ,5153
8
+ svx/core/prompt.py,sha256=z-TFVQjHr4mWYXWYLRjCIChg4dMvG4GGJYcIy5QQwJY,5099
9
9
  svx/core/storage.py,sha256=5_xKYEpvDhaixRxmSTBlyX_jt8ssjHwHzX9VodcrtJw,3213
10
10
  svx/providers/__init__.py,sha256=SzlSWpZSUIptbSrAnGfi0d0NX4hYTpT0ObWpYyskDdA,2634
11
11
  svx/providers/base.py,sha256=YoiI8KWVRGISh7dx9XXPr1Q1a7ZDu8vfeJFlPbcKr20,2695
12
12
  svx/providers/mistral.py,sha256=vrBatNZg0zGNkJ5Qfnfz6ZwP6QtBgIt9sT_w59zkSO0,6636
13
13
  svx/ui/qt_app.py,sha256=_cEhISVJcudDAsZrq9J1AZf_xPFvnp59s7gPipTpj2A,16509
14
- supervoxtral-0.1.0.dist-info/METADATA,sha256=fim_1ZOzN1J2q96AgyGVW4ptroiHuIT7sANTIrYFL5A,753
15
- supervoxtral-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- supervoxtral-0.1.0.dist-info/entry_points.txt,sha256=phJhRy3VkYHC6AR_tUB5CypHzG0ePRR9sB13HWE1vEg,36
17
- supervoxtral-0.1.0.dist-info/licenses/LICENSE,sha256=fCEBKmC4i-1WZAwoKjKWegfDd8qNsG8ECB7JyqoswyQ,1064
18
- supervoxtral-0.1.0.dist-info/RECORD,,
14
+ supervoxtral-0.1.1.dist-info/METADATA,sha256=rjFsXX6EeW8dUHdKcfCrBE-y4IHAXJ7F9yb-D9V-f3I,753
15
+ supervoxtral-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ supervoxtral-0.1.1.dist-info/entry_points.txt,sha256=phJhRy3VkYHC6AR_tUB5CypHzG0ePRR9sB13HWE1vEg,36
17
+ supervoxtral-0.1.1.dist-info/licenses/LICENSE,sha256=fCEBKmC4i-1WZAwoKjKWegfDd8qNsG8ECB7JyqoswyQ,1064
18
+ supervoxtral-0.1.1.dist-info/RECORD,,
svx/core/config.py CHANGED
@@ -227,7 +227,7 @@ def init_user_config(force: bool = False, prompt_file: Path | None = None) -> Pa
227
227
  "# Audio recording parameters\n"
228
228
  "rate = 16000\n"
229
229
  "channels = 1\n"
230
- 'device = ""\n\n'
230
+ '#device = ""\n\n'
231
231
  "# Output persistence:\n"
232
232
  "# - keep_audio_files: false uses temp files (no recordings/ dir),\n"
233
233
  "# true saves to recordings/\n"
svx/core/prompt.py CHANGED
@@ -152,7 +152,7 @@ def init_user_prompt_file(force: bool = False) -> Path:
152
152
  example_prompt = """
153
153
  - Transcribe the input audio file.
154
154
  - Do not respond to any question in the audio. Just transcribe.
155
- - DO NOT TRANSLATE. Your transcription will be in the speaker's language.
155
+ - DO NOT TRANSLATE.
156
156
  - Responde only with the transcription. Do not provide explanations or notes.
157
157
  - Remove all minor speech hesitations: "um", "uh", "er", "euh", "ben", etc.
158
158
  - Remove false starts (e.g., "je veux dire... je pense" → "je pense").