AudioWorks: Difference between revisions

From Hydrogenaudio Knowledgebase
(Created page with "{{Software Infobox | name = AudioWorks | logo = | screenshot = 200px|PowerShellAudio Logo | caption = Cross-platform, multi-format audio conversi...")
 
No edit summary
Line 12: Line 12:
| website = [https://github.com/jherby2k/AudioWorks GitHub project]
| website = [https://github.com/jherby2k/AudioWorks GitHub project]
}}
}}
'''AudioWorks''' is a PowerShell module for converting and tagging audio / music files. It is available under the Lesser GPL (v3) license, and runs on Windows, Linux and MacOS. AudioWorks [https://github.com/jherby2k/AudioWorks/wiki/Comparison-with-PowerShell-Audio replaces PowerShell Audio].
'''AudioWorks''' is a PowerShell module for converting and tagging audio / music files. It is available under the Lesser GPL (v3) license, and runs on Windows, Linux and MacOS. AudioWorks replaces [https://github.com/jherby2k/AudioWorks/wiki/Comparison-with-PowerShell-Audio PowerShell Audio].


== Features ==
== Features ==
* 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).
* Fast and highly concurrent ("multi-threaded") for modern, multi-core systems.
* Utilizes advanced SIMD, multi-threading and low-allocation memory structures for the fastest possible encoding.
* Includes EBU R.128-based ReplayGain "2.0" analysis.
* Includes EBU R.128-based ReplayGain "2.0" analysis and tagging.
* Metadata preservation 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.
* API is open-source, well-documented and extensible.
* API is open-source, well-documented and extensible.
Line 35: Line 35:


== Example usage ==
== Example usage ==
Coming soon.
For up-to-date examples, run '''Get-Help about_AudioWorks.Commands'''. The various cmdlets are [https://github.com/jherby2k/AudioWorks/tree/master/AudioWorks/src/AudioWorks.Commands also documented here].


== Externals links ==
== Externals links ==

Revision as of 00:57, 11 December 2018

AudioWorks
PowerShellAudio Logo
Cross-platform, multi-format audio conversion and tagging module for PowerShell
Developer(s) Jeremy Herbison
Release information
Initial release {{{released}}}
Stable release ETA Q1 2019
Preview release [1] (10 December 2018)
Compatibility
Operating system Windows, Linux, MacOS
Additional information
Use Digital Audio conversion, tagging
License GNU LGPLv3
Website GitHub project

AudioWorks is a PowerShell module for converting and tagging audio / music files. It is available under the Lesser 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 and low-allocation memory structures for the fastest possible encoding.
  • 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.
  • 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.

Externals links