All Projects → IDKiro → Xenoblade2Voice

IDKiro / Xenoblade2Voice

Licence: MIT license
Xenoblade2 Voice After Battle

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Xenoblade2Voice

MusicalYoutube
A Youtube floating PIP player for Android.
Stars: ✭ 52 (+18.18%)
Mutual labels:  player
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+154.55%)
Mutual labels:  player
musique
C'est très élégant
Stars: ✭ 91 (+106.82%)
Mutual labels:  player
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (-61.36%)
Mutual labels:  player
mpe-player
Browser Based Audio Oscillators using MPE devices & MPE.js
Stars: ✭ 16 (-63.64%)
Mutual labels:  player
perlotto
Minimal google music / youtube wrapper
Stars: ✭ 22 (-50%)
Mutual labels:  player
api.video-player-sdk
SDK to control and interact with the api.video HTML5 Player
Stars: ✭ 31 (-29.55%)
Mutual labels:  player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (-25%)
Mutual labels:  player
plex-music
Web/Desktop app for streaming music from your Plex Media Server
Stars: ✭ 42 (-4.55%)
Mutual labels:  player
CloudMusic
使用vue和electron实现的音乐应用(C-Music)
Stars: ✭ 43 (-2.27%)
Mutual labels:  player
Square-Player
🍨 一个简洁到极致的单曲播放器
Stars: ✭ 19 (-56.82%)
Mutual labels:  player
shaka-player-react
A simple React component wrapper for shaka-player
Stars: ✭ 79 (+79.55%)
Mutual labels:  player
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+154.55%)
Mutual labels:  player
strumpract
Various tools for musicians.
Stars: ✭ 20 (-54.55%)
Mutual labels:  player
ArgPlayer
An android music player library
Stars: ✭ 52 (+18.18%)
Mutual labels:  player
aos-Video
NOVA opeN sOurce Video plAyer: player frontend main UI
Stars: ✭ 35 (-20.45%)
Mutual labels:  player
t-rex-game-bot
A bot that plays the Google Chrome T-Rex game for you
Stars: ✭ 60 (+36.36%)
Mutual labels:  player
nsplayer
A web player with shakaplayer & hls.js both supported
Stars: ✭ 23 (-47.73%)
Mutual labels:  player
ijkplayer
基于android端编译的ijkplayer、支持Https、附带编译教程,可快速引入项目。
Stars: ✭ 16 (-63.64%)
Mutual labels:  player
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+395.45%)
Mutual labels:  player

异度神剑2战斗后对话查询工具

Introduction

根据选择的人物筛选并播放相关角色的战斗后语音

Usage

Win 桌面版

在发布应用页面进行下载,下载包含可执行文件和资源文件的压缩包:

https://github.com/IDKiro/Xenoblade2Voice/releases

或者直接点此下载

PS:可执行文件(.exe)和资源文件(asset文件夹)必须放在同一目录下才可以进行使用:

网页版

PC直接 点击跳转

手机扫描二维码:

Update

version 1.2.0:

  1. 更新大型 DLC 黄金国部分的内容
  2. 更新 Desktop 版本的程序
  3. 更新 Web 版本的程序

version 1.1.2:

  1. 增加了基于 Electron 的桌面端
  2. 模块化项目

PS: 可执行文件文件体积太大,暂不进行发布

version 1.1.1:

  1. 增加移动端网页版
  2. PC端直接访问乐园数据管理室

PS:黄金国的内容暂时坑了,这次更新只是移动端开发的一个尝试

Thanks to: luminisward/Xenoblade2Voice-Vue

version 1.1.0:

  1. DLC 内容(暂不包括黄金国)
  2. 优化切换语言和清除选择的方式
  3. 更换编译方式,缩小程序体积,支持32位系统

Version 1.0.0:

  1. 自定义标题栏
  2. bug 修复

Feature

  1. 切换中文/日文
  2. 切换本篇/黄金国
  3. 悬停在选项上可直接显示另一语言的文本
  4. 点击角色头像选择最多三个角色
  5. 点击已选人物头像取消选择
  6. 筛选选择角色的相关对话组
  7. 播放对话组内的所有对话并显示相应的文本
  8. 双击文本可以播放该文本的语音
  9. 支持常见的播放器操作

Instruction

如何筛选对话组:

  1. 程序运行后会自动加载所有可选角色的头像和名字,点击角色头像便可以进行筛选
  2. 筛选后和该角色无相关对话的角色会消失,对话组列表则会同时筛选只与当前选择角色有关的对话组
  3. 对话组最多有三个角色参与,筛选也最多可选择三个角色,筛选选中的角色会根据选择顺序显示在对话组列表上方
  4. 点击已选择人物的头像可以移除该角色的选择,恢复选择前的状态

播放相关的操作:

  1. 选择对话组以后默认按对话组内语音顺序播放语音
  2. 点击循环模式切换按钮切换至列表循环和单语音循环
  3. 可以单击上一首、播放\暂停、下一首按钮进行常用的播放器操作,播放进度条支持拖动,音量支持拖动调整和静音

语言相关:

  1. 可以点击滑块按钮切换中文\日文,切换以后界面上的文字会自动更改语言
  2. 悬停在角色、对话组、语音文本上时可以显示另一种语言的文本

其他:

  1. 悬停在标题上可以查看本程序的staff

Development:

Desktop

Qt 5.9.3

VSCode 1.29

TIP: VS 的工程文件在采取静态编译之后已经删除。

Web

Vue.js 2.5.2

Webstorm 2018.2

Electron

Electron 2.0.4

VSCode 1.29

Developer

数据挖掘:

@Moosehunter(Xenoblade Subreddit Discord)

对话听写与翻译:

@vinsanityvc(NGA)

@takamana(stage1st)

游戏内对话确认协助:

@天天の幻想(Baidu Tieba: 异度之刃)

@nanami_c(Baidu Tieba: 异度之刃)

@黑礼帽的誓言(Baidu Tieba: 异度之刃)

主程序:

@IDKiro(NS in ZJU QQ Group)

特别感谢:

@TheKjozk(YouTube)

Monolith Soft & Nintendo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].