GithubHelp home page GithubHelp logo

hengle / ww2ogg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hcs64/ww2ogg

0.0 1.0 0.0 81 KB

Convert AudioKinetic Wwise RIFF/RIFX Vorbis to standard Ogg Vorbis

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.20% Shell 0.53% C++ 94.58% C 4.69%

ww2ogg's Introduction

ww2ogg

Audiokinetic Wwise RIFF/RIFX Vorbis to Ogg Vorbis converter by hcs

Usage

Standard usage is just

ww2ogg input.bin

which will convert input.bin to input.ogg.

You can also specify an output file with -o, as in

ww2ogg input.ogg -o output.ogg

Troubleshooting

  • If the conversion seemed to go well but you get a nonsense output file

    • first try setting the alternate packed codebooks:

      ww2ogg input.ogg --pcb packed_codebooks_aoTuV_603.bin

    • then try also setting --no-mod-packets:

      ww2ogg input.ogg --no-mod-packets --pcb packed_codebooks_aoTuV_603.bin

    • You can try other combinations of --pcb, --no-mod-packets, and --mod-packets, but these are the common ones that work.

  • Parse error: expected 0x42 fmt if vorb missing suggests that the input is not Vorbis data at all, and so it is not supported by this program.

  • Error opening packed_codebooks.bin means the ww2ogg couldn't find the packed_codebooks.bin file that comes with the program. Either run ww2ogg in the same working directory as packed_codebooks.bin, or give the path with the --pcb switch

    other_dir/ww2ogg input.ogg --pcb other_dir/packed_codebooks.bin

  • Parse error: invalid codebook id 0x342, try --full-setup

    follow the suggestion and use --full-setup

Note:

It is a good idea to run the output through revorb to get smaller, cleaner files than ww2ogg generates currently.

http://www.hydrogenaudio.org/forums/lofiversion/index.php/t64328.html

https://ipfs.io/ipfs/QmVgjfU7qgPEtANatrfh7VQJby9t1ojrTbN7X8Ei4djF4e/revorb.exe

ww2ogg's People

Contributors

hcs64 avatar

Watchers

 avatar

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.