Audio files (wav) play without loop

Hey,

is there any posibility to play an audio file (wav) without looping?!
Filestream plays one audio file once… but we need more audio files playing at the same time (with spreads).
Waveplayer can handle with spreads, but the file are looped.
Any suggestions?
Naturetweak

I forgot:
With the static enter of the duration of the audio file, we can play it once… but we do not want to make it static…

Nobody has any suggestion???
Maybe we can convert the audio file? We just need a patch which plays about 20 audio file at the same time only once.

the output of the WavePlayer is a little confusing because of the 0.000s format, but its a relative position (playtime/duration). if you play files, you will notice all files have the length 1. so if a file is at the position 0.9999 you just stop it. you will need a FrameDelay (Animation) and MonoFlop (Animation) or similar…