Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump NAudio from 2.2.0 to 2.2.1 (#1516)
Bumps [NAudio](https://github.com/naudio/NAudio) from 2.2.0 to 2.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md">NAudio's changelog</a>.</em></p> <blockquote> <h3>2.2.1 (4 Sep 2023)</h3> <ul> <li>Incorrectly versioned NAudio.Wasapi.dll (was 22.0) retired and replaced with 2.2.1</li> <li>No other changes</li> </ul> <h3>2.2 (22 Aug 2023)</h3> <ul> <li><code>WdlResampler</code> is now public</li> <li>WASAPI uses background threads</li> <li><code>MmException</code> can return function name</li> <li><code>ErrorCodes</code> provides all the AUDCLNT_E HRESULT values from audioclient.h</li> <li><code>AiffFileWriter</code> chunk size bugfix</li> <li>Support for Device Topology API (<code>IPart</code>, <code>IAudioAutoGainControl</code>, <code>IAudioMute</code>, <code>IAudioVolumeLevel </code>, <code>IControlChangeNotify</code>, <code>IControlInterface</code>, <code>IKsJackDescription</code>, <code>IPerChannelDbLevel</code>)</li> <li>Add <code>ComImport</code> attribute to CoreAudioApi interfaces</li> <li>Ability to set attribute on <code>MediaType</code>, and to specify <code>MediaFoundationEncode</code> buffer size</li> <li>WASAPI stop improvements</li> <li>FLAC and ALAC added to audio subtypes list</li> <li><code>MediaFoundationEncoder</code> bugfixes for null reference</li> <li>Sysex dispose bugfix</li> </ul> <h3>2.1 (29 Apr 2022)</h3> <ul> <li><code>AudioFileReader</code> will use <code>MediaFoundationReader</code> as the default for MP3s</li> <li>Minimum supported Win 10 version is now uap10.0.18362 (SDK version 1903)</li> <li><code>IWavePlayer</code> now has an <code>OuputWaveFormat</code> property</li> <li><code>WasapiCapture</code> and <code>WasapiLoopbackCapture</code> support sample rate conversion so you can capture at a sample rate of your choice</li> <li><code>WasapiOut</code> supports built-in sample rate conversion in shared mode</li> <li><code>MediaFoundationEncoder</code> allows you to encode to a <code>Stream</code></li> </ul> <h3>1.9.0 (4 May 2019)</h3> <ul> <li>Switched to multi-targetting project type</li> <li>Targets .NET 3.5, .NET Standard 2.0, and UWP</li> <li>Better handling of <code>IAudioClient.IsFormatSupported</code></li> <li><code>AsioOut</code> will no longer stop when it reaches the end</li> </ul> <h3>1.8.5 (3 Nov 2018)</h3> <ul> <li>DMO Effect support via <code>DmoEffectWaveProvider</code> <a href="https://redirect.github.com/naudio/NAudio/issues/413">#413</a></li> <li>New Broadcast Wave File Writer <code>BwfWriter</code></li> <li>Various bugfixes and enhancements: <ul> <li>Improvements to stopping recording in <code>WaveInEvent</code> <a href="https://redirect.github.com/naudio/NAudio/issues/403">#403</a></li> <li><code>WaveIn</code> and <code>WaveInEvent</code> support <code>GetPosition</code> <a href="https://redirect.github.com/naudio/NAudio/issues/399">#399</a></li> <li><code>CueWaveFileReader</code> support for <code>Stream</code> <a href="https://redirect.github.com/naudio/NAudio/issues/409">#409</a>, <a href="https://redirect.github.com/naudio/NAudio/issues/376">#376</a></li> <li>Fix reading wave files with odd chunk lengths <a href="https://redirect.github.com/naudio/NAudio/issues/386">#386</a></li> <li>Fix some WASAPI exclusive /event mode issues <a href="https://redirect.github.com/naudio/NAudio/issues/383">#383</a></li> <li>Fix 32 bit float ASIO sample converter <a href="https://redirect.github.com/naudio/NAudio/issues/356">#356</a></li> <li>Fixing <code>IAudioCaptureClient</code> cast exception issue <a href="https://redirect.github.com/naudio/NAudio/issues/350">#350</a></li> <li><code>WaveOut</code> and <code>WaveOutEvent</code> read the actual volume <a href="https://redirect.github.com/naudio/NAudio/issues/349">#349</a></li> <li><code>PropVariant</code> support for <code>VT_FILETIME</code> <a href="https://redirect.github.com/naudio/NAudio/issues/341">#341</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/naudio/NAudio/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NAudio&package-manager=nuget&previous-version=2.2.0&new-version=2.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information