C# winform - playing wav files from embedded resource
Posted
by mikeh
on Stack Overflow
See other posts from Stack Overflow
or by mikeh
Published on 2010-02-23T01:04:54Z
Indexed on
2010/03/19
1:31 UTC
Read the original article
Hit count: 443
I have 15 1-second wav files, that need to play one every second, for 2 minutes. Is it better to read the wav files into memory at application load and play from there, or load on the fly from Properties.Resources each second?
© Stack Overflow or respective owner