# Text to Morse Code ## Usage Guide 1. **Prerequisites:** Ensure the audio package is installed: `sudo apt install sox` 2. **Configure Message:** Insert your transmission text inside `input.txt` (e.g., `echo "SOS 2026" > input.txt`) 3. **Compilation:** Build the binary using GCC: `gcc morse.c -o morse` 4. **Execution:** Run the program via terminal: `./morse`