Releases: swiftraccoon/cpp-sdrtrunk-transcriber
sdrTrunkTranscriber-v0.1.1-final1
initial release of sdrTrunkTranscriber
. utilizes a config.yaml
.
performs additional processing on the transcription for use with the sdrtrunk-transcribed-web
saves data into a sqlite database in case you don't want to keep the mp3/txt files
v0.1.1-final1 release. worked for the last few days on my system without issue. doesn't mean there aren't possibly bugs tho. all common debug output has been commented out in this release.
Full Changelog: beta1...final1
sdrTrunkTranscriber-v0.1.1-beta1
initial release of sdrTrunkTranscriber
. utilizes a config.yaml
.
performs additional processing on the transcription for use with the sdrtrunk-transcribed-web
saves data into a sqlite database in case you don't want to keep the mp3/txt files
beta release. worked for the last couple days on my system without issue. doesn't mean there aren't possibly bugs tho. any common debug output has been commented out in this release.
sdrTrunkTranscriber-v0.1.0-alpha1
initial release of sdrTrunkTranscriber
. utilizes a config.yaml
.
performs additional processing on the transcription for use with the sdrtrunk-transcribed-web
saves data into a sqlite database in case you don't want to keep the mp3/txt files
alpha release. worked for the last few hours on my system without issue. doesn't mean there aren't possibly bugs tho. also this binary is a bit verbose on the debugging presently.
monitor-process-files-v0.0.1-beta1
initial release for monitoring and processing files in specified config.yaml. we also insert the processed file data into a database.
output_transcription-v0.0.1-alpha
simple initial release. accepts filename as input and outputs OpenAI transcription for provided mp3
export OPENAI_API_KEY="YOUR_KEY"