Skip to content

Releases: swiftraccoon/cpp-sdrtrunk-transcriber

sdrTrunkTranscriber-v0.1.1-final1

30 Oct 07:35
c664d32
Compare
Choose a tag to compare

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

27 Oct 16:52
Compare
Choose a tag to compare

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

22 Oct 23:39
350f582
Compare
Choose a tag to compare

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

10 Oct 04:48
Compare
Choose a tag to compare
Pre-release

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

09 Oct 00:12
37dd8f0
Compare
Choose a tag to compare
Pre-release

simple initial release. accepts filename as input and outputs OpenAI transcription for provided mp3
export OPENAI_API_KEY="YOUR_KEY"