![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |