- Open the Azure admin portal - https://portal.azure.com
- Open Azure Active Directory > Enterprise applications
- Click the + New application link at the top
- Search for "Azure AD SAML Toolkit" in the gallery
- Click on "Azure AD SAML Toolkit"
- Enter "Nextcloud" in the Name and click the Add button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using NAudio.Wave; | |
| using NAudio.Wave.SampleProviders; | |
| namespace FireAndForgetAudioSample | |
| { | |
| class AudioPlaybackEngine : IDisposable | |
| { | |
| private readonly IWavePlayer outputDevice; | |
| private readonly MixingSampleProvider mixer; |