mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2024-11-24 07:00:14 +01:00
11 lines
305 B
Markdown
11 lines
305 B
Markdown
# Namco BNSF Tool
|
|
|
|
Very very simple python tool to easily create IS14 encoded Namco BNSF files.
|
|
Audio is encoded at 48000hz and output as a mono channel file.
|
|
|
|
Prerequisites:
|
|
Python 3.12.3 or newer
|
|
pydub installed through pip `pip install pydub`
|
|
|
|
Usage: python bnsf.py input_audio output_bnsf
|