All Projects → jherby2k → Audioworks

jherby2k / Audioworks

Licence: agpl-3.0
A cross-platform, multi-format audio conversion and tagging suite

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Audioworks

Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (+177.14%)
Mutual labels:  music, mp3, aac, flac
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+620%)
Mutual labels:  mp3, aac, convert, flac
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+1380%)
Mutual labels:  mp3, aac, flac
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (+200%)
Mutual labels:  tag, mp3, flac
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+2677.14%)
Mutual labels:  mp3, aac, flac
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (+414.29%)
Mutual labels:  mp3, aac, flac
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (+445.71%)
Mutual labels:  mp3, aac, flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (+351.43%)
Mutual labels:  music, mp3, flac
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-34.29%)
Mutual labels:  mp3, aac, flac
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+262.86%)
Mutual labels:  mp3, aac, flac
Mutagen
Python module for handling audio metadata
Stars: ✭ 760 (+2071.43%)
Mutual labels:  music, mp3, flac
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+1200%)
Mutual labels:  tag, mp3, flac
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (+317.14%)
Mutual labels:  mp3, aac, flac
libwinmedia
[Archived] A cross-platform simple media playback library for C/C++.
Stars: ✭ 35 (+0%)
Mutual labels:  mp3, aac, flac
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (+294.29%)
Mutual labels:  mp3, aac, flac
Gogglesmm
Goggles Music Manager
Stars: ✭ 41 (+17.14%)
Mutual labels:  mp3, aac, flac
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (+8.57%)
Mutual labels:  mp3, aac, flac
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-48.57%)
Mutual labels:  mp3, flac, tag
slibs
Single file libraries for C/C++
Stars: ✭ 80 (+128.57%)
Mutual labels:  mp3, aac, flac
Tag
ID3, MP4 and OGG/FLAC metadata parsing in Go
Stars: ✭ 314 (+797.14%)
Mutual labels:  mp3, flac

A cross-platform, multi-format audio conversion and tagging suite for .NET and PowerShell. Formats currently supported are MP3, MP4 AAC, FLAC, Apple Lossless (ALAC), Opus, Ogg Vorbis and Wave.

A full user interface (Windows only) is in development.

This project supplants PowerShell Audio by targetting PowerShell cross-platform (Windows, Linux and MacOS).

Platform Build Status (master) Build Status (dev) Deployment Status
Windows Build Status Code Coverage Build Status Code Coverage Deployment Status
Linux Build Status Code Coverage Build Status Code Coverage Deployment Status
MacOS Build Status Code Coverage Build Status Code Coverage Deployment Status

System Requirements

AudioWorks runs on Windows 8.1+, MacOS 10.13+, and Ubuntu 16.04+. Other 64-bit Linux distributions may work, but may require additional dependencies and are currently untested. Currently, most extensions only support the Intel (x86) architecture. Apple M1 support will follow once .NET supports it.

On Windows:

  • PowerShell 7+ (recommended) and/or Windows PowerShell 5.1
  • .NET Framework 4.6.2+ (if using Windows PowerShell)
  • iTunes (optional, for AAC and ALAC support. Requires the classic installer, not the Windows Store version)

On Ubuntu 20.04 or 18.04:

  • Via apt-get install:
    • libebur128-1

On Ubuntu 16.04:

  • Via apt-get install:
    • libmp3lame0
    • libebur128-1

Installation

The AudioWorks PowerShell module can found on the PowerShell Gallery.

Keep the module up to date with Update-Module -Name AudioWorks.Commands.

The .NET API is available via NuGet.

Additional Requirements for Building / Testing

Special Thanks

This project wouldn't be possible without the work of these other fine projects and organizations:

  • Hydrogen Audio Forums, a wonderful, scientifically-minded community of digital audio enthusiasts.
  • The LAME Project, maintainers of the high-quality MP3 encoder.
  • The Xiph.Org Foundation, maintainers of Ogg Vorbis and FLAC (the Free Lossless Audio Codec).
  • libebur128, a library implementing the EBU R.128 loudness standard.
  • QAAC, a command-line front-end for Apple's AAC and Apple Lossless encoders.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].