alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Son / Sounds ( with Contact ) Sun 18 Jun - 23:58 | |
| - Quote :
Contact hates stereo Mp3s and crashes. if fabricator comes here LOL I say : good to know , thanx - Quote :
For some unknown reason media player suddenly hated Midi files.
There are two bugs I believe. 1) Bug in IE/media player which causes embeded midi to crash if autoplay=false is used. 2) A bug somewhere odd (a 3rd party dll or some other application) which causes midi to no longer work.
You can solve bug#2 by uninstalling everything which makes me think its no microsoft bug somethere wierder. I actually did this and it worked.
Mp3 is also a big problem, don't use off the net mp3's unless you check to make sure they aren't in stereo. Contact hates stereo Mp3s and crashes. | |
|
fabricator +200
Number of posts : 227 Localisation : Australia Registration date : 2005-08-28
| Subject: Re: Son / Sounds ( with Contact ) Fri 23 Jun - 17:45 | |
| Well I wish I could find the actual solution to this. I'll keep chipping away at it in the hope of finding the offending program or update. | |
|
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 10:35 | |
| - peter le cochon wrote:
-
1_ Yes, mp3 as a movie texture works.
2_ mp3 as an audio clip works on some vrml viewers too (not blaxx)
3_ movie texture can't be spatialized, nor can it's volume be controlled by script (may be the pitch can, but dunno)
4_ neither audioClip nor movieTexture can reproduce streaming audio/video
Ne pas mettre les mp3 en Audioclip , - Code:
-
DEF Sound1 Sound { intensity 1.000 priority 0.000 minBack 10.000 minFront 10.000 maxBack 500.000 maxFront 500.000 source DEF AClip_Sound1 AudioClip { url [ "Satie.mp3" "http://site.voila.fr/isa37/Satie.mp3" ] pitch 1.000 loop FALSE startTime -1 stopTime 0 } } ] } mais en MovieTexture : - Code:
-
Shape { appearance Appearance { material Material { diffuseColor .6 .6 .6 } texture DEF diams MovieTexture { url "diamsparamour.mp3" loop FALSE } } geometry Box { size .01 01 01} } } ROUTE Sensor1.touchTime TO diams .startTime ex : http://dumenieu.free.fr/vrml/zik/diamsparamour.wrl | |
|
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 10:55 | |
| btw , this was very interesting too ) - peter le cochon wrote:
- alain wrote:
- j'ai fini par me souvenir et par voir ! que le mp3 rentre pas comme audioclip !!!
Blaxxun doesn't like mp3 in sound nodes (ask Szarah and X ... and I did the same mistake for the contest !)
At the other hand, Cortona and Flux (may be others too) can handle mp3 in the audioClip.
But non of those are able to stream mp3, and it's a mess, because you need to reduce sound-quality in order to have an acceptable download time.
One solution, if you want to stream a heavy mp3/wma file or even a broadcasted mp3/wma 'from within vrml' (oups ... this is a Blender thread, sorry) is to embed a player with streaming capabilities into the frameset, and to start and control it, from within the wrl, with Browser.loadURL().
This solution has got (at least) two problems :
1) You need a frameset ... that means, you can't do it inside just an wrl file, you need to embed the wrl into a html frameset, also containing a (may be invisible) frame also for the player and the javascript.
2) Spatialization is almost impossible (not impossible), but spatialization is totally impossible using the movie texture solution, I guess, as much as it's impossible to control the volume of a movie texture.
So far, Alain's solution is the only 'pure vrml solution' and probably the most handy one.
Bissoux,
Peter
P.S. : btw, the possibilities of the (ms-)player, the player control and javascript playing together with vrml, was a hint given to me by Pam, a few years ago. It's a matter of justice to say that. | |
|
jacinto +1000
Number of posts : 1177 Registration date : 2006-02-21
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 11:08 | |
| s te plais Alain mais moi ca dans poesie sur xyz forum ! http://dumenieu.free.fr/vrml/zik/diamsparamour.wrl | |
|
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 11:39 | |
| ah LOL ) j'ai dit hier à isa , que Diams c'est notre Edith Piaf , pas la voix , mais les tripes ... bah tu sais je trouve ses chansons sur les clés USB de mes élèves , c'est là que je les pique une fois on a perdu une charmante Louisemember parce que j'avais fait la pub pour "Marine je t'emmerde " , dans la Boulette .....ou une phrase de ce genre ) | |
|
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 12:21 | |
| ps même manip MovieTextuure pour les videos http://schizzo.free.fr/images/seau.wrl a great one de jacinto | |
|
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: Son / Sounds ( with Contact ) Sat 27 Jan - 16:51 | |
| version 2
http://dumenieu.free.fr/vrml/zik/diamsparamour2.wrl | |
|
Sponsored content
| Subject: Re: Son / Sounds ( with Contact ) | |
| |
|