https://github.com/nlpatvcu/speechtotext
psynlp
https://github.com/nlpatvcu/speechtotext
Last synced: 11 months ago
JSON representation
psynlp
- Host: GitHub
- URL: https://github.com/nlpatvcu/speechtotext
- Owner: NLPatVCU
- Created: 2018-09-07T01:19:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T19:47:59.000Z (over 7 years ago)
- Last Synced: 2025-03-16T21:49:40.841Z (about 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Split a file into sections by number of seconds
```ffmpeg -i Patient384-R37.wav -f segment -segment_time 30 -c copy out%03d.wav```
Compile
```mvn compile```
Run specific file
```mvn exec:java -Dexec.mainClass=nlp.speechToText.TranscriptionAdapt```
```mvn exec:java -Dexec.mainClass=nlp.speechToText.TranscriptionAdapt -Dexec.args="'argument separated with space' 'another one'"```
If you get an error where it says Audacity is already running
go to ~/Library/Application Support/audacity and trash the contents of the "SessionData" folder