Page 1 of 1

WaveAudio and Audio Streaming Over The Internet/LAN

PostPosted: January 13th, 2006, 8:11 am
by ex4
Hello
I've been trying WaveAudio and I'm interested in the LiveAudioRecorder and Player. I've compile the demo and run it on my pc, and it's works great.
I want to develope the application so it can receive any audio packet not just from one server, like in the example. I'm trying to clone the proc and component added to the form, so it can receive audio packet from 4 server simultaneously. For the mean time it's OK, but when I watch on the Task Manager, my application consume alot of memory (+-20MB)
How can I make it more economic in memory consume?

Wave Diagram

PostPosted: April 19th, 2006, 3:47 pm
by dmatte
I'm a hungarian student of Technical University in Budapest. And I have
download TWave and Audio Component for Delphi. Because we learn Delphi
at the Uni, and we must write a homework. I thougt i'm going to write the
coolest soundeditor ever.. but i'm stucked. I have a big problem, and i hope they can help me. How can I draw a Wave diagram with TChart Series? My 'X
Value idea' was good.

Series1.FillSampleValues(AudioPlayer1.Wave.Length);
Series1.XValues.FillSequence;

But the Y Axis I can't find how it is. I know that something like
AudioPlayer1.Wave. something but i don't know.

Re: Wave Diagram

PostPosted: April 21st, 2006, 4:40 pm
by Kambiz
dmatte wrote:I'm a hungarian student of Technical University in Budapest. And I have
download TWave and Audio Component for Delphi. Because we learn Delphi
at the Uni, and we must write a homework. I thougt i'm going to write the
coolest soundeditor ever.. but i'm stucked. I have a big problem, and i hope they can help me. How can I draw a Wave diagram with TChart Series? My 'X
Value idea' was good.

Series1.FillSampleValues(AudioPlayer1.Wave.Length);
Series1.XValues.FillSequence;

But the Y Axis I can't find how it is. I know that something like
AudioPlayer1.Wave. something but i don't know.


I think it's better to post your question as a new topic.