Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Bumps NAudio from 1.10.0 to 2.1.0.

Changelog

Sourced from NAudio's changelog.

2.1 (29 Apr 2022)

  • AudioFileReader will use MediaFoundationReader as the default for MP3s
  • Minimum supported Win 10 version is now uap10.0.18362 (SDK version 1903)
  • IWavePlayer now has an OuputWaveFormat property
  • WasapiCapture and WasapiLoopbackCapture support sample rate conversion so you can capture at a sample rate of your choice
  • WasapiOut supports built-in sample rate conversion in shared mode
  • MediaFoundationEncoder allows you to encode to a Stream

1.9.0 (4 May 2019)

  • Switched to multi-targetting project type
  • Targets .NET 3.5, .NET Standard 2.0, and UWP
  • Better handling of IAudioClient.IsFormatSupported
  • AsioOut will no longer stop when it reaches the end

1.8.5 (3 Nov 2018)

  • DMO Effect support via DmoEffectWaveProvider #413
  • New Broadcast Wave File Writer BwfWriter
  • Various bugfixes and enhancements:
    • Improvements to stopping recording in WaveInEvent #403
    • WaveIn and WaveInEvent support GetPosition #399
    • CueWaveFileReader support for Stream #409, #376
    • Fix reading wave files with odd chunk lengths #386
    • Fix some WASAPI exclusive /event mode issues #383
    • Fix 32 bit float ASIO sample converter #356
    • Fixing IAudioCaptureClient cast exception issue #350
    • WaveOut and WaveOutEvent read the actual volume #349
    • PropVariant support for VT_FILETIME #341
    • Added definitions of several media subtypes
    • Fixed offset bug in StereoToMonoSampleProvider #312
    • KeySignatureEvent reports flats properly as negative number #295
    • WaveInProvider.Read uses offset parameter #297
    • BREAKING - retired cakewalk drum map file format support
    • Retired Win 8 project in favour of UWP

1.8.4 (6 Dec 2017)

  • Windows 10 Universal build now included in NuGet package
  • adding a TotalTime property to WaveFileWriter
  • adding a Broadcast Wave File Writer
  • Various bugfixes and enhancements:
    • Prevent audio files from staying locked
    • additional constructor for MultiplexingWaveProvider
    • Faster SilenceWaveProvider implementation #257
    • fixing calling stoprecording without ever starting recording on WaveIn
    • improved reliability in WaveInEvent
    • make non-strict MIDI file checking tolerant of invalid CC values #250
    • Adding defaults for StereoToMonoProvider16 volumes #267

... (truncated)

Commits
  • e5e4fd6 Bump version for 2.1.0 release
  • d66e682 MediaFoundationReader the default for AudioFileReader to use for MP3s going f...
  • a01a0a6 Dropping async IAudioClient2 activation down into the WASAPI package
  • 16d5432 WASAPI loopback capture also supports sample rate conversion
  • 80dbfee updated publish to NuGet script
  • 8d152cb updated legacy demo apps to use new SDK project style
  • aa56ec4 Trying some better targets to help with needing to target net6.0-windows even...
  • ed71d6e trying to install the correct SDK on Azure Pipelines
  • 4d2337c switch to Windows Server 2022 for Azure pipelines
  • 4da438b Adding support for WASAPI automatic sample rate conversion #819
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 12, 2022
Copy link
Member

@InDieTasten InDieTasten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fundamentally change the interface of the nuget package and break the existing code.
This change needs to wait until the code is ported over to the v2 API of NAudio.

@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch 4 times, most recently from bdcf0ba to e39af32 Compare October 12, 2022 16:17
@InDieTasten
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch from e39af32 to 3cd0b77 Compare October 12, 2022 16:57
@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch 2 times, most recently from fdf2182 to 5538abf Compare November 16, 2022 08:58
@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch from 5538abf to 743afd6 Compare November 22, 2022 07:02
@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch from 743afd6 to 6a97448 Compare December 2, 2022 11:01
Bumps [NAudio](https://github.com/naudio/NAudio) from 1.10.0 to 2.1.0.
- [Release notes](https://github.com/naudio/NAudio/releases)
- [Changelog](https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md)
- [Commits](naudio/NAudio@v1.10.0...v2.1.0)

---
updated-dependencies:
- dependency-name: NAudio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/analyzer/NAudio-2.1.0 branch from 6a97448 to 223bb3b Compare December 6, 2022 14:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #52.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/nuget/analyzer/NAudio-2.1.0 branch March 25, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants