Page 1 of 1

Taudioplayer problem?

PostPosted: August 21st, 2011, 2:40 am
by marcosd5
Hi,

I´m trying to use TAudioPlayer with two buttons (songs/sounds).
With ASync = true, clicking to the second button(song) again, it waits finish to start again.
I´d like to play sounds at same time, n times without wait finish and the sound not truncated.
I´m using delphi5 with xp sp3.

May you help me? :?:

Re: Taudioplayer problem?

PostPosted: August 23rd, 2011, 7:08 pm
by Kambiz
Some Audio Cards does cannot output more than one audio at time. This could be the reason of your problem.

Rango de Valores para Pitch y PlayBackRate +Taudioplayer?

PostPosted: September 27th, 2011, 2:44 pm
by genyus00
Hola Kambis, desde que salio la primera version de Taudioplayer siempre lo he tenido instalado en mis versiones delphi, desde la 7 hasta la XE, el dia de hoy buscando, encontre que la version fue actualizada :D .. mi pregunta es referente.. a que rango de valores acepta el componente TaudioPlayer en sus propiedades. Pitch y PlayBackRate. de antemano gracias tu ayuda y colaboracion.

Re: Taudioplayer problem?

PostPosted: September 28th, 2011, 7:22 am
by Kambiz
Hello,

Value for both Pitch and PlayBackRate represents a multiplier. It can be any positive real value.
For example, a Pitch value of 1.0 means no pitch change, and a value of 1.5 specifies a multiplier of 1.5.

The hardware must support Pitch and PlayBackRate changes, otherwise changing the property has no effect.