Hi,
I encoutered error E_WAVE_INVALID_FILE_NAME -5 when referencing a wav file in a sub folder with .\sub\Output.wav.
I have checked the documentation on WaveFileSource and I think I have used the correct relative path format. The same format works well for WAVLoopPlayerRAM.
Please let me know how to properly address the relatvie path for wave file source. I am using 8.D.2.7 Standard.
The attached is the example awd and the wave file I am using.
Daniel
5:39pm
Hi Daniel,
I was able to run the design after making these changes. The '.' at the beginning of the path is invalid format for the module path. Please remove it and try again. If you still have issues, can you try absolute path? For example 'C:\Users\xxx\Downloads\wav_location_issue\wav_location_issue\sub\Output.wav' works for me.
Thank you,
Karishma