From c53440d53e2a4dd7f4ceaae75da58a2da4ff9738 Mon Sep 17 00:00:00 2001 From: DADDesign-Projects Date: Thu, 5 Dec 2024 10:55:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711e938..3fd2224 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Asynchronous S/PDIF Mixer -"Asynchronous S/PDIF Mixer" is a C++ solution designed to synchronize and mix three asynchronous S/PDIF streams into a single S/PDIF output stream at 48kHz. It compensates for drift and uses interpolation for smooth audio transitions, developed for the STM32H743 and built using CubeIDE for real-time audio processing. +"Asynchronous SPDIF Mixer" is a hardware and software project designed to synchronize and mix up to three asynchronous S/PDIF streams into a single output stream at 48 kHz. The system compensates for drift and uses interpolation to ensure smooth audio transitions. The software, developed in C++ with CubeIDE, is optimized for real-time audio processing and runs on an STM32H743 microcontroller. A custom electronic board, designed with KiCad, has been developed to host this solution and provide a tailored hardware platform. ![Image1](Images/PCBMixSmall.jpg) ![Image1](Images/Mixer.jpg) ## Author