 |
|
 |
When i try to compile this program i get this error:
"AssemblyFiles" have the value "C:\blablalba\garbe sound.dll" not valid.
Don't accept cultural reference
Name of parametter: name...
Any advice?
Thank you.
|
|
|
|
 |
|
 |
In the Garbe.Sound project change [assembly: AssemblyCulture("neutral")] to [assembly: AssemblyCulture("")]
|
|
|
|
 |
|
 |
Ive been looking at creating lowpass and high pass filters and not much on the net to give me the maths but I tried this and for some reason even on a small wav it takes an along time then seems to lock up, ive not debugged it yet but seem tot be reading to _eof of the reader but still going and nothing output
any help would be great, my wav files are 44100hz, 8bit, mono if that makes a difference
|
|
|
|
 |
|
 |
no intention to rate it poor but dont really understand how this thing work -- my bad --
|
|
|
|
 |
|
 |
Hi all, been reading alot of article for a while but cant really understand the code that is given
I would like to develop an equalizer (like in winamp) for my video player appl. Plz help me understand more about the basic procedure in making equalizer component.. a link, a hint, a comment, anything that can make me start.
Thx alot
|
|
|
|
 |
|
 |
want ot interface graphic LCD with F2812 give me the tips
|
|
|
|
 |
|
 |
I want to give sound from sound card and specify its Frequency per scond. please help me...
|
|
|
|
 |
|
 |
My project has a method that continuously reads a block of PCM data from an external radio receiver connected to the computer through USB.
Is there and way to listen to that signal through C#. IS PCM just like audio signal … if not how do I convert it into audio.
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o°
»·'"`»* *☆ t4ure4n ☆* *«·'"`«
°o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
|
|
|
|
 |
|
 |
look at http://republika.pl/dailybuilds/waveform.html
this is .net component to manage waveform devices and resources.
Testing your code against performance will keep you running with good scalability and maintenance for years.
NTime.exe - the free tool for real developers of high scalability applications!
|
|
|
|
 |
|
 |
hello
I have already read your article "" on the "codeproject" webpage. I have a problem
and I'll very happy if you explain me. I read about a ebook which is about DSP (Digital
signal Processing). Over the book, I knew how a 'Linear system' is and what the Fourier
algorithm is...After reading the book, I can't practise to create an application, such as
a software which is like the application attached with your article.
However,those techniques are used in your program such as mix two sound signals,LowPass
Filter...doesn't concern with the knowledge of the book I read. Therefore, I'm in dark.Now,
I'm trying to finish my report about creating the sound effects. I hope you would explain me,
and if possible, I wish you would give me some theory articles,documents about it, or point me
to some webpages talking about it.
Thanks so much.
matrix
|
|
|
|
 |
|
|
 |
|
 |
Hello,
Do you have any sound library to resample a wav file, for example resample 22k 16-bit to 8k 8-bit mono ?
Thanks
|
|
|
|
 |
|
 |
Q1:
[code]
int inter = wwl.Interations;
for(uint k = 0; k < inter; k++)
{
wr1.DoProcess();
ga1.DoProcess();
wwl.DoProcess();
}
[/code]
I don't know how wwl.Iterations works
and how it comes?
========================================
Q2:
I use this project to process a wave file which size is 3.56MB,
but the output file become 1.78MB.
Would you answer this question for me? Thanks.
========================================
A student from Taiwan, ROC
cwc90u@cs.ccu.edu.tw
|
|
|
|
 |
|
 |
Did you ever get an answer to this question? I'm having the same issue.
|
|
|
|
 |
|
 |
I have also had this problem, the test program only seems to process half of the file, ignoring the second half.
when i use the code within my own program, the processing takes an extreamly long time. Any ideas?
J
-- modified at 6:04 Tuesday 27th February, 2007
I have discovered what was causing my processing time issue, but i still do not have a solution to why the mixing process is only seeing the first half of the fiiles.
J
|
|
|
|
 |
|
 |
I fixed it for myself quite some time ago. I don't remember what I did, though. If you give me your email address, I can send you the modified library and you can either use it or just look through it to find the problem.
|
|
|
|
 |
|
 |
hi Jason,
I have the same problem. What is your email? Thx!
|
|
|
|
 |
|
 |
if you could send the modified library to me at jack@jackmcscratch.com i'll check it out.
Thanks
|
|
|
|
 |
|
 |
I've just come across this project. Looks
interesting. I'd like to know who is the author.
Victor Lazzarini
|
|
|
|
 |
|
 |
I'm trying to write the data of a microphone to a wave-file but it just doesn't work. Can anybody help me?
tnx, stephan.
|
|
|
|
 |
|
 |
try downloading the directx sdk - theres a sample project which allows you to do it
|
|
|
|
 |
|
 |
i'm missing a FFT analysis in your software!
Don't try it, just do it!
|
|
|
|
 |