Commit graph

236 commits

Author SHA1 Message Date
Yuta Hayashibe
686627e1b5 Updated whisper 2022-10-05 12:37:48 +09:00
Yuta Hayashibe
b1ad42e690 Fix name in pyproject.toml 2022-10-05 12:37:00 +09:00
Yuta Hayashibe
cfc8e28009 Need PySoundFile for Windows 2022-10-03 23:42:39 +09:00
Yuta Hayashibe
6b501f7d52 Add 2022-10-03 23:27:54 +09:00
Yuta Hayashibe
01110cd2ca Add pytorch link 2022-10-03 22:56:11 +09:00
Yuta Hayashibe
2364aca0ea Add --output option (Resolve #14) 2022-10-03 22:38:35 +09:00
Yuta Hayashibe
01f5a21020
Merge pull request #15 from shirayu/dependabot/github_actions/crate-ci/typos-1.12.8
Bump crate-ci/typos from 1.12.7 to 1.12.8
2022-10-03 18:32:25 +09:00
Yuta Hayashibe
e7ca9bbfde
Merge pull request #16 from shirayu/dependabot/npm_and_yarn/pyright-1.1.273
Bump pyright from 1.1.272 to 1.1.273
2022-10-03 18:32:16 +09:00
dependabot[bot]
84e14fe4a1
Bump pyright from 1.1.272 to 1.1.273
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.272 to 1.1.273.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.273/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 06:29:37 +00:00
dependabot[bot]
c53cb5c710
Bump crate-ci/typos from 1.12.7 to 1.12.8
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.12.7 to 1.12.8.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.12.7...v1.12.8)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 06:29:34 +00:00
Yuta Hayashibe
de0a864f79 Add description 2022-10-02 23:01:52 +09:00
Yuta Hayashibe
c435d50681 Make the default value of -n 20 2022-10-02 22:55:13 +09:00
Yuta Hayashibe
3221153415 Fix the behavior without --allow-padding 2022-10-02 22:46:01 +09:00
Yuta Hayashibe
9fb789695e Fix 2022-10-02 22:22:11 +09:00
Yuta Hayashibe
8d32e607df Merge branch 'feature/ctx_msg' 2022-10-02 22:17:03 +09:00
Yuta Hayashibe
e9a9f81b73 Use --allow-padding in clients 2022-10-02 22:16:16 +09:00
Yuta Hayashibe
62db47f68e Fix 2022-10-02 22:15:45 +09:00
Yuta Hayashibe
8f0e03de7f Check error 2022-10-02 22:08:46 +09:00
Yuta Hayashibe
e478564ca2 Send context 2022-10-02 22:02:17 +09:00
Yuta Hayashibe
3f60122e49 Removed ctx from server 2022-10-02 21:59:27 +09:00
Yuta Hayashibe
36c547ad50 Fix bugs 2022-10-02 21:51:34 +09:00
Yuta Hayashibe
cc00c74280 Moved 2022-10-02 21:37:27 +09:00
Yuta Hayashibe
9d1ef4e0cf Refactoring 2022-10-02 21:36:26 +09:00
Yuta Hayashibe
e06067dbb9 Add options to --mode 2022-10-02 21:31:05 +09:00
Yuta Hayashibe
451db34c2d Add description 2022-10-02 21:14:59 +09:00
Yuta Hayashibe
235159b8cf Add argparse group 2022-10-02 21:13:36 +09:00
Yuta Hayashibe
f5bd88ab6b Add vad_threshold to Context 2022-10-02 20:41:53 +09:00
Yuta Hayashibe
1a276d042d Fix typos 2022-10-02 20:40:35 +09:00
Yuta Hayashibe
1e7166e378 Merge branch 'vad' 2022-10-02 20:38:51 +09:00
Yuta Hayashibe
7f15cfeb39 Add --no-vad option 2022-10-02 20:38:21 +09:00
Yuta Hayashibe
08798f117a Add VAD 2022-10-02 20:30:51 +09:00
Yuta Hayashibe
847eee5819 Fix 2022-10-02 19:48:41 +09:00
Yuta Hayashibe
936d5d0c45 Fix 2022-10-02 19:47:17 +09:00
Yuta Hayashibe
45eb0bc34d Merge remote-tracking branch 'origin/master' into vad 2022-10-02 19:40:56 +09:00
Yuta Hayashibe
e44d1ef13d Use different context for each connection 2022-10-01 23:55:12 +09:00
Yuta Hayashibe
b1f98f86ff Catch KeyboardInterrupt 2022-10-01 23:43:50 +09:00
Yuta Hayashibe
a62cb52f5f Add 2022-10-01 23:22:16 +09:00
Yuta Hayashibe
f46e71f51d Fix (openai/whisper@7cb4cc2) 2022-10-01 23:20:46 +09:00
Yuta Hayashibe
95dafe6740 Fix (openai/whisper@2b0c297) 2022-10-01 22:45:45 +09:00
Yuta Hayashibe
1989e023a5 Fix README 2022-09-30 03:06:41 +09:00
Yuta Hayashibe
b0c27c7ca9 Fix patience setting 2022-09-30 03:03:46 +09:00
Yuta Hayashibe
bcbf1f7c8b Removed a needless option 2022-09-29 22:16:51 +09:00
Yuta Hayashibe
e7d17c13b8 Removed a needless line 2022-09-29 22:11:01 +09:00
Yuta Hayashibe
1ba8536fba Add messages 2022-09-29 22:07:44 +09:00
Yuta Hayashibe
6e0d62d9e2 Add progress bar and --no-progress option 2022-09-29 22:05:15 +09:00
Yuta Hayashibe
88cda28b83 Updated Context 2022-09-29 20:43:49 +09:00
Yuta Hayashibe
5abd0db07a Fix for openai/whisper@62fe7f1 2022-09-29 20:29:45 +09:00
Yuta Hayashibe
73bd558522 Updated libraries 2022-09-29 20:28:38 +09:00
Yuta Hayashibe
c660a01bfb Check model name (openai/whisper@2d3032d) 2022-09-29 20:26:03 +09:00
Yuta Hayashibe
c18f5e4993 Add buffer_threshold to WhisperConfig 2022-09-29 20:22:36 +09:00