Purpose built for converting FM IQ to WAV and trascribed text
LVATT is a project that incorporates DSP, audio manipulation and audio trancribing and translating. It takes in a FM IQ file, then it extracts the audio from the IQ file, It both writes audio into a file and passes it an AI model for transcribing and translating.
cd {root project directory}
mkdir build; cd build
cmake ..
cmake --build . --config Release
Here is the command used for building OpenSSL
Windows
perl Configure VC-WIN64A /MT --prefix="{LIBS PATH}" --openssldir="{OPENSSL PATH}"
nmake
nmake install
Linux
./config --no-shared --static -static -no-shared
make -j
sudo make install