Releases: Axwabo/SecretLabNAudio
Releases · Axwabo/SecretLabNAudio
v2 "processors" first alpha
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?)
Changes (non-breaking):
- Exceptions thrown by the
SampleProviderare 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
Additions:
AudioPlayer.MasterAmplificationproperty (and corresponding extension method)VoiceMessageSendEngine
Changes (non-breaking):
- Extracted a superclass from
LivePersonalizedSendEngine- newPersonalizedSendEngineBaseabstract class that requires aPersonalizemethod - The new superclass now exposes the
BaseEngineandPersonalizationproperties - The
RemoveMixerInputsByNamemethod now also takesLoopingRawSampleProviders into account
initial release
v1.0.0 fix NuGet push