You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Hali,
First thanks a lot for your very helpful components.
I'm actually writing a new derivated component, (a Player) which is provided to include EZAudioFile & EZOutput, and to play files (including loop playback, audio plugins, etc.)
Actually, it starts working well... Except if I try to load two instances of my component and playing them together.
In fact, the second instance won't playback.
I've tried to manage using either [EZOutput sharedOuput] and an instance of EZOutput alloc/init per component, but nothing changes.
How can I achieve this to work ?
Why doesn't the EZOutput component want to play 2 files (or more) at a time ?
Thanks a lot for your help.
Bests,
Laurent.
The text was updated successfully, but these errors were encountered:
hi syedhali,
This component is in fact derivated from your EZAudioPlayer. It uses the same first methods and adds some other to be able to have start zone, loop zone, end zone, and playlist inside the audiofile.
But actually if you try to do the same with EZAudioPlayer you get the same behaviors.
Hi Hali,
First thanks a lot for your very helpful components.
I'm actually writing a new derivated component, (a Player) which is provided to include EZAudioFile & EZOutput, and to play files (including loop playback, audio plugins, etc.)
Actually, it starts working well... Except if I try to load two instances of my component and playing them together.
In fact, the second instance won't playback.
I've tried to manage using either [EZOutput sharedOuput] and an instance of EZOutput alloc/init per component, but nothing changes.
How can I achieve this to work ?
Why doesn't the EZOutput component want to play 2 files (or more) at a time ?
Thanks a lot for your help.
Bests,
Laurent.
The text was updated successfully, but these errors were encountered: