Gagravarr / VorbisJava

A library for working with Ogg Vorbis files
Apache License 2.0
126 stars 26 forks source link

Question: How can I implement mixer? #42

Closed zeppelinux closed 3 years ago

zeppelinux commented 3 years ago

Hi Guys,

I want to implement mixer (with UI) to control volume levels (and Solo, Mute commands) of multiple channels. Each channel is a sequence of synchronized .ogg files. The result of this mixing should be in OGG Vorbis (for streaming elsewhere).

Is this kind of workflow supported?