Tagged Questions

1
vote
2answers
60 views

DSP Algorithms Book

I'm looking for a book similar to "Introduction to Algorithms" by Thomas Cormen geared towards DSP algorithms. Is there anything as thorough as Cormen on the DSP market? EDIT I should say I'm …
1
vote
3answers
160 views

Any good C/C++ DSP library?

Which DSP library in C/C++ would you recommend? I will need it for real-time embedded systems. It'd be great to have sound signal processing accompany too, but not a mandatory. If you have knowledge …
2
votes
3answers
93 views

Programmatically ‘Listening’ to Sound (Signal Processing?)

I'm familiar with Computer Vision (Well, know OF it), of which one application can be image recognition, such as Optical Character Recognition, I believe. However, something that I am more interested …
1
vote
4answers
99 views

Is it possible to find stretches of silence in audio files with Javascript?

Hi, I've been working on a tool to transcribe recordings of speech with Javascript. Basically I'm hooking up key events to play, pause, and loop a file read in with the audio tag. There are a number …
1
vote
2answers
548 views

Looking for C# audio analysis libraries

Hi. Im working on a Software Project where our team needs to record a train horn sound. We have purchased the recorder; its saved as a .wav file. We now need to extract data from the file like …