AudioSoundEditorApi.Trial 8.4.0

dotnet add package AudioSoundEditorApi.Trial --version 8.4.0
                    
NuGet\Install-Package AudioSoundEditorApi.Trial -Version 8.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AudioSoundEditorApi.Trial" Version="8.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AudioSoundEditorApi.Trial" Version="8.4.0" />
                    
Directory.Packages.props
<PackageReference Include="AudioSoundEditorApi.Trial" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AudioSoundEditorApi.Trial --version 8.4.0
                    
#r "nuget: AudioSoundEditorApi.Trial, 8.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AudioSoundEditorApi.Trial@8.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AudioSoundEditorApi.Trial&version=8.4.0
                    
Install as a Cake Addin
#tool nuget:?package=AudioSoundEditorApi.Trial&version=8.4.0
                    
Install as a Cake Tool

Audio Sound Editor API for .NET is a .NET class developed by MultiMedia Soft that makes it easy to add sound editing capabilities to Windows applications written with Microsoft Visual Studio; thanks to the integration with DirectShow codecs and with the BASS library, both allowing decoding capabilities for the most common sound formats such as MP3, WAV, Ogg Vorbis and many others, Audio Sound Editor API for .NET allows creating powerful audio editing applications.

Derived from the experience with the Audio Sound Editor for .NET Winform component, this API can be used not only for developing Winform or WPF applications but also for developing console applications, Windows services, server-side ASP.NET web applications or any other application not requiring a user interface. Thanks to COM interoperability, the API can be invoked from legacy development environments such as Visual Basic 6 and Unmanaged Visual C++ with our without MFC.

Audio Sound Editor API for .NET provides advanced features to allow an application to access and modify audio data, including the support for editing of metadata and tags.

Through Audio Sound Editor API for .NET you can not only load and edit your audio files but also creating your own sounds by composing brand new audio files from scratch through the internal sound composer which comes with support for multi-channel audio (up to 8 channels or 7.1): all sound items added to the composing session are layered, meaning that they can be added, removed and modified before composing the final mix and exporting the same into a destination file on disk.

Many tutorials are available to help you beginning your developments with this powerful control.

================================================= Brief summary of available features:

Audio loading Audio editing Audio playback Audio export Audio format conversion Audio analysis Graphical features Sound generation Sound composition through the embedded TracksBoard Tagging features Misc features Supported target systems Supported .NET versions

================================================= Audio loading

Loading from a file, from a memory buffer or from the system Clipboard the most diffused audio formats:

  • AAC and AAC+
  • AC3
  • AIFF
  • ALAC
  • AU
  • CAF (1)
  • CD tracks
  • FLAC
  • IRCAM
  • M4A and MP4
  • MOD Music
  • Monkey's Audio (APE)
  • MP3, MP2, MP1
  • Musepack
  • NIST
  • OGG Vorbis
  • OPUS
  • PAF
  • PCM RAW format
  • PVF
  • Speex
  • SVX
  • VOC
  • W64
  • WAV (2)
  • WavPack
  • WMA and WMV (3) (1) Support for PCM 8/16/24/32 bits, PCM 32 bits floating point, G711 U-LAW, G711 A-LAW (2) Support for uncompressed PCM and compressed formats whose ACM codec is installed inside the system (3) Require the availability of Windows Media Player modules on the target PC

Support for multi-channel audio files (up to 7.1) Loading of a sound previously recorded by our Audio Sound Recorder for .NET component. Support for loading raw audio data from an external source. Possibility to load a new sound in "Append mode", "Insert mode", "Mix mode" or "Overwrite mode". Possibility to load a specific range of a sound file. Possibility to load a specific audio channel from a sound file. Extraction of mono or stereo channels from multi-channel audio files (up to 7.1) Extraction of the audio track of a video clip with possibility to store it into an output audio file of a chosen format. "Append automation", allowing to append several files in one single shot. "Mixing automation", allowing to mix several files or contents of other instances of the control in one single shot. Support for loading and playing sound files, in all of the supported audio formats, from a ZIP file directly, also when the same is AES encrypted

================================================= Audio editing

Edit loaded sound with cut, insert and mixing capabilities. Support for remapping or mixing channels of stereo or multichannel audio files. A background sound can be applied to the current editing session, also in loop mode. Insert or remove portions of silence. Create and apply equalizer bands. Volume modifications: flat volume, sliding volume and volume automation with possibility to design the volume curve. Special effects with multichannel support: Chorus, Compressor, Distortion, Echo, AutoWah, Phaser, Freeverb (reverb). DirectX Media Object (DMO) effects. Custom DSP effects: code of DSP effects can be internal to the container application's code or inside external DLLs. Virtual Studio Technology (VST) effects. Change Tempo, Playback rate and Pitch Filter for hiss noise removal. Filter for clicks and pops removal. Filter for volume level normalization. Filter for DC Offset removal. Filter for vocal remove.

================================================= Audio playback

Play the loaded and edited sound or any portion of the same: if you should need more sophisticated playback features, like visual feedbacks during playback, consider using this component in conjunction with Audio DJ Studio for .NET component. Sound card output choice

================================================= Audio export

Exporting of the edited sound into an audio file in the most diffused audio formats: formats:

  • AAC (4)
  • AAC+ (9)
  • AIFF
  • AU
  • CAF (1)
  • FLAC
  • IRCAM
  • NIST
  • MP2 (5)
  • MP3 (6)
  • MP4 (4)
  • OGG Vorbis (7)
  • OPUS (8)
  • PAF
  • PVF
  • RAW formats
  • SVX
  • VOC
  • W64
  • WAV (2)
  • WMA (3) (1) Support for PCM 8/16/24/32 bits, PCM 32 bits floating point, G711 U-LAW, G711 A-LAW (2) Support for uncompressed PCM and compressed formats whose ACM codec is installed inside the system (3) Requires the availability of Windows Media Player modules on the target PC (4) Requires the availability of the external Faac.exe encoder (5) Requires the availability of the external TwoLame.exe encoder (6) May optionally use the external Lame.exe encoder (7) May optionally use the external OggEnc.exe encoder (8) May optionally use the external OpusEnc.exe encoder (9) Requires the availability of the external Fdkaac.exe encoder

Exporting of multi-channel sounds (up to 7.1) into audio formats supporting multi-channel Joining of two mono files in one single output stereo file. Splitting and exporting of a stereo sound under editing into two separate destination mono files containing left and right channel respectively.

================================================= Audio format conversion

Conversion from any audio format listed inside the Audio loading section into any format listed inside the Audio export section with the possibility to: Port eventual existing tags from the source format to the destination format. Apply volume level normalization Apply DC Offset removal "Conversion automation" allowing to convert several files from an audio format to another in one single shot with the same features as seen on the previous point.

================================================= Audio analysis

Deep analysis at different resolutions of the loaded sound's waveform. Enumeration of silent portions of sound.

================================================= Graphical features

Rich visualization capabilities of the waveform with possibility to perform range selection, zooming and panning: both waveform and spectral view are supported. Volume curve designer. Waveform scroller allowing manual and automatic movement of the waveform. Support for drawing the waveform representation inside a graphical device context (HDC). Enhanced graphical spectrum analyzer Graphic bars for custom displaying of Vu-Meters and Progress bars

================================================= Sound generator

Pure wave tones Composite or monaural wave tones Binaural and multi-channel wave tones Sliding wave tones Noises DTMF tones Text to speech strings

================================================= Sound composition through the embedded TracksBoard

Composing and exporting of stereo or multi-channel (up to 7.1) sound files, with extensive visual editing through the embedded Tracksboard, by mixing together audio data taken from the following audio sources::

  • The Microsoft Speech API which allows creating audio data from a string of text or from a text file through synthesized voices

  • Regular sound files stored inside your drives All sound items added to the composing session are layered, meaning that they can be added, removed and modified before composing the final mix and exporting the same into a destination file on disk using one between the supported export audio formats

================================================= Tagging features

Editing of most common frames of the following tag formats (Unicode strings supported):

  • APE
  • FLAC
  • ID3V1
  • ID3V2.2
  • ID3V2.3
  • ID3V2.4
  • LYRICS3
  • MP4
  • OGG Vorbis

Editing of the following chunks in WAV files:

  • BEXT
  • CART
  • DISP
  • LIST INFO

================================================= Misc features

Uploading of files and contents of the sound editing session into a FTP server. Download facility allowing downloading remote files from FTP, HTTP and HTTPS servers into the local system Integration with our Audio Sound Recorder for .NET and Audio DJ Studio for .NET components

================================================= Supported target systems:

From Windows XP up to the latest Windows version in both x86 and x64 flavours From Windows Server 2003 up to the latest Windows Server version in both x86 and x64 flavours

================================================= Supported .NET versions

.NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5 ("Client profile" not supported) .NET Framework 4.x ("Client profile" not supported) .NET Core 3.1 .NET 5 and higher versions

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.4.0 291 11/13/2025
8.0.0 652 10/15/2022