ProgrammingHero1 / security_cam

233 stars 107 forks source link

Implemented a cross-platform solution for sounding alarms. #8

Open Haoke98 opened 7 months ago

Haoke98 commented 7 months ago

Since the winsound dependency library was developed specifically for Windows, it does not support Mac or other operating systems. Therefore, we have replaced the winsound library with the cross-platform sounddevice dependency for playing alarm sounds.