From the course: Developing UWP Apps: 6 Multimedia and Printing

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Audio effects

Audio effects

- [Instructor] Another cool aspect of creating Universal Windows Platform apps that integrate audio is the ability to easily add custom effects. Custom effects can be added in numerous ways, including using the media capture for camera access, media composition for complex compositions for media clips, and even creating audio graphs to assemble a graph of various audio input, output, and sub mix notes. For example, it's extremely easy in the Universal Windows Platform just to create a property set added to an audio effect definition and apply it to your audio to create an echo and a reverb. So that being said, why don't we flip over to Visual Studio and open up the tagger app we've been working with in this series, and see if it would make sense to add audio integration into our app.

Contents