Brand new voice buttons for Amane Kanata, we are aimming at building a comprehensive project related to Amane Kanata.
Homepage: https://vbup-osc.github.io/kanata-button
If you don't know how to participate on GitHub, you can directly send voice clips or suggestions to Developer Email with title, content and your social ID(Twitter, Bilibili or so on). We will add your ID to the contributors list below.
Also you can submit Issues to upload audio clips.
If you can do some programming, just fork this repository and modify it. After you have done, just open a Pull Request. For detailed information, please read below.
Voice is always in mp3 format with 128Kbps bitrate and stored in static/voices/
. The corresponding URL is /voices/
.
All voice meta data is stored in assets/voices.json
. To add or modify these voices, you need to modify this file accordingly.
If you want to modify existed voice clips, I suggest deleting the origin file and name a new filename to avoid browers' cache problem.
Please help us translate to English and Japanese!
The language files for the main program are in three json files named the language name in assets/locales/
.
The language files for voices are in assets/voices.json
.
This site is developed using Vue + NuxtJS + Vuetify.
To deploy a local development environment, first install the latest version of Node and Yarn. Then follow these steps:
-
Fork and clone the code.
-
Go to the code directory and run
yarn
to install dependencies. -
Run
yarn dev
to start local developemnt server atlocalhost:3000
. The local development server can immediately reflect the results of your modification. -
To compile the files for deployment, run
yarn generate
, which will generate thedist
directory. This site is completely static, you can directly deploy the entiredist
directory.
Development:
Sub-Development & Operation:
Audio Editors:
- Bilibili 风之门
- Bilibili キルケー
- Bilibili 魂喵
Translation:
Illust:
- Bilibili Dazeroyuu
Special Thanks to:
- VTuber Music
-
- Bilibili Amane Kanata Official
- Bilibili AmaneKanata Pottery Factory
- 天音梧桐
- And those who contributed to this project on GitHub
Other parts: MIT License
This project is a work of enthusiasts and is not related to the Hololive official.
Proudly using BrowserStack.
BrowserStack is a cloud-based cross-browser testing tool that enables developers to test their websites across various browsers on different operating systems and mobile devices, without requiring users to install virtual machines, devices or emulators.
This project is deployed using GitHub Pages.