playing wav file in java - how do I extend or concatenate the sound played?
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2009-03-21T03:25:49Z
Indexed on
2010/06/07
11:12 UTC
Read the original article
Hit count: 149
Is it possible to create a temporary file that contains a "loop" of a wav file?
Or is it possible to manipulate the stream sent to a stream reader/writer?
Basically I want to play some wav file for a period of time and if that time is greater than the length of time that the wav file provides I want to loop.
© Stack Overflow or respective owner