A nice function for any future version of PureBasic would be a CopySound function.
at Ex.
Code: Select all
LoadSound (1,"bla.wav")
CopySound (1,2)
PlaySound (2)
Best regards
Hroudtwolf
Code: Select all
LoadSound (1,"bla.wav")
CopySound (1,2)
PlaySound (2)
Sure. I want do exactly this.Please dont tell me, you are planing to play one wave with different volumes and you want save each sample (volume10, another copy of your sample (volume20), next one volume(30) and so on to your memory? This is just wasting memory! Why not requesting something like...