AudioWorks: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
| maintainer = [https://github.com/jherby2k/ Jeremy Herbison] | | maintainer = [https://github.com/jherby2k/ Jeremy Herbison] | ||
| stable_release = | | stable_release = | ||
| preview_release = [https://github.com/jherby2k/AudioWorks/releases/tag/v1.0.0- | | preview_release = [https://github.com/jherby2k/AudioWorks/releases/tag/v1.0.0-beta9 1.0.0 beta 9] | ||
| preview_release_date = 2020- | | preview_release_date = 2020-07-08 | ||
| operating_system = Windows, Linux, MacOS | | operating_system = Windows, Linux, MacOS | ||
| use = Digital Audio conversion, tagging | | use = Digital Audio conversion, tagging | ||
Line 18: | Line 18: | ||
* A unified interface to popular codecs (see Supported Formats). | * A unified interface to popular codecs (see Supported Formats). | ||
* Runs under PowerShell Core on Windows, MacOS and Linux (Windows PowerShell 5.1 is also supported). | * Runs under PowerShell Core on Windows, MacOS and Linux (Windows PowerShell 5.1 is also supported). | ||
* Utilizes advanced SIMD, multi-threading, 64-bit addressing and low-allocation memory structures for the fastest possible | * Utilizes advanced SIMD, multi-threading, 64-bit addressing and low-allocation memory structures for the fastest possible processing. | ||
* Includes EBU R.128-based ReplayGain "2.0" analysis and tagging. | * Includes EBU R.128-based ReplayGain "2.0" analysis and tagging. | ||
* Seamless tag preservation and conversion between formats (including cover art). | * Seamless tag preservation and conversion between formats (including cover art). | ||
* PowerShell interface brings powerful integration and scripting capabilities. | * PowerShell interface brings powerful integration and scripting capabilities. | ||
* The API is open-source, well | * The API is open-source, well documented, and extensible. | ||
== Supported Formats == | == Supported Formats == |
Revision as of 18:55, 8 July 2020
Developer(s) | Jeremy Herbison |
Release information | |
Stable release | |
Preview release | 1.0.0 beta 9 / July 8, 2020 |
Compatibility | |
Operating system | Windows, Linux, MacOS |
Additional information | |
Use | Digital Audio conversion, tagging |
License | GNU AGPLv3 |
Website | GitHub project |
AudioWorks is a PowerShell module (and .NET library) for converting and tagging audio / music files. It is available under the Affero GPL (v3) license, and runs on Windows, Linux and MacOS. AudioWorks replaces PowerShell Audio.
Features
- A unified interface to popular codecs (see Supported Formats).
- Runs under PowerShell Core on Windows, MacOS and Linux (Windows PowerShell 5.1 is also supported).
- Utilizes advanced SIMD, multi-threading, 64-bit addressing and low-allocation memory structures for the fastest possible processing.
- Includes EBU R.128-based ReplayGain "2.0" analysis and tagging.
- Seamless tag preservation and conversion between formats (including cover art).
- PowerShell interface brings powerful integration and scripting capabilities.
- The API is open-source, well documented, and extensible.
Supported Formats
Supported languages
- English (translation help wanted!)
Example usage
For up-to-date examples, run
Get-Help about_AudioWorks.Commands
The various cmdlets are also documented here.