kypecSee the link above from
Procrustean.
r430 - yes, works fine for me now. Thanks for the fix!
------
However, I have another question, or maybe it`s more likely a feature request. When I use FFAudioSource like this
FFAudioSource("some_file_1.m4a", cachefile="c:\my_temp\audio_cache.ffindex")
I get index file created* in "my_temp" folder - OK. But now, if I change the audio file
w/o changing the index file name (I need it for some reasons) I will get error message "FFAudioSource: The index does not match the source file" - yes

But is it possible some how to force re-indexing of my file in this case? "cache=false" - this is not what I want, because in this case re-indexing will be started every time when I load the script. But I need it only in one case: when "The index does not match the source file". Is it possible to add an option for this?
*only if this folder exist, otherwise i get error message: "Failed to open "c:\my_temp\audio_cache.ffindex" for writing", same thing with function FFindex.