generated from thinkode/modelRepository
Initial commit and v1.0
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Audio separator software
|
||||
This software aims to separate voices and environmental sounds based on a specified audio.
|
||||
|
||||
# Build
|
||||
## Prerequisites
|
||||
For building this software, you must have :
|
||||
- Windows
|
||||
- Python 3.12.5 installed and configured
|
||||
- Pip (tested with 24.3.1)
|
||||
|
||||
## Install by script
|
||||
You can build this software by executing the `build.bat` script at root.
|
||||
This script prepares your environment and builds the audioSeparator software.
|
||||
|
||||
You can find the executables in the dist/ directory of the project.
|
||||
|
||||
All the librairies are contained in the binary file, so no external dependencies.
|
||||
Reference in New Issue
Block a user