All Projects → gchudov → Cuetools.net

gchudov / Cuetools.net

CD image processing suite with optimized lossless encoders in C#

Projects that are alternatives of or similar to Cuetools.net

slibs
Single file libraries for C/C++
Stars: ✭ 80 (-61.54%)
Mutual labels:  opencl, flac
Ck Caffe
Collective Knowledge workflow for Caffe to automate installation across diverse platforms and to collaboratively evaluate and optimize Caffe-based workloads across diverse hardware, software and data sets (compilers, libraries, tools, models, inputs):
Stars: ✭ 192 (-7.69%)
Mutual labels:  opencl
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (-24.04%)
Mutual labels:  flac
Fast
A framework for GPU based high-performance medical image processing and visualization
Stars: ✭ 179 (-13.94%)
Mutual labels:  opencl
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+920.67%)
Mutual labels:  opencl
Clinfo
Print all known information about all available OpenCL platforms and devices in the system
Stars: ✭ 186 (-10.58%)
Mutual labels:  opencl
Tvm Mali
Optimizing Mobile Deep Learning on ARM GPU with TVM
Stars: ✭ 156 (-25%)
Mutual labels:  opencl
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-2.88%)
Mutual labels:  opencl
Primestereomatch
A heterogeneous and fully parallel stereo matching algorithm for depth estimation, implementing a local adaptive support weight (ADSW) Guided Image Filter (GIF) cost aggregation stage. Developed in both C++ and OpenCL.
Stars: ✭ 191 (-8.17%)
Mutual labels:  opencl
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (-13.94%)
Mutual labels:  flac
Opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
Stars: ✭ 2,284 (+998.08%)
Mutual labels:  opencl
Primitiv
A Neural Network Toolkit.
Stars: ✭ 164 (-21.15%)
Mutual labels:  opencl
Opencl Intercept Layer
Intercept Layer for Debugging and Analyzing OpenCL Applications
Stars: ✭ 189 (-9.13%)
Mutual labels:  opencl
Khiva
An open-source library of algorithms to analyse time series in GPU and CPU.
Stars: ✭ 161 (-22.6%)
Mutual labels:  opencl
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (-8.17%)
Mutual labels:  flac
Clvk
Experimental implementation of OpenCL on Vulkan
Stars: ✭ 158 (-24.04%)
Mutual labels:  opencl
Gpu performance api
GPU Performance API for AMD GPUs
Stars: ✭ 170 (-18.27%)
Mutual labels:  opencl
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 (-13.46%)
Mutual labels:  flac
Onednn
oneAPI Deep Neural Network Library (oneDNN)
Stars: ✭ 2,600 (+1150%)
Mutual labels:  opencl
Inviwo
Inviwo - Interactive Visualization Workshop
Stars: ✭ 199 (-4.33%)
Mutual labels:  opencl

CUETools

CUETools is a tool for lossless audio/CUE sheet format conversion. The goal is to make sure the album image is preserved accurately. A lossless disc image must be lossless not only in preserving contents of the audio tracks, but also in preserving gaps and CUE sheet contents. Many applications lose vital information upon conversion, and don't support all possible CUE sheet styles. For example, foobar2000 loses disc pre-gap information when converting an album image, and doesn't support gaps appended (noncompliant) CUE sheets.

Supported formats

Supports WAV, FLAC, APE, LossyWAV, ALAC, TTA, and WavPack audio input/output. Audio must be 16-bit, 44.1kHz samples stereo (i.e. CD PCM). Supports every CUE sheet style (embedded, single file, gaps appended/prepended/left out). It is also possible to process a set of audio files in a directory without a CUE sheet, or use a RAR archive as an input without unpacking it.

CUERipper

CUERipper is a utility for extracting digital audio from CDs, an open-source alternative to EAC. It has a lot fewer configuration options, so is somewhat easier to use, and is included in CUETools package. It supports MusicBrainz and freeDB metadata databases, AccurateRip and CTDB.

Installing

Prebuilt binaries can be downloaded from CUETools Download.

Installing from sources

  • Get the CUETools sources from GitHub (https://github.com/gchudov/cuetools.net):
    git clone https://github.com/gchudov/cuetools.net.git
  • Get the required submodules using:
    git submodule update --init --recursive
  • The solution can be built using Microsoft Visual Studio 2017 or newer (Community Edition will work)
    • Install the required .NET development tools (currently .NET Framework 4.7 and .NET Core 2.0)
    • Install an appropriate Windows SDK version (currently 10.0.16299.0)
    • Install the Microsoft Visual Studio Installer Projects
  • Optional: Install NASM and add it to your PATH. This is required for building the 32-bit flac plugin.
  • Open cuetools.net\CUETools\CUETools.sln
  • Select 'Any CPU' under 'Solution Platforms'
  • Build solution
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].