Search the Community
Showing results for tags 'SoundSource'.
-
I just tried to load up a signed 32-bit PCM 48kHz stero WAV file but it won't play, but there are no errors. In the documentation it doesn't mention all the details, just that it accepts WAV, OGA and MP3 in mono and stereo. I have tried various bit depths and sampling frequencies, and it seems we top out at 16-bit 44.1kHz. Which is totally fine, as it's CD qualit, but would be nice for this to be documented and perhaps looked into supporting higher qualities in the future.
-
I'm trying to play sound for event in the code. SoundSourcePtr s = SoundSource::create("static_impact_00.wav"); if (!s->isPlaying()) { s->play(); } But get following errors: SoundFileWav::load(): can't open "static_impact_00.wav" file ALSampleStatic::ALSampleStatic(): can't load "static_impact_00.wav" file But this .wav file was played in the Editor. Also sounds were toggled on in .world file.
- 2 replies
-
- wav
- soundsource
-
(and 1 more)
Tagged with:
-
Hi everyone, I started make video tutorials for Unigine 2.11.0.1 , You can see & use , This is my playlist about unigine, and I hope useful for you. Get started with 8 hours of free video tutorials full of tips you want. Playlist 1 Playlist 2 With respect Ahmad Karami a computer teacher/ author book / test engineer / solo game developer
- 8 replies
-
- 1
-
- ahmad karami
- unigine
-
(and 94 more)
Tagged with:
- ahmad karami
- unigine
- unigine2
- unigine editor 2
- tutorials
- video
- material
- objects
- terrain
- time
- lighting
- scripting
- advanced tutorial
- full tutorial
- download unigine
- install unigine
- setup unigine
- c sharp
- showcase
- demo
- help
- decal
- water
- sea
- ocean
- import
- hackathon
- build project
- particle
- particle system
- all settings
- collision
- physics
- physic
- physics ocean
- fog
- flower
- grass
- time of day
- day
- night
- wind
- field spacers
- fieldshoreline
- field shore line
- trigger
- destructible mesh
- code
- distance two object
- animation
- animation loop
- cloudlayer
- cloud
- clouds
- time lapse
- vr
- panorama
- render settings
- dof
- ray tracing
- global illumination
- cpp
- c-sharp
- examples
- text
- 3d text
- show
- hide
- message
- light
- point light
- spot light
- area light
- cloth
- clutter
- clothbody
- cloth body
- ripple effect
- gui
- ui
- sound
- soundsource
- sound sources
- audio
- sky
- field
- volume
- volumebox
- materials
- node
- water mesh
- water_base
- water pool
- احمد کرمی
- احمد کرمی بوکانی
- پدر علم بازی سازی
-
Hi, When using a SoundSource, the sound completely cuts out of one side when the emitter is ether off to the left or the right. Is there a way to change this behavior so there is always a bit of sound coming from both sides? Is there anyway to do this without using the SoundReverb class? I do not want any reverberation in an open field. Thanks, Sam
-
Hello I would like to suggest the following improvement to Tracker: given that case: I Have a Sound Souce, which has a specific lenght. Now, if i pause tracker in the part where the SoundSource is, the Source loops. That's one thing. The other thing, if my file is longer then the Tracker Time it runs (which can be different by different Unit/s), the file continues it's play where it stopped previously. Maybe it would make more sense to default NOT LOOP sounds in Tracker and if they start again, play from 0 and not from the stop (e.g. pause) position (the source, not the track ofc.).. Toughs by others on the matter are very welcome.