Skip to content

Releases: Axwabo/SecretLabNAudio

v2 "processors" first alpha

05 Jan 06:58

Choose a tag to compare

Pre-release

First alpha build for the processors system. It's highly recommended to migrate to processors to avoid resource management issues.

Changes and a draft of the migration guide can be viewed here: #1

Should you have any suggestions, feel free to comment on the pull request.

Full Changelog: v1.0.2...v2.0.0-alpha1

14.1.4(.1?)

17 Sep 19:48

Choose a tag to compare

Changes (non-breaking):

  • Exceptions thrown by the SampleProvider are now logged to LocalAdmin logs and the state is treated as if no samples were read
  • Removed the 0-1 volume range notices in XML docs, as SpeakerToys' volume can now be set to any float value
  • Changed the build process to use central package management

more send engines

03 Sep 15:39

Choose a tag to compare

Additions:

  • AudioPlayer.MasterAmplification property (and corresponding extension method)
  • VoiceMessageSendEngine

Changes (non-breaking):

  • Extracted a superclass from LivePersonalizedSendEngine - new PersonalizedSendEngineBase abstract class that requires a Personalize method
  • The new superclass now exposes the BaseEngine and Personalization properties
  • The RemoveMixerInputsByName method now also takes LoopingRawSampleProviders into account

initial release

20 Aug 21:36

Choose a tag to compare

v1.0.0

fix NuGet push