i want to read .wav file from a folder through verilog. as wavread function of matlab reads the wav fie. please suggest me i thought of using adc code for the same but still not able to find how to initialize certain file to initialize adc.
Guest
#4120766
What are you trying to do in the end?
Hardware implementation LSB steganography in audio
Read files in HDL languages work only in simulation. If you want HW based file processing, you need to install data paths to/from your FPGA board (e.g. pciE, USB, etc.) and have some host driver and software as well.
@P.K. thanks for the reply But I tried alot basically I want to convert the wav file into binary bit stream as done MATLAB and then implementing LSB technique Kindly suggest and if possible provide a code to convert a .wav file into binary bit stream..
Reply
Please log in before posting.