![]() |
|
|
|
|
|
||||||||||
|
| User list | Rules | You are not logged in.
Hi,
When moving from panorama to panorama in a published tour there's a delay in the sound/music coming off and on. How can I avoid this? Any advice greatly appreciated.
Maria
Offline
How large are your sound files?
Are they directional/spot sounds aor scene background sounds or both?
Last edited by mediavets (2013-02-21 11:46:49)
Offline
Thank you very much for getting back to me. Too large probably. 6-8 MB. Background music. What's the optimal size for sound (minimum/maximum bit rate) and video? Another question on the subject of sound if I may. When clicking on a spot sound, like a talking book in a book store for instance, it doesn't cut out the background sound. However it works the other way so is there a way to make it work both ways.
Apologies for taking advantage of you replying/helping in the first instance.
Thank you.
Offline
Hi,
You need to "force" to play the sound immediately AFTER your xml file is complete loaded !
Here is the code to change:
<!-- actions to perform while loading -->
<events onloadcomplete="onloadcompleteaction();"/>
<action name="onloadcompleteaction">
if(plugin[data].soundOn==false,stoppanosounds(),playpanosounds());
</action>
<action name="playpanosounds">
playbackgroundsound(%BASEDIR%indexdata/sounds/sound0.mp3,0,%1);
</action>
<action name="stoppanosounds">
stopbackgroundsound();
</action>
_____________ new code __________________________________________
<!-- actions to perform while loading -->
<events onxmlcomplete="onxmlcompleteaction();"/>
<action name=" onxmlcompleteaction">
if(plugin[data].soundOn==true,stoppanosounds(),playpanosounds());
</action>
<action name="playpanosounds">
playbackgroundsound(%BASEDIR%indexdata/sounds/sound0.mp3,0,%1);
</action>
<action name="stoppanosounds">
stopbackgroundsound();
</action>
Last edited by hotline (2013-03-03 15:41:30)
Offline
hotline wrote:
Hi,
You need to "force" to play de sound immediately AFTER your xml file is complete loaded !
Thanks for the tip.
I wonder why Kolor doesn't generate that code by default?
Offline
Thank you so much 'hotline' (sorry I don't know your name) for your help. Very kind. I suppose there's no way one can control the background music fading in and out? At the moment when changing from panorama and if varying the background music there's a very abrupt end to the music playing. I might be complicating things but it would be nice :-)
Christa
Offline
Christa,
You know that it is easy to fade in / out with a lot of sound editor ?!
Michel
Offline
Sorry to be slow in saying thank you for your help hotline.
Christa
Offline
Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
|
CHOOSING KOLOR Why choose Kolor? Which solution to choose? Download a trial Where can I buy? Education |
SOFTWARE Autopano Pro Autopano Giga Panotour Panotour Pro XnView |
ACCESSORIES Training DVD Panobook PROJECTS Paris 26 Gigapixels Yosemite 17 Gigapixels |
COMMUNITY Forums YouTube channel Google+ |
COMPANY Blog About Kolor Resellers Contact Visit us |
PRESS Press center Press review TOOLS My account |
