search for: mux3

Displaying 1 result from an estimated 1 matches for "mux3".

Did you mean: mux
2001 Oct 31
4
OggMux, a simple ogg file multiplexer
...oal is to learn enough of it to try wrapping current tarkin codecs into an ogg file, with vorbis sound eventually. I did work on a small program which allows you to easyly (de)multiplex Ogg files in a way which seems to conform to the docs. You can do things like: oggmux in1.ogg in2.ogg in3.ogg - mux3.ogg oggmux mux3.ogg - /dev/null out1.ogg /dev/null ogg123 out1.ogg and hear sound that was in in2.ogg . However i didn't found any player which would accept a multiplexed file, maybe the bug is in my code .. I'll investigate this trying to patch decoder_example.c to support mux files. Yo...