CueMaster ~ Cue Sheet Generator


This program allows you to find the CD on FreeDB.org and convert it straight into a cue sheet that can be used by musiCutter, CDRWIN or mp3cue. If FreeDB doesn’t have trackdata for the CD, you can try the unique MP3 scanning feature. It will automatically search through a large MP3 file to find split-points and uses them to recreate a new cue sheet. If possible, it can even extract cue sheets embedded in ID3v2 tags.

You can save the cue sheet to a .cue file or a .xmcd file. You can use musiCutter to split the mp3 file into multiple parts using the .cue file, or Brrrn to burn a CD with correct track-markers. CueMaster can also export the tracklist to a .xml, .html, .csv or .text file. And it can write the cue sheet to an ID3v2-tag inside an mp3 file’s (like mp3cue does).

But it has more: you can use it as a full-featured cue sheet editor. Create a new cue sheet from scratch by adding tracks. Cut, copy, paste, delete and move tracks and edit the titles and durations.

cuemaster.org

Advertisement

CUE Corrector ~ Cue Sheet Editor


CUE Corrector is a multifunctional program for working with index cards, which has a wide range of possibilities for reading, creating and editing them. The program is capable of performing many operations that arise during the use of index cards, from a simple replacement of an audio file extension in it to a complete change of its content, without making any changes to the index markup.

The program also has a large number of tools that allow you to edit the index maps in a set of associated files and folders, thus treating it as part of the “index map, extract report, audio files and covers” complex. The algorithms implemented for this make it possible to extremely simplify and automate many operations to bring the complex to the desired user form, convenient for storing and organizing – creating collections.

cuecorrector.ucoz.net
hydrogenaud.io/index.php?topic=112882.0

foo_rehearsal ~ Looping & Slicing Component


Foobar2000 plugin for looping track intervals and slicing CUE sheets.

Features:
  • Loop, shuffle or randomize through any subset of user-defined slices of track.
  • Import intervals from a CUE Sheet.
  • Import chapters from a video via JSON. ffprobe -i filename -print_format json -show_chapters -loglevel error > chapters.json
  • Import intervals from YouTube time codes, etc.
  • Copy a piece of text and Ctrl-V to paste to switcher.
  • Export to a CUE Sheet.
  • Keeps all intervals for all tracks in a single .json file.

github.com/ptytb/foo_rehearsal

unflac ~ Command Line FLAC Splitter


A command line tool for fast frame accurate audio image + cue sheet splitting.

This project is started mostly out of frustration over supporting split2flac with all the external dependencies and their quirks.

git.sr.ht/~ft/unflac

foo_cuefixer ~ Foobar2000 Cue Sheet Filter


Filters cue sheets from playlist view.

* Remove “*.CUE” from preferences>shell integration>exclude file types

github.com/RevenantX/foo_cuefixer

hydrogenaud.io/index.php/topic,117167.0
hydrogenaud.io/index.php?topic=118978.msg981682#msg981682

mktoc ~ Generate cdrdao TOC Files


Mktoc simplifies the steps needed to create audio CD TOC files for the cdrdao CD burning program. For users familiar with EAC or CdrWin, TOC files are synonymous with CUE sheets. The primary goal of mktoc is to create TOC files using a previously generated CUE sheet.

Features:

  • Create a TOC file from a list of WAV files.
  • Convert an ExactAudioCopy (EAC) CUE file to the TOC format that is usable by cdrdao.
  • Multi-session aware CUE parsing, necessary for making CDDB and AccurateRip matchable discs.
  • Non-compliant CUE sheet support.
  • Support for various pregap methods.
  • Can create offset corrected WAV files for true ‘bit-for-bit’ accurate copies.
  • Fuzzy file name logic can correct common file name spelling variations.
  • Workaround known TOC file parsing bugs in cdrdao.

pypi.org/project/mktoc
pythonhosted.org/mktoc

Cdrdao ~ Disk-At-Once Recording


Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents.

Advantages of Disk-At-Once (DAO) Recording:

Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks. Older CD-recorder models forced a two second pause (pre-gap) between two tracks whereas newer models allow adjusting of the pause length in TAO mode reducing the number of link blocks to a minimal amount. However, with TAO it is generally not possible to define the data that is written in pre-gaps. But exactly this feature makes audio CD recording interesting, e.g. by creating hidden bonus tracks or track intros in pre-gaps like it is common habit on commercial CDs. Finally, DAO recording is the only way to write data to the unused R-W sub-channels for e.g.  CD-G or CD-TEXT.

Features:

  • Full control over length and contents of pre-gaps (pause areas between tracks). Pre-gaps may be completely omitted, e.g. for dividing live recordings into tracks.
  • Control over sub-channel data like:
    • catalog number
    • copy, pre-emphasis, 2-/4-channel flags
    • ISRC code
    • index marks
  • Support for exact audio, data and mixed mode CD copying.
  • Support for R-W sub-channel writing.
  • Tracks may be composed of different audio files supporting non destructive cut.
  • Accepts WAVE and raw audio files.
  • CD-TEXT reading and writing with drives that support it.
  • CDDB access to automatically create CD-TEXT data.
  • Support for on-the-fly copying.

cdrdao.sourceforge.net
github.com/cdrdao
wiki.hydrogenaud.io/index.php?title=Cdrdao
en.wikipedia.org/wiki/Cdrdao

Frontend (GUI):
gcdmaster
cdrdao.sourceforge.net/gcdmaster

PlayPcmWin ~ WASAPI Audio Player


PlayPcmWin is yet another open source audio player for audiophiles.

Features:

  • Supports WASAPI exclusive mode playback. Bit-perfect capable.
  • Memory play. Load all PCM data onto the main memory before the playback starts.
  • Native C++ optimized code for the playback thread. C# .NET 4.0 WPF GUI for easy use.
  • Supports WAV(16, 20, 24, 32bit), FLAC(16, 24bit), AIFF(16, 24bit) and AIFC-sowt and MP3.
  • DoP playback of DFF and DSF files.
  • Supports CUE sheets and M3U8 playlists.
  • Gapless playback.
  • Source code available.

playpcmwin

sourceforge.net/p/playpcmwin/wiki/PlayPcmWinEn
sourceforge.net/projects/playpcmwin

ANMP ~ Another Nameless Music Player


ANMP aims to be a versatile but lightweight audio player, just as the other hundred thousands out there. It is written in C++11. As being only a frontend, ANMP itself doesn’t know anything about audio formats and how to decode them. That’s why it uses 3rd party libraries to decode them. By using VgmStream, GameMusicEmu, LazyUSF and supporting looped songs natively, ANMP is esp. suited to play various audio formats from video games. Moreover it supports Looped Midi Tracks.

Main Features:

  • muting multichannel audio files
  • gapless playback (for most streamed audio formats)
  • arbitrary (forward) looping of songs (i.e. even nested loops)
  • synthesizing MIDI files using fluidsynth
  • multi-channel audio rendering
  • overlapping notes do not kill each other
  • unrolling looped MIDI tracks
  • volume response compatible to N64’s software synth
  • supports an IIR lowpass filter compatible to Rareware‘s N64 games (Conkers Bad Fur Day, Jet Force Gemini)
  • support for cue sheets
  • support for audio normalization based on EBU R 128
  • exposes basic commands via D-Bus

aimp

github.com/derselbst/ANMP