misyaguziya
|
edbc1f8391
|
👍️[Update] Controller : transcriptionのmic/speakerが同時にONになった場合に片方の処理が完了するまで待つように変更
|
2024-09-28 01:57:14 +09:00 |
|
misyaguziya
|
00af80b830
|
Merge branch 'controller' into for_webui
|
2024-09-27 21:59:18 +09:00 |
|
misyaguziya
|
0b29ad8321
|
👍️[Update] Controller : transcription実行時にDeviceの自動切り替え処理が動作しない問題を修正
|
2024-09-27 21:58:48 +09:00 |
|
misyaguziya
|
12a2eb420a
|
👍️[Update] Controller : volume check時にDeviceの自動切り替え処理が動作しない問題を修正
|
2024-09-27 17:39:24 +09:00 |
|
misyaguziya
|
107320ad28
|
👍️[Update] Controller : Config WindowのOPEN/CLOSE機能を削除
|
2024-09-27 17:37:20 +09:00 |
|
Sakamoto Shiina
|
74bcfb428d
|
Merge branch 'config_page_open_close_func' into for_webui
|
2024-09-27 13:15:52 +09:00 |
|
Sakamoto Shiina
|
c32a186e88
|
[Update] 設定ページ開閉時に、音声認識オンオフ状態の復元を実装。
※今まではBackendで状態復元をしていたが、処理があれなのでUI側での便利機能としてUIが管理することに。
|
2024-09-27 13:13:33 +09:00 |
|
Sakamoto Shiina
|
c1165a2185
|
Merge branch 'add_ui_scaling' into for_webui
|
2024-09-27 07:49:55 +09:00 |
|
Sakamoto Shiina
|
14843066bb
|
[Update] Add Ui Scaling.
|
2024-09-27 07:48:29 +09:00 |
|
misyaguziya
|
0611ed21e3
|
👍️[Update] Controller : 文字起こし処理のデバイス自動設定機能に対応
|
2024-09-27 02:45:20 +09:00 |
|
misyaguziya
|
98f53d4866
|
👍️[Update] Controller : 翻訳エンジンが対応していない場合にCTranslate2を指定するように変更
|
2024-09-27 02:10:24 +09:00 |
|
misyaguziya
|
304d97ae22
|
👍️[Update] Controller : classから関数に変化した部分を修正
|
2024-09-27 02:07:32 +09:00 |
|
misyaguziya
|
a0407afa54
|
👍️[Update] Model : Watchdog timerの終了処理をmain loopの終了処理に変更
|
2024-09-27 01:02:20 +09:00 |
|
misyaguziya
|
71225bf045
|
👍️[Update] Model : Watchdogの引数(*args, **kwargs)を追加
|
2024-09-26 12:50:00 +09:00 |
|
misyaguziya
|
4bd659103b
|
Merge branch 'auto_device_detect' into for_webui
|
2024-09-26 12:47:50 +09:00 |
|
misyaguziya
|
d1384f6c6e
|
👍️[Update] Model : Deviceの自動検出機能を強化
deviceの変更したものだけを通知するように変更
|
2024-09-26 12:47:22 +09:00 |
|
Sakamoto Shiina
|
726dff60bd
|
[Update/bugfix] UI: Watchdogタイマーに10秒間隔で信号を送るように。
backend watchdog関数の引数エラーの修正
|
2024-09-26 12:31:50 +09:00 |
|
Sakamoto Shiina
|
09241e1eeb
|
Merge branch 'connect_endpoints_run_devices' into for_webui
|
2024-09-26 11:29:33 +09:00 |
|
Sakamoto Shiina
|
fbce381e32
|
[Update] Remove the get devices lists function that is working when dropdown menu opens and move to init place(app.jsx).
|
2024-09-26 11:26:29 +09:00 |
|
Sakamoto Shiina
|
7d14effde2
|
[Update] デバイス自動変更時のendpoint(run)をUIと繋いだ。
|
2024-09-26 09:48:48 +09:00 |
|
misyaguziya
|
11e4c12f85
|
👍️[Update] Model : Watchdogタイマー機能を追加
"/run/feed_watchdog"でタイマーを定期的にリセットする必要あり
|
2024-09-26 08:17:38 +09:00 |
|
Sakamoto Shiina
|
321c9cbe45
|
Merge branch 'update_translation_engines' into for_webui
|
2024-09-26 07:39:26 +09:00 |
|
Sakamoto Shiina
|
08c79d8ed8
|
[Update/Refactor] 翻訳エンジン周り: 選択中の翻訳エンジン系のendpoint名を統一。
言語切替時、選択中のプリセット番号の設定ではなく、全てのプリセット番号分の設定も送ることで他と統一。
以上に伴い、UI側でendpointの追加や、翻訳エンジンリストを開く度にリストを更新していた部分を削除。
|
2024-09-26 07:35:09 +09:00 |
|
Sakamoto Shiina
|
8f7300598c
|
Merge branch 'ui' into for_webui
|
2024-09-26 00:31:54 +09:00 |
|
Sakamoto Shiina
|
a43b4df8ef
|
[bugfix] useStdoutToPython: fix the send data that can't send 0, int, data.
|
2024-09-25 23:42:18 +09:00 |
|
misyaguziya
|
d6c6694700
|
Merge branch 'run_mapping' into for_webui
|
2024-09-25 16:13:37 +09:00 |
|
misyaguziya
|
6367c43cce
|
👍️[Update] Controller : 文言を修正
ENERGYを削除
|
2024-09-25 16:13:23 +09:00 |
|
Sakamoto Shiina
|
69d835855c
|
[Update] Main Page: Message Input Box Ratio. Save the ratio when window is resized.
|
2024-09-25 13:37:21 +09:00 |
|
misyaguziya
|
53a3d8c3d6
|
👍️[Update] Controller : 文言を修正
inpurt -> mic
output -> speaker
|
2024-09-25 12:43:00 +09:00 |
|
misyaguziya
|
cd8bf2e684
|
🐛[bugfix] test : endpointを修正
|
2024-09-25 11:59:58 +09:00 |
|
Sakamoto Shiina
|
b3d7d3f87e
|
[Update] Main Page: Message Input Box Ratio. saveable the ratio.
|
2024-09-25 11:56:28 +09:00 |
|
misyaguziya
|
e3abc40701
|
👍️[Update] Controller : CTranslate2に強制変更するときにUIに通知するように変更
|
2024-09-25 11:53:47 +09:00 |
|
misyaguziya
|
03165cb3b7
|
👍️[Update] Controller : run_mappingに以下を追加
"selected_mic_device":"/run/selected_mic_device",
"selected_speaker_device":"/run/selected_speaker_device",
"selected_translation_engine":"/run/selected_translation_engine",
"translation_engines":"/run/translation_engines",
"mic_host_list":"/run/mic_host_list",
"mic_device_list":"/run/mic_device_list",
"speaker_device_list":"/run/speaker_device_list",
|
2024-09-25 11:32:25 +09:00 |
|
misyaguziya
|
14470e5217
|
Merge branch 'controller' into for_webui
|
2024-09-25 02:20:02 +09:00 |
|
misyaguziya
|
a1cb3dc029
|
👍️[Update] Controller : controllerからuiに指示するendpointをrun_mappingに集約するように変更
|
2024-09-25 02:19:20 +09:00 |
|
Sakamoto Shiina
|
2a27192dc4
|
Merge remote-tracking branch 'origin/for_webui' into for_webui
|
2024-09-25 01:19:11 +09:00 |
|
Sakamoto Shiina
|
1e6259d09c
|
Merge branch 'ui' into for_webui
|
2024-09-25 01:18:07 +09:00 |
|
Sakamoto Shiina
|
3557ac4761
|
[bugfix] Main Page: Message Log. Restrict selectable text.(The texts, categories and time, is selectable yet when select all of them, though.)
|
2024-09-25 01:15:20 +09:00 |
|
misyaguziya
|
6708f9b026
|
Merge branch 'bugfix' into for_webui
|
2024-09-24 20:18:16 +09:00 |
|
misyaguziya
|
033906f0e0
|
🐛[bugfix] Main : getter/setterの修正漏れ
|
2024-09-24 20:18:00 +09:00 |
|
misyaguziya
|
e119647545
|
👍️[Update] Controller : controller関数をすべてclassに内包するように変更
|
2024-09-24 20:17:30 +09:00 |
|
misyaguziya
|
5bdc3a1a09
|
Merge branch 'bugfix' into for_webui
|
2024-09-24 14:43:18 +09:00 |
|
misyaguziya
|
fb1ee9fcfb
|
🐛[bugfix] Main : getter/setterの修正漏れ
|
2024-09-24 14:42:52 +09:00 |
|
Sakamoto Shiina
|
1266c94c5f
|
Merge branch 'ui' into for_webui
|
2024-09-24 13:52:11 +09:00 |
|
misyaguziya
|
69fb7e994e
|
Merge branch 'getter/setter' into for_webui
|
2024-09-24 11:54:29 +09:00 |
|
misyaguziya
|
e129fd308b
|
👍️[Update] Mainl: endpointの命名規則を修正
|
2024-09-24 11:51:57 +09:00 |
|
Sakamoto Shiina
|
f0685e206f
|
[Update] Main Page: Message Log. the texts to be selectable.
|
2024-09-24 10:20:35 +09:00 |
|
Sakamoto Shiina
|
c0c826b443
|
[Rename] is_loading to is_pending.
|
2024-09-24 10:00:15 +09:00 |
|
Sakamoto Shiina
|
97b047a09e
|
[Perf] Fix UiLanguageController, i18next, re-rendering unnecessarily.
|
2024-09-24 09:42:43 +09:00 |
|
Sakamoto Shiina
|
465e97d206
|
[Chore] Rename atom functions that I forgot to change WIP version to the one actually use.
and fix typo.
|
2024-09-24 09:41:31 +09:00 |
|