Board index » Visual Studio » kdvoice.multiplefiles
|
Scratch
|
kdvoice.multiplefiles
Visual Studio117
Hi I have a code like this: Private Sub Command1_Click() Dim DeviceID As Long DeviceID = -1 Dim lvret As Long Dim lvTotalBytes As Long lvret = KDVoice2.PlayMultipleFiles(DeviceID, "D:\number.wav|100.wav| 20.wav", lvTotalBytes) lvret = KDVoice2.PlayMultipleFiles(DeviceID, "D:\number.wav|200.wav| 30.wav", lvTotalBytes) End Sub Because of the logic of the program I have to use PLaymultiplefiles in different parts, my problem is that when I run this program just the last set of files (200.wav , 30.wav) are played. What's wrong? Can anyone help? - |
