View Full Version : How to increase Muxman's number of audio streams?
Talayero
26th April 2006, 09:25
Hi,
sorry for asking something that may have an answer in another thhread, but I can't find it.
I have Muxman 0.15, which shows 4 audio streams. My project has 6. How can I load the six?
buzzqw
26th April 2006, 12:14
use (and pay) muxman 0.17.x ?
BHH
bigotti5
26th April 2006, 14:22
despite the fact that it is a good idea to donate it is not necessary to use 0.17
just edit the mxp script
Item=Audio Stream
{
Stream Number=1
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
}
}
Item=Audio Stream
{
Stream Number=2
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
}
}
Item=Audio Stream
{
Stream Number=3
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
}
}
Item=Audio Stream
{
Stream Number=4
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
}
}
Item=Audio Stream
{
Stream Number=5
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
}
}
Item=Audio Stream
{
Stream Number=6
Language Extension=1
Delay=0
Type=04c1
Frame Size=1024
Item=Audio Play
{
File=X:\path to your audiostream
Size=xxxxxxx
It is the GUI that limits audio streams in 0.15, not the engine
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.