Hi guys,
I managed to get my simple application up by following some online tutorials
http://www.youtube.com/watch?v=BP2MhB2KQe0
Basically what I'm trying to do is to output the waveforms by loading an audio file.
I managed to do it, but under some circumstances that if the length of the audio is too long, it gets cut off from my screen. The good thing is that it just got cut off and all I need to do is to add a horizontal scroll to be able to see the ones that are cut off.
I tried doing "waveViewer1.HorizontalScroll.Visible = true;"
This shows the scrollbar when i load the audio but it doesn't work at all.
Please tell me how I can fix this!
Also, is it possible to export the waveforms into vector format (SVG)?
I managed to get my simple application up by following some online tutorials
http://www.youtube.com/watch?v=BP2MhB2KQe0
Basically what I'm trying to do is to output the waveforms by loading an audio file.
I managed to do it, but under some circumstances that if the length of the audio is too long, it gets cut off from my screen. The good thing is that it just got cut off and all I need to do is to add a horizontal scroll to be able to see the ones that are cut off.
I tried doing "waveViewer1.HorizontalScroll.Visible = true;"
This shows the scrollbar when i load the audio but it doesn't work at all.
Please tell me how I can fix this!
Also, is it possible to export the waveforms into vector format (SVG)?