EmbDev.net

Forum: FPGA, VHDL & Verilog Read audio file in Verilog


von Ani K. (Company: NIT py) (advl)


Rate this post
useful
not useful
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.

von Larry (Guest)


Rate this post
useful
not useful
What are you trying to do in the end?

von Ani K. (Company: NIT py) (advl)


Rate this post
useful
not useful
Hardware implementation LSB steganography in audio

von P. K. (pek)


Rate this post
useful
not useful
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.

: Edited by User
von Ani K. (Company: NIT py) (advl)


Rate this post
useful
not useful
@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..

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.