Giter Site home page Giter Site logo

Add support for .tak audio about cdcrush.net HOT 3 CLOSED

john32b avatar john32b commented on July 20, 2024
Add support for .tak audio

from cdcrush.net.

Comments (3)

john32b avatar john32b commented on July 20, 2024

I looked into this a bit. The TAK encoder only seems to be working with .wav files, where I need it to work with pcm files. (raw audio data, as it is on the CDDA)

FFmpeg works well , because it supports converting from and to PCM CD Audio out of the box, also ffmpeg does seem to have some TAK functionality but it only supports decoding from it, not encoding to the format. (which can't work, we need both encoding+decoding)

Perhaps there is a way to quickly convert a PCM->WAV so it can be passed to the TAK encoder. I want to avoid copying PCM files to entirely new WAV files, Perhaps there is a way of adding some header data at the beginning of the PCM files to convert them to WAV? And them from TAK->WAV I could just strip the headers and have raw PCM.

I'm leaving this open, I will come back to it!

from cdcrush.net.

john32b avatar john32b commented on July 20, 2024

Yeah, it works, I can do this with piping output from ffmpeg to takc. So a PCM can be converted to TAK on the fly. And the codec does seem to be fast and produce nicely compressed results.

I'll implement this soon!

from cdcrush.net.

dubbz82 avatar dubbz82 commented on July 20, 2024

Nice!

from cdcrush.net.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.