Skip to content

Commit 9e394ad

Browse files
Some fixes
Add DLLs on which qaac depends Add opus executable Edit README.md
1 parent 29ea8c0 commit 9e394ad

18 files changed

+33
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dependencies (bun install)
22
node_modules
33
/*.exe
4+
/bin/reaper/reaper-reginfo2.ini
45

56
# output
67
out

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ A set of experimental scripts to process Uma Musume Pretty Derby ( ウマ娘 プ
1212

1313
## Requirements
1414

15-
- Windows x86_64 Environment
15+
- Windows 11 x64 Environment
16+
- Microsoft Visual C++ Redistributable Packages
17+
- It is recommended to use the [AIO installer](https://github.com/abbodi1406/vcredist/releases/latest/download/VisualCppRedist_AIO_x86_x64.exe).
18+
- [Microsoft .NET Desktop Runtime 8.0](https://aka.ms/dotnet/8.0/windowsdesktop-runtime-win-x64.exe)
1619
- [Windows (DMM) game client](https://dmg.umamusume.jp/)
1720
- DMM GAMES account is required. You must also be logged into the game at least once.
1821

@@ -50,6 +53,12 @@ For details of each configuration item, please refer to the corresponding part o
5053

5154
For more information on each command, see `uma-db-stuff <command> -h`.
5255

56+
## Known issues
57+
58+
- Generate Winning Live audio
59+
- Live `1032` wrong subsong volume
60+
- Live `1029` latency issue (vocal is too slow)
61+
5362
## Build
5463

5564
### Requirements

bin/opus/opusdec.exe

5.56 MB
Binary file not shown.

bin/opus/opusenc.exe

714 KB
Binary file not shown.

bin/opus/opusinfo.exe

87 KB
Binary file not shown.

bin/qaac/ASL.dll

78.8 KB
Binary file not shown.

bin/qaac/CoreAudioToolbox.dll

8.62 MB
Binary file not shown.

bin/qaac/CoreFoundation.dll

2.13 MB
Binary file not shown.

bin/qaac/icudt62.dll

2 KB
Binary file not shown.

bin/qaac/libFLAC++.dll

221 KB
Binary file not shown.

0 commit comments

Comments
 (0)