Update README.md

This commit is contained in:
Cainan 2024-06-17 20:52:12 +01:00 committed by GitHub
parent efd0d2bb39
commit ed2c694118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,8 @@
Very very simple python tool to easily create IS14 encoded Namco BNSF files. 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. Audio is encoded at 48000hz and output as a mono channel file.
Usage: python bnsf.py input_audio output_bnsf Prerequisites:
Python 3.12.3 or newer
pydub installed through pip `pip install pydub`
Usage: python bnsf.py input_audio output_bnsf