You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-05-06 09:55:59

Ricardo
Member
Registered: 2010-09-24
Posts: 69

The sound continues in the following scenario

Hello,
In this project I have a problem controlling the sound.
Surely there is a way, but I looked in the forum and I'm not sure what to do.

The first scenario, the entrance of the store has a sound "environment" is playing at 360 º. That perfect.
This picture is linked to two others that have video and on the opposite side a sound point (so do not mix).
This situation occurs in the 6 scenarios.

The problem:
Until it finishes loading the image, the sound starts and continues to sound, even if it moves to the next image. This will mix the sound of the scene that left the scene when I walk.

I imagine there's any way around it, basically I'm a photographer.
I wonder how to change the xml easiest way is possible.
An order to turn off the sound to leave the scene or something.
I would not know where to put the code.

Project: http://www.i-tour.es/clientes/K-Tuin_in … t1110.html

The funny thing is that this project would not I have that problem.
This study did not directly Panotour Pro, but the amount of an earlier version.

Project: http://www.i-tour.es/menu.html/Omatheme/omatheme.html

Thank you very much (and sorry for my ignorance).

The documentation is there, but not how it works.

Offline

 

#2 2012-05-06 17:31:59

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9725
Website

Re: The sound continues in the following scenario

As I understand it, there are three ways of specifying sounds in a tour:

1. Non-directional/background sound for a project - this will play for as long as specified, a Repitition value of '0' (zero) will cause the sound to loop continuously for as long as the tour is being displayed.

2. Non-directional/background sound for a panorama - this will replace any non-directional/background sound specified for the project and will play for as long as specified, a Repitition value of '0' (zero) will cause the sound to loop continuously for as long as the panorama is being displayed.

3. Directional sound spots for a panorama - these will play in a continuous loop while the panorama is being displayed, their volume is determined by the direction of view of the panorama.

Non-directional/background sounds and directional sounds will be mixed; sounds associated with video will also be in the mix.

..........

How are you specifiying the sounds in your problem tour?

Last edited by mediavets (2012-05-06 17:49:36)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Online

 

#3 2012-05-06 18:42:01

Ricardo
Member
Registered: 2010-09-24
Posts: 69

Re: The sound continues in the following scenario

Yes, I understand that there are three types of sound. I guess the only non-stop that should sound is the sound of project.
My problem is that the first picture that has no room for sound to pass to the second scenario. The beeping will stop after a few seconds until it finishes loading.
http://www.i-tour.es/clientes/K-Tuin_in … t1110.html

Offline

 

#4 2012-05-06 18:47:51

Ricardo
Member
Registered: 2010-09-24
Posts: 69

Re: The sound continues in the following scenario

I just finished a test on the main computer and cuts the sound correctly, but I have not changed anything, just another copy with a different name ...

Offline

 

#5 2012-05-06 20:18:03

Ricardo
Member
Registered: 2010-09-24
Posts: 69

Re: The sound continues in the following scenario

Finally I uploaded another project and load a little better.
You could see if the sound cuts out when changing landscape?

blueprint
http://www.i-tour.es/clientes/K-Tuin_in … t1110.html

Another version which I think is better.
http://www.i-tour.es/clientes/K-t_exten … nded2.html

Thank you very much.

Offline

 

#6 2012-05-06 21:30:55

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9725
Website

Re: The sound continues in the following scenario

Ricardo wrote:

You could see if the sound cuts out when changing landscape?

http://www.i-tour.es/clientes/K-t_exten … nded2.html

Thank you very much.

The sound continues when I switch from panorama to panorama.

But the audio on the videos seems to interrupt the background sound - is that correct? 

And if you pause the video you do not get the background sound back.

I expected the audio on the video to be mixed with the background sound and when pausing the video I expected the background sound to continue.

Last edited by mediavets (2012-05-06 21:42:48)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Online

 

#7 2012-05-07 15:39:55

Ricardo
Member
Registered: 2010-09-24
Posts: 69

Re: The sound continues in the following scenario

Yes, the audio continues to sound until it loads the next scene, as seen in the project ...

Offline

 

#8 2012-06-01 17:42:59

hotline
Member
Registered: 2010-04-14
Posts: 20

Re: The sound continues in the following scenario

Code:
BAD CODE


    <!-- 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>

GOOD ONE  to avoid the sound continuing into the next panorama
_______________________________________________________
<!-- 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>

It was also an issue : now i don't have a problem
see : http://www.br.fgov.be/PUBLIC/PANORAMIC/ … index.html

Hoping i will help you

Michel


Nikon D800E Nikkor 16mm f2.8 ; Nikon D700 Nikkor 70~200mm f2.8 VR2 Nano; TC20E III; trépieds Benro carbon ; tête panosaurus ; autopano giga 64bits 3.0.5 ; panotour pro v1.8.0 64 bits

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson