Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Open wav file in nios Eclipse

HI

I made an SOPC and I can load a sound to line out in kit DE2. But I want to load a wave file to the audio codec.

I use the function :

File *fp;

fp = fopen(wav_file,"rb");

if (fp==NULL)

printf("Error: cannot open file \n");

to open wave file. Some wave files i addded to project and the path and file name i defined. But i didn't work.

What problem i have made?

:confused::(
No RepliesBe the first to reply