Skip to content

Create wav audio file from aff using keysound.

Notifications You must be signed in to change notification settings

Hidden-is-fun/aff2wav-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aff2wav in C

通过谱面文件aff/osu生成打击音wav

使用方法

本体

aff2wav <map file> <output file>

<map file>为谱面文件,可使用相对路径

<output file>为输出音频文件,可使用相对路径,不用写.wav程序会自己补

(如果输了.wav会导致输出文件变成.wav.wav

mixer

python mixer.py <music file> <keysound file> <output file> [offset]

<music file>为音乐文件,可相对路径

<keysound file>aff2wav生成的keysound音频文件,可相对路径

<output file>为音频叠加后输出音频的路径,可相对路径 注意此处不能忽略扩展名

[offset]为可选参数,单位为ms,若不指定则默认为0

需要将ffmpeg三件套放在同一目录内才能正常工作,只能使用ffmpeg支持的音频格式

如何编译

cmake项目爱咋来就咋来

About

Create wav audio file from aff using keysound.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Other 0.4%