mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
704 stars 130 forks source link

Add audio options #26

Closed sraboy closed 6 years ago

sraboy commented 6 years ago

Regarding Issue #25, this adds the ability to adjust audio options. I tried hard to avoid whitespace changes but it seems our IDE defaults are pretty different so let me know if I accidentally committed garbaged changes.

For now, I decided not to update the image element to make use of the new addAttribute function but that could/should be done later as it's now possible to specify cropping (e.g., "circle") or placement (e.g., "appLogoOverride"). I'm primarily looking at the features mentioned in this MSDN blog post.

I'll start working on the attribution text next.