Easy Audio Sync: Difference between revisions
Complexlogic (talk | contribs) (Created page with "{{Software Infobox | name = Easy Audio Sync | screenshot = 300px | caption = Easy Audio Sync running on...") |
Complexlogic (talk | contribs) m (Update for v1.1) |
||
Line 5: | Line 5: | ||
| developer = complexlogic | | developer = complexlogic | ||
| released = 2023-05-18 | | released = 2023-05-18 | ||
| stable_release = 1. | | stable_release = 1.1 | ||
| stable_release_date = | | stable_release_date = 2024-01-25 | ||
| operating_system = Windows, macOS, Linux | | operating_system = Windows, macOS, Linux | ||
| use = Full library transcoding | | use = Full library transcoding |
Revision as of 17:18, 27 January 2024
Easy Audio Sync running on Linux | |
Developer(s) | complexlogic |
Release information | |
---|---|
Initial release | 18 May 2023 |
Stable release | 1.1 (January 25, 2024) |
Compatibility | |
Operating system | Windows, macOS, Linux |
Additional information | |
Use | Full library transcoding |
License | Unlicense |
Website | [1] |
Easy Audio Sync is an audio library syncing and conversion utility. The intended use is syncing an audio library with many lossless files to a mobile device with limited storage.
Installation
Easy Audio Sync is compatible with Windows, macOS and Linux.
Windows
Easy Audio Sync is compatible with Windows 10 and later. Download the installer executable from the latest release on GitHub, run it, and follow the guided installation process.
macOS
Builds are available for both Intel and Apple Silicon based Macs. Download the appropriate disk image for your hardware from the latest release on GitHub and install via drag and drop.
Linux
Builds are available for APT-based Linux distros and Fedora on GitHub. Otherwise, you can build from source according to the provided build instructions.
Usage
Easy Audio Sync operates based on a source folder and a destination folder, where the source folder contains the primary music library, and the destination folder is the desired output location. After selecting the source and destination folders, click the "Sync" button to start the sync. The program will recreate the source's entire subfolder structure in the destination, copying or transcoding files as specified in the settings. See the settings documentation on GitHub for help on configuring the program's settings.
The stop button next to the progress bar can be used stop the sync at any time. The worker threads are allowed to finish their current file operation before quitting to avoid leaving corrupted files in the destination. Consequently, it may take several seconds after the stop button is clicked for the sync to stop.
Supported Formats
The following audio formats are supported, per-mode:
Codec | Copy | Transcode Input | Transcode Output |
---|---|---|---|
FLAC | Yes | Yes | No |
ALAC | Yes | Yes | No |
WavPack | Yes | Yes | No |
Monkey's Audio | Yes | Yes | No |
WAV | Yes | Yes | No |
MP3 | Yes | Yes | Yes |
AAC | Yes | Yes | Yes |
Ogg Vorbis | Yes | Yes | Yes |
Opus | Yes | Yes | Yes |
Musepack | Yes | Yes | No |
WMA | Yes | No | No |
Supported Encoders
The following encoders are supported for transcoding
Codec | Encoder(s) |
---|---|
MP3 | LAME |
AAC | Fraunhofer FDK AAC, Libavcodec AAC |
Ogg Vorbis | libvorbis |
Opus | libopus |