/New-Year-2021-VoiceBot-Countdown

C++ voice bot that tells us each minute what time there is before the new year.

Primary LanguageC++

NewYear2021Countdown 🎉

Description

This C++ program provides a countdown to the arrival of the year 2021. It utilizes text-to-speech functionality to announce the countdown at minute intervals and congratulates once the new year is reached.

Features

  • Countdown to the year 2021.
  • Utilizes Windows Speech API (SAPI) for text-to-speech functionality.
  • Announces the countdown at minute intervals and congratulates once the new year arrives.

Note

The program requires a Windows environment due to its dependency on SAPI for text-to-speech functionality.