Coder Social home page Coder Social logo

Comments (3)

sclsj avatar sclsj commented on July 21, 2024

Are you familiar with the Terminal and how to compile programs?

You should also adjust the CICP to fit the channel layout you have in your setup. The 12 or 24 channel wav you mentioned is the default output which won't work for everyone.

Now unfortunately the 360 audio files follow the specs of Sony but the decoder follows the specs of mpeg-h (which seems to be written partially by Fraunhofer-IIS) which seems to disagree on the channel layout (e.g. what exactly is 5/2.1) so I haven't figured out the CICP indexes yet.

from libmpegh.

sclsj avatar sclsj commented on July 21, 2024

TL;DR
In Terminal run ia_mpeghd_testbench -ifile:<drag 360 file here> -ofile:<drag it here again and replace the file extension with wav>

from libmpegh.

sclsj avatar sclsj commented on July 21, 2024

If you are using Windows, you can grab the compiled files from releases (both .lib and .exe)
If you are using Linux / macOS / etc:

$ git clone "https://github.com/ittiam-systems/libmpegh"
$ cd libmpegh
$ mkdir bin
$ cd bin
$ cmake ..
$ cmake --build .

If that doesn't work, try (after git clone)

$ cd libmpegh
$ autoreconf -if
$ ./configure
$ make 

from libmpegh.

Related Issues (20)

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.