Skip to content

Commit 8ef21ad

Browse files
committed
init
0 parents  commit 8ef21ad

File tree

5,114 files changed

+1378
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,114 files changed

+1378
-0
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: [3axap4eHko, zource-dev]
2+
patreon: zource
3+
custom: ['https://paypal.me/3axap4eHko']

.github/workflows/build.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: CI/CD
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout repository 📥
10+
uses: actions/checkout@v4
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}
13+
14+
- name: Setup Node.js 🛠️
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: 22
18+
registry-url: 'https://registry.npmjs.org/'
19+
20+
- name: Install pnpm 📦
21+
uses: pnpm/action-setup@v3
22+
with:
23+
version: 9
24+
run_install: false
25+
26+
- name: Environment log ℹ️
27+
run: |
28+
node --version
29+
pnpm --version
30+
shell: bash
31+
32+
- name: Install dependencies 🔩
33+
run: |
34+
pnpm install --frozen-lockfile
35+
shell: bash

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
tmp
3+
BigWigs_VoiceGCP
4+
BigWigs_VoiceGCP.zip
5+
credentials.json

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# BigWigs +Voice GCP
2+
3+
4+
A plugin for BigWigs that utilizes Google Cloud Platform's Text-To-Speech service to provide high-quality voice alerts for boss abilities and other in-game events.
5+
6+
This can be particularly useful for players who prefer auditory cues over visual ones, or for those who want to stay focused on the game without constantly checking their screen.
7+
8+
If you're looking for a way to enhance your World of Warcraft experience with voice-based alerts, BigWigs Voice GCP is definitely worth considering.

assets/BigWigs_VoiceGCP.toc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Interface: 100207, 110000, 110002
2+
3+
## Title: BigWigs |cffff0000+|r|cffffffffVoice GCP|r
4+
## Version: v11.0.0
5+
## Notes: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
6+
## Notes-zhCN: BigWigs附加模块,为团队首领技能播放语音合成(TTS)提示。
7+
## Notes-zhTW: BigWigs附加模組,為團隊首領技能播放語音合成(TTS)提示。
8+
## Notes-deDE: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
9+
## Notes-frFR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
10+
## Notes-itIT: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
11+
## Notes-koKR: 우두머리 능력에 대하여 텍스트 음성 변환 소리를 재생하는 BigWigs 플러그인입니다.
12+
## Notes-ruRU: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
13+
## Notes-ptBR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
14+
## Notes-esES: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
15+
## Notes-esMX: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
16+
## Author: Ivan Zakharchanka
17+
18+
## X-BigWigs-LoadOn-CoreEnabled: 1
19+
## Dependencies: BigWigs
20+
## LoadOnDemand: 1
21+
22+
## X-Category: Raid
23+
## X-License: Apache-2.0
24+
25+
26+
Core.lua

assets/BigWigs_VoiceGCP_Cata.toc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Interface: 40400
2+
3+
## Title: BigWigs |cffff0000+|r|cffffffffVoice GCP|r
4+
## Version: v11.0.0
5+
## Notes: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
6+
## Notes-zhCN: BigWigs附加模块,为团队首领技能播放语音合成(TTS)提示。
7+
## Notes-zhTW: BigWigs附加模組,為團隊首領技能播放語音合成(TTS)提示。
8+
## Notes-deDE: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
9+
## Notes-frFR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
10+
## Notes-itIT: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
11+
## Notes-koKR: 우두머리 능력에 대하여 텍스트 음성 변환 소리를 재생하는 BigWigs 플러그인입니다.
12+
## Notes-ruRU: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
13+
## Notes-ptBR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
14+
## Notes-esES: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
15+
## Notes-esMX: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
16+
## Author: Ivan Zakharchanka
17+
18+
## X-BigWigs-LoadOn-CoreEnabled: 1
19+
## Dependencies: BigWigs
20+
## LoadOnDemand: 1
21+
22+
## X-Category: Raid
23+
## X-License: Apache-2.0
24+
25+
26+
Core.lua

assets/BigWigs_VoiceGCP_TBC.toc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Interface: 20504
2+
3+
## Title: BigWigs |cffff0000+|r|cffffffffVoice GCP|r
4+
## Version: v11.0.0
5+
## Notes: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
6+
## Notes-zhCN: BigWigs附加模块,为团队首领技能播放语音合成(TTS)提示。
7+
## Notes-zhTW: BigWigs附加模組,為團隊首領技能播放語音合成(TTS)提示。
8+
## Notes-deDE: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
9+
## Notes-frFR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
10+
## Notes-itIT: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
11+
## Notes-koKR: 우두머리 능력에 대하여 텍스트 음성 변환 소리를 재생하는 BigWigs 플러그인입니다.
12+
## Notes-ruRU: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
13+
## Notes-ptBR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
14+
## Notes-esES: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
15+
## Notes-esMX: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
16+
## Author: Ivan Zakharchanka
17+
18+
## X-BigWigs-LoadOn-CoreEnabled: 1
19+
## Dependencies: BigWigs
20+
## LoadOnDemand: 1
21+
22+
## X-Category: Raid
23+
## X-License: Apache-2.0
24+
25+
26+
Core.lua

assets/BigWigs_VoiceGCP_Vanilla.toc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Interface: 11502
2+
3+
## Title: BigWigs |cffff0000+|r|cffffffffVoice GCP|r
4+
## Version: v11.0.0
5+
## Notes: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
6+
## Notes-zhCN: BigWigs附加模块,为团队首领技能播放语音合成(TTS)提示。
7+
## Notes-zhTW: BigWigs附加模組,為團隊首領技能播放語音合成(TTS)提示。
8+
## Notes-deDE: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
9+
## Notes-frFR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
10+
## Notes-itIT: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
11+
## Notes-koKR: 우두머리 능력에 대하여 텍스트 음성 변환 소리를 재생하는 BigWigs 플러그인입니다.
12+
## Notes-ruRU: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
13+
## Notes-ptBR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
14+
## Notes-esES: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
15+
## Notes-esMX: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
16+
## Author: Ivan Zakharchanka
17+
18+
## X-BigWigs-LoadOn-CoreEnabled: 1
19+
## Dependencies: BigWigs
20+
## LoadOnDemand: 1
21+
22+
## X-Category: Raid
23+
## X-License: Apache-2.0
24+
25+
26+
Core.lua

assets/BigWigs_VoiceGCP_Wrath.toc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Interface: 30403
2+
3+
## Title: BigWigs |cffff0000+|r|cffffffffVoice GCP|r
4+
## Version: v11.0.0
5+
## Notes: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
6+
## Notes-zhCN: BigWigs附加模块,为团队首领技能播放语音合成(TTS)提示。
7+
## Notes-zhTW: BigWigs附加模組,為團隊首領技能播放語音合成(TTS)提示。
8+
## Notes-deDE: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
9+
## Notes-frFR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
10+
## Notes-itIT: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
11+
## Notes-koKR: 우두머리 능력에 대하여 텍스트 음성 변환 소리를 재생하는 BigWigs 플러그인입니다.
12+
## Notes-ruRU: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
13+
## Notes-ptBR: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
14+
## Notes-esES: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
15+
## Notes-esMX: A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
16+
## Author: Ivan Zakharchanka
17+
18+
## X-BigWigs-LoadOn-CoreEnabled: 1
19+
## Dependencies: BigWigs
20+
## LoadOnDemand: 1
21+
22+
## X-Category: Raid
23+
## X-License: Apache-2.0
24+
25+
26+
Core.lua

assets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# BigWigs +Voice GCP
2+
3+
Enhance your BigWigs experience with our extension, leveraging the cutting-edge capabilities of the Google Cloud Platform Text-To-Speech service.
4+
Receive studio-quality, remarkably lifelike voice notifications for boss abilities, greatly elevating your raiding immersion and awareness.
5+
Step into a richer and more intuitive raiding world, powered by state-of-the-art voice synthesis.
6+
7+
[GitHub](https://github.com/zource-dev/bigwigs-voice-gcp)

0 commit comments

Comments
 (0)