breakdancin Posted March 6, 2018 Share Posted March 6, 2018 i have a noob question. im using babylonjs blender exporter. i figured out how to do everything i wanted except for sound. what are you exactly supposed to do for the sound? i wanted outdoor sounds in the beginning. but then music when entering certain scenes. oh and by the way i wanted characters speaking if you walk by them or run into them. Quote Link to comment Share on other sites More sharing options...
RaananW Posted March 6, 2018 Share Posted March 6, 2018 There are certain features (like scene sounds and proximity sounds like you wanted) that should be done using code. It will be simpler for you to control the sound yourself (Especially since you are creating an interactive experience (presumably a game?) . You can read about audio here - http://doc.babylonjs.com/how_to/playing_sounds_and_music The babylon file format does support sounds - http://doc.babylonjs.com/resources/file_format_map_(.babylon)#sounds , which can cover the general usic for your scene, but I have to honestly say that I don't know if the blender exporter supports it. I will let the blender experts answer that Quote Link to comment Share on other sites More sharing options...
breakdancin Posted March 7, 2018 Author Share Posted March 7, 2018 yeah i tried those methods before getting on here asking. is there a site you would recommend for playing sounds from direct url? Quote Link to comment Share on other sites More sharing options...
RaananW Posted March 7, 2018 Share Posted March 7, 2018 You don't need a site to serve your audio, just as much as you don't need a site to serve your images. They are resources, preloaded to your scene. you can host them on your own server. Quote Link to comment Share on other sites More sharing options...
breakdancin Posted March 7, 2018 Author Share Posted March 7, 2018 alright. thanks for the help. i hope someone is using blender exporter like i am so they would know. yeah i have the least amount of experience out of everybody on here. but fast learner. it seems evrybody at least took a class or two. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.