Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - sounds

 
Thread Tools Search this Thread
Old 09-16-2007, 05:57 PM   #1
Default sounds


is it possible for me to program using vhdl code that would output a
sound?...my input is a digital that would trigger an assign sound
output coming from the computer?...is it possible to store a wav
format and mp3 format on a spartan 3e kit using vhdl?



carlmorada@gmail.com
  Reply With Quote
Old 09-16-2007, 09:47 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: sounds
wrote:
> is it possible for me to program using vhdl code that would output a
> sound?...my input is a digital that would trigger an assign sound
> output coming from the computer?...is it possible to store a wav
> format and mp3 format on a spartan 3e kit using vhdl?


If I wanted to to trigger sounds,
I would click the mouse on my computer.
If I wanted to learn vhdl, I would buy a simulator.

-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 09-17-2007, 04:15 PM   #3
Tricky
 
Posts: n/a
Default Re: sounds
On Sep 16, 5:57 pm, carlmor...@gmail.com wrote:
> is it possible for me to program using vhdl code that would output a
> sound?...my input is a digital that would trigger an assign sound
> output coming from the computer?...is it possible to store a wav
> format and mp3 format on a spartan 3e kit using vhdl?


VHDL is a description language, not a programming language. With it,
you are describing hardware, which may include the description of a
wav/mp3 decoder.

Im sure it is possible to do what you ask, but Im imagining you will
probably need to create a memory interface to store the wav file, an
interface to talk to an output from the PC as the source of the wav
file, a wav/mp3 decoder that will decode each byte of data into a
signal sent to a speaker.

Overall, I fear its a non-trivial application.



Tricky
  Reply With Quote
Old 09-17-2007, 04:35 PM   #4
Shannon
 
Posts: n/a
Default Re: sounds
On Sep 17, 8:15 am, Tricky <Trickyh...@gmail.com> wrote:
> Overall, I fear its a non-trivial application.


Let's see... You could have an SPI module talking to an external flash
to store/get the wav file; a UART module perhaps to get the wav file
in there in the first place; a low level DAC driver to spit out each
sample to an external DAC; you could use the UART connection to the
computer to trigger the event. Doesn't sound too bad but it's
certainly not a first project for a beginner!



Shannon
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
any software making different soft sounds eachtime i click keyboard key welchvahe Software 1 07-30-2009 02:53 AM
issues with turning on computer jleon_9 General Help Related Topics 4 11-12-2008 05:45 PM
Hitchcock Masterpiece Collection: Universal Horror. One-Shot Scot DVD Video 4 10-09-2005 10:19 PM
humming sounds when burning dvd dave DVD Video 4 10-24-2004 04:45 AM
Re: Sounds good David K A+ Certification 4 08-05-2003 04:01 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46