Skip to content

Commit

Permalink
to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 26, 2021
1 parent 6445201 commit 979813e
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 19 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.8.0

# FIXME: implement build with production resources in Hiroshiba/voicevox
# Temporarily, skip uploading to GitHub Release (use Artifact instead)
SKIP_UPLOADING_RELEASE_ASSET: 1
VOICEVOX_ENGINE_VERSION: 0.9.1

jobs:
build-noengine-prepackage:
Expand Down Expand Up @@ -649,15 +645,15 @@ jobs:
df -h
- name: Upload Linux AppImage Release artifact
if: env.SKIP_UPLOADING_RELEASE_ASSET == '1' && endsWith(matrix.artifact_name, '-appimage')
if: endsWith(matrix.artifact_name, '-appimage')
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.artifact_name }}-release
path: |
artifact/*.7z.*
- name: Upload Linux AppImage splitted archives to Release assets
if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-appimage')
if: endsWith(matrix.artifact_name, '-appimage')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -667,7 +663,7 @@ jobs:

# Windows NSIS Web
- name: Upload Windows nsis-web archives to Release assets
if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-nsis-web')
if: endsWith(matrix.artifact_name, '-nsis-web')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -676,7 +672,7 @@ jobs:
file: artifact/*.7z.*

- name: Upload Windows nsis-web installer to Release assets
if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-nsis-web')
if: endsWith(matrix.artifact_name, '-nsis-web')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voicevox",
"version": "0.8.2",
"version": "0.9.1",
"author": "Hiroshiba Kazuyuki",
"private": true,
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ GPU モードでよく発生する現象で、長い音声を生成するには

現状の音声合成エンジンの仕様になります。前後の無音の長さを長くすると改善することがあるのでお試しください。

### Q. バージョンアップすると表示がおかしくなった

設定がなにか問題を起こしている可能性があります。一度ソフトウェアを終了して後述のパスにある設定ファイルを消去してもう一度起動してみてください。

設定ファイルのパス:`C:\Users\(ユーザー名)\AppData\Roaming\voicevox`もしくは`voicevox-cpu`

## ご感想・ご要望・バグ報告など

ご感想・ご要望は、ぜひ Twitter にてハッシュタグ #VOICEVOX を付けてツイートしてください。(開発の励みになります。)
Expand Down
27 changes: 27 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
[
{
"version": "0.9.1",
"descriptions": [
"キャラクター「春日部つむぎ」「波音リツ」を追加",
"サンプリングレート変更機能を追加",
"再生デバイスの変更機能を追加",
"ショートカットキーをデフォルトに戻せるように",
"UXの向上",
"開発環境の向上",
"バグ修正"
],
"contributors": [
"aoirint",
"Hiroshiba",
"HyodaKazuaki",
"koizuka",
"madosuki",
"MT224244",
"nogino52",
"Patchethium",
"PickledChair",
"shigobushigobu",
"takana-v",
"yamachu",
"y-chan"
]
},
{
"version": "0.8.2",
"descriptions": ["音声を1つだけ書き出せるメニューボタンを追加"],
Expand Down
14 changes: 7 additions & 7 deletions src/components/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@
</q-tooltip>
</q-select>
</q-card-actions>
<!-- FIXME: バージョン0.8.0現在、エンジン側にサンプリングレート変更エラーがあるので機能制限 -->
<!-- <q-card-actions class="q-px-md q-py-none bg-grey-3">
<q-card-actions class="q-px-md q-py-none bg-grey-3">
<div>音声のサンプリングレート</div>
<q-space />
<q-select
Expand All @@ -302,13 +301,14 @@
transition-show="jump-left"
transition-hide="jump-right"
>
音声のサンプリングレートを変更して再生・保存しますが、音声の品質は大きく変わりません
再生・保存時の音声のサンプリングレートを変更します(サンプリングレートを上げても音声の品質は上がりません。)
</q-tooltip>
</q-select>
</q-card-actions> -->
</q-card-actions>
</q-card>
<!-- 今後実験的機能を追加する場合はここに追加 -->
<q-card flat class="setting-card">
<!-- FIXME: 0.9.1に間に合わなかったのでダークモード機能を一旦省きました -->
<!-- <q-card flat class="setting-card">
<q-card-actions>
<div class="text-h5">実験的機能</div>
</q-card-actions>
Expand Down Expand Up @@ -336,7 +336,7 @@
</q-tooltip>
</q-btn-toggle>
</q-card-actions>
</q-card>
</q-card> -->
</div>
</q-page>
</q-page-container>
Expand Down Expand Up @@ -517,7 +517,7 @@ export default defineComponent({
$q.dialog({
title: "出力サンプリングレートを変更します",
message:
"出力サンプリングレートを変更しても、音質は変化しません。また、音声の生成処理に若干時間がかかる場合があります。<br />本当に変更しますか",
"出力サンプリングレートを変更しても、音質は変化しません。また、音声の生成処理に若干時間がかかる場合があります。<br />変更しますか",
html: true,
persistent: true,
ok: {
Expand Down
2 changes: 1 addition & 1 deletion src/store/audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export const audioStore: VoiceVoxStoreOptions<
payload.styleId ??
state.defaultStyleIds[
state.defaultStyleIds.findIndex(
(x) => x.speakerUuid === characterInfos[0].metas.speakerUuid
(x) => x.speakerUuid === characterInfos[0].metas.speakerUuid // FIXME: defaultStyleIds内にspeakerUuidがない場合がある
)
].defaultStyleId;
const baseAudioItem = payload.baseAudioItem;
Expand Down

0 comments on commit 979813e

Please sign in to comment.