Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheUnpunished/SpeechTool
NFS ProStreet/Undercover/World speech editor
https://github.com/TheUnpunished/SpeechTool
Last synced: 14 days ago
JSON representation
NFS ProStreet/Undercover/World speech editor
- Host: GitHub
- URL: https://github.com/TheUnpunished/SpeechTool
- Owner: TheUnpunished
- License: mit
- Created: 2023-09-05T08:15:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T22:22:05.000Z (over 1 year ago)
- Last Synced: 2024-05-11T21:51:35.095Z (7 months ago)
- Language: Java
- Size: 185 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-modding - NFS SPEECHTOOL - Speech audio files editor for NFS ProStreet, Undercover & World. (Need for Speed Games / Starfield)
README
# NFS SPEECHTOOL
This tool allows to edit speech audio files for NFS ProStreet/Undercover/World games. Learn more here: [NFSMods](https://nfsmods.xyz/mod/5001)
## Compiling from source
In order to compile SpeechTool, you'll need JDK 11 and Maven. After that navigate to the folder with the source code, where _pom.xml_ is located and run:
```
mvn clean package
```
After that, compiled jar will be located in _target_ folder. Enjoy!## Changelog
- 1.0 Initial public release. The tool is given "as is" and might not get any updates unless required