From c664d3279f2527ff4d33c0865b9b453a563fd056 Mon Sep 17 00:00:00 2001 From: Swift Raccoon <47705353+swiftraccoon@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:02:50 -0400 Subject: [PATCH] Update README.md Signed-off-by: Swift Raccoon <47705353+swiftraccoon@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f3a9e..c8b9fc1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/swiftraccoon/cpp-sdrtrunk-transcriber/badge)](https://www.codefactor.io/repository/github/swiftraccoon/cpp-sdrtrunk-transcriber) ## Overview -This project is designed to monitor a directory for SDRTrunk MP3 files, categorize them based on the talkgroup ID, and create transcription files. It utilizes OpenAI's API for audio transcription and SQLite3 for database management. +This project is designed to monitor a directory for SDRTrunk P25 MP3 files, categorize them based on the talkgroup ID, and create transcription files. It utilizes OpenAI's API for audio transcription and SQLite3 for database management. ## Related Projects - [sdrtrunk-transcriber](https://github.com/swiftraccoon/sdrtrunk-transcriber) (Python version of this repo)