Editing AudioWorks
Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Software Infobox | {{Software Infobox | ||
| name = AudioWorks | | name = AudioWorks | ||
− | | logo = [[Image:AudioWorks-logo.png|200px|PowerShellAudio Logo]] | + | | logo = |
− | + | | screenshot = [[Image:AudioWorks-logo.png|200px|PowerShellAudio Logo]] | |
| caption = Cross-platform, multi-format audio conversion and tagging module for PowerShell | | caption = Cross-platform, multi-format audio conversion and tagging module for PowerShell | ||
| maintainer = [https://github.com/jherby2k/ Jeremy Herbison] | | maintainer = [https://github.com/jherby2k/ Jeremy Herbison] | ||
− | | stable_release = [https:// | + | | stable_release = ETA Q1 2019 |
− | + | | preview_release = [https://www.powershellgallery.com/packages/AudioWorks.Commands/1.0.0-beta1] (10 December 2018) | |
− | + | ||
− | + | ||
| operating_system = Windows, Linux, MacOS | | operating_system = Windows, Linux, MacOS | ||
| use = Digital Audio conversion, tagging | | use = Digital Audio conversion, tagging | ||
− | | license = GNU | + | | license = GNU LGPLv3 |
| website = [https://github.com/jherby2k/AudioWorks GitHub project] | | website = [https://github.com/jherby2k/AudioWorks GitHub project] | ||
}} | }} | ||
− | '''AudioWorks''' is a PowerShell module | + | '''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]. |
== Features == | == Features == | ||
* A unified interface to popular codecs (see Supported Formats). | * A unified interface to popular codecs (see Supported Formats). | ||
− | * Runs under PowerShell | + | * 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. |
− | * Includes EBU R.128-based ReplayGain "2.0" analysis | + | * Includes EBU R.128-based ReplayGain "2.0" analysis. |
− | * | + | * Metadata preservation 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. |
== Supported Formats == | == Supported Formats == | ||
* [[FLAC]] | * [[FLAC]] | ||
− | |||
* [[Ogg_Vorbis|Ogg Vorbis]] | * [[Ogg_Vorbis|Ogg Vorbis]] | ||
* [[MP3]] ([[LAME]]) | * [[MP3]] ([[LAME]]) | ||
Line 38: | Line 35: | ||
== Example usage == | == Example usage == | ||
− | + | Coming soon. | |
− | + | ||
− | + | ||
== Externals links == | == Externals links == |