Jump to content

Search the Community

Showing results for tags 'soundsource'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 5 results

  1. 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.
  2. [SOLVED] Can't play .wav files

    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.
  3. 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
  4. Tracker: Soundsource improvement

    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.
×
×
  • Create New...