All Projects → enzo1982 → Freac

enzo1982 / Freac

Licence: gpl-2.0
The fre:ac audio converter project

Projects that are alternatives of or similar to Freac

Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-81.27%)
Mutual labels:  audio, converter, mp3, aac, flac
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (-73.36%)
Mutual labels:  audio, mp3, aac, flac
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (-71.81%)
Mutual labels:  audio, mp3, aac, flac
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (-63.13%)
Mutual labels:  audio, mp3, aac, flac
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (-51.35%)
Mutual labels:  audio, 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 (-65.25%)
Mutual labels:  audio, mp3, aac, flac
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+8.11%)
Mutual labels:  audio, converter, mp3, flac
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+102.32%)
Mutual labels:  audio, mp3, flac, portable
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (+264.67%)
Mutual labels:  audio, mp3, flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (-69.5%)
Mutual labels:  audio, mp3, flac
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (-65.44%)
Mutual labels:  audio, mp3, flac
Aplay
A Better(Maybe) iOS Audio Stream、Cache、Play Framework
Stars: ✭ 44 (-91.51%)
Mutual labels:  audio, mp3, flac
Libnyquist
🎤 Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
Stars: ✭ 311 (-39.96%)
Mutual labels:  audio, mp3, flac
Whipper
Python CD-DA ripper preferring accuracy over speed
Stars: ✭ 517 (-0.19%)
Mutual labels:  audio, flac, unix
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (-79.73%)
Mutual labels:  audio, mp3, flac
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-95.56%)
Mutual labels:  mp3, aac, flac
smooth
The smooth Class Library
Stars: ✭ 23 (-95.56%)
Mutual labels:  freebsd, unix, multi-platform
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 (-75.48%)
Mutual labels:  mp3, aac, flac
slibs
Single file libraries for C/C++
Stars: ✭ 80 (-84.56%)
Mutual labels:  mp3, aac, flac
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-92.66%)
Mutual labels:  mp3, aac, flac

fre:ac logo fre:ac - free audio converter

Build Status Last commit License

fre:ac is a free and open source audio converter. It supports audio CD ripping and tag editing and converts between various audio file formats.

fre:ac on Ubuntu Linux

Features

  • Supported formats include MP3, MP4/AAC, Opus and FLAC
  • Integrated CD ripper, player and tag editor
  • Supports playlists, cue sheets and chapters
  • Fast, multi-threaded conversion engine
  • Ability to convert to multiple formats at once
  • Can verify lossless input and output files
  • Supports freedb/CDDB queries and submits
  • Supports ripping of hidden tracks (HTOA)
  • Supports fully automated CD ripping
  • Support for using command line codecs
  • User interface available in 40+ languages
  • Optional command line interface

Download

Pre-built packages for Windows, macOS, Linux and FreeBSD are available at freac.org.

Installation

Windows

fre:ac is distributed in two variants, an .exe file containing a setup wizard or alternatively a .zip archive that contains just the application without an installer. If you downloaded the .exe installer, simply run it and the setup wizard will guide you through the installation process creating start menu icons that will run fre:ac. If you downloaded the .zip package, please extract/move the contents to a location of your choice and run freac.exe to start fre:ac.

macOS

fre:ac is distributed as an Apple Disk Image (.dmg) file. To install it, open the .dmg image and drag the fre:ac application to a location of your choice like the desktop or the Applications folder. Then double click the application to start fre:ac.

Alternatively, users of the package manager MacPorts may install fre:ac using the following command:

sudo port install freac

Linux

fre:ac is available as a Snap, Flatpak or AppImage package. The Snap and Flatpak versions can be found and installed from the respective app stores. Please note that these versions run in restriced environments and might offer limited functionality. The AppImage package must be marked as executable after downloading using the following command:

chmod a+x freac*.AppImage

The AppImage can then be executed to start fre:ac.

FreeBSD

fre:ac is distributed as a .tar.gz archive. Please extract the contents to a location of your choice and execute the freac binary to start fre:ac.

Compiling

fre:ac depends on the BoCA audio component framework and the smooth Class Library. Please build and install those first.

Development packages for the following libraries need to be installed in order to build smooth, BoCA and fre:ac:

  • For the smooth Class Library: libbz2, libcurl, libfribidi, libgtk+3.0, libjpeg, libxml2
  • For the BoCA component framework: libcdio, libcdio-paranoia, libexpat, libpulse (Linux only), liburiparser
  • For fre:ac itself: libudev (Linux only)

When the dependencies are met, run make followed by sudo make install for smooth, BoCA and fre:ac respectively.

You should then be able to run fre:ac using /usr/local/bin/freac and the command line interface using /usr/local/bin/freaccmd.


The official fre:ac homepage: https://www.freac.org/

[email protected],
Robert Kausch

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].