 |
|
 |
please can you tell us about your peak file algorithm ?
I really need to know how to make peak files...
------------
hazem2101@gmail.com
|
|
|
|
 |
|
 |
hi
I want to make this editor for wma file please tell me how I use this with wma file.
thanks
|
|
|
|
 |
|
 |
Hi,
Good job on the control, the fastest one I've found so far.
I've managed to use it nicely in my C# application relatively easy...
One question, would it involve much coding to set the width of the total drawing to a static int or have a property for the width?
What I need is to make the waveform be of some specific width and not be shorter or 'longer' than the actual control.
|
|
|
|
 |
|
 |
Dear Sir
How to Play wave file to this stream.
help me ????
Thanx
|
|
|
|
 |
|
 |
Sir i cant see audio visualize can u help how.
I m use Visual studio 6.0
|
|
|
|
 |
|
 |
I've obtained your wave file viewer control, and I must say this is excellent work. I am writing a C# application for simple wave file modifying (mostly normalizing and removing silence from the beginning and end of files) and this control is an excellent way to visualize the files. I imported it into .Net as a wrapped OCX control, but I am having a strange problem:
When the control resizes, the viewer doesn't seem to take this into account when drawing the waveform. This is strange because the scale and db lines DO change in size and look correct, but the waveform does not change. I found a (not so elegant) workaround, I can call LoadWaveFile on the control when it resizes and it paints correctly. But this doesn't make any sense because nothing in LoadWaveFile has to do with the size of the control. Since I am loading a file I already had loaded, a peak file will exist, it will find it and return TRUE pretty quickly, and not update any variables related to its size. Any idea why this might happen?
Also... the wave form appears inverted. When I load up a wave file in sound forge and this viewer, they look similar but inverted, where sound forge shows a peak, this control shows a valley, but other than that they look the same.
PS - I had to modify the control to work with 8 and 16 bit files in stereo or mono. My code isn't perfect, but it's getting there. If you'd like the updated source, you can email me and I'll be glad to send it along.
|
|
|
|
 |
|
 |
OK, disregard that previous message, I found the problem, it is this line when drawing files:
if(m_lLastZoomFactorUsed != m_lCurrentZoomFactor || m_lTotalLPoints == 0)
last zoom factor is equal to current zoom factor, and their are previous total points, so it never recalculates values. I will add some code to check if the window size changed and force it to recalculate these points....
|
|
|
|
 |
|
 |
Do you by any chance have some C# examples?
I want to process the sound byte, and analysis the wave pattern automaticly. Want to check blocks of sound if its music, or just speech.
Just need some C# code for me to look through and check how its done. My C++ skills are "ZERO"
drop me an email at theunisvn@hotmail.com
Thanks
|
|
|
|
 |
|
 |
I am sorry I have no c# examples.
|
|
|
|
 |
|
 |
sir,
Can you plzz help me out .I want to use ur control in my c # application but i want to use in mono channel only .so please help me out
thanks
|
|
|
|
 |
|
 |
Well, this is a project code I really wish to learn but the files cannot be download, the zipped file cannot be opened. Can you send the zip files at samwipro@gmail.com?
|
|
|
|
 |
|
 |
i saw ur code it is fantastic.
actully i m working on MP3 splitters and i want to show waveform like ur wave form in figure.
but without the use of active x Control.can u tell me how can i show waveforms for mp3 files.
thanks and regards
|
|
|
|
 |
|
 |
I would like to assemble a master .WAV from various smaller .WAV's.
I hand-made an 18 note instrument, and have captured each note to a .WAV file. I would like to compile a .WAV file of these notes from a simple MIDI file - I'll pull note and timecode from the MIDI file (already have this) and wish to render a master .WAV from my individual .WAV's.
This part is a little over my head. Can you suggest a way to do this?
Thanks!
|
|
|
|
 |
|
 |
Hello
I compiled test project and try to test it with a 16 bit stereo wave file but it doesn't open the file!
please tell me why?
I test windows standars wavw file.I need this activeX , please help me to work.
|
|
|
|
 |
|
 |
how to compare two similar wave graphs using c#.net
|
|
|
|
 |
|
 |
Hi:
This is a nice project for the wav file, but now I want to use it into the midi file visualize display, can you give me some clues??
thanks
|
|
|
|
 |
|
 |
Well a midi file is just a collection of midi information that is passed to some
midi device (notes,channels,program changes etc).
Its not sound data per-se. You could (I suppose) render the midi file somehow and then
display the sound output.
|
|
|
|
 |
|
 |
hi when i downloads the source files of the article "MMWaveEditX - Advanced Wave File Editor Control
"
it didn 't compiled and so didn't work
and i need it very much
so can any body help me
|
|
|
|
 |
|
 |
Sir!
how can i open file as mono wave form,because the program can't open mono wave file.
thank you!
|
|
|
|
 |
|
 |
Sir!
can you tell me how to use the member function of the activex control?????
thank you!
|
|
|
|
 |
|
 |
Sir!
i can't download the a.wav file to display,because the other wave file is false to open.
|
|
|
|
 |
|
 |
Hi,
I would like to convert a wav file in a text file or better in xls (Excel) file, to use it (as graphic) in my database in Access!
Anyone can helps me?
Thanks
Bernd
|
|
|
|
 |
|
 |
Thanks for posting this code.
I think everybody should understand that those articles in thecodeproject are a way to share ideas and code. This is not for providing final version of programs! If you want stable, perfect and nice programs, buy it or just use linux!
I found it very useful!
Thanks
|
|
|
|
 |
|
 |
hi,all
help me!
who know how to convert a wave file from 44 1kHz to 8kHz?thank you!
|
|
|
|
 |
|
 |
Check SOX, there is a resample-unit with different qualities. Good enough for telephony, as we discovered .
http://sox.sourceforge.net/
regerds,
Frank
CYTEL Software, http://www.cytel.net
|
|
|
|
 |