Re: [Osalp-dev] Mixer and seek
Status: Abandoned
Brought to you by:
daservis
|
From: Bruce F. <for...@tn...> - 2001-10-13 03:18:52
|
I would try the following chain:
mp3stream1 mp3stream2 mp3stream3
| | |
| | |
| +-------------+
| |
| |
| aflibAudioEdit
| |
+---------------------+
|
mixer
|
output
If you use the audio edit class then you can select 3000 samples from
input
1 and the rest from input 2. See the programmer manual for a good
example
of this class.
Bruce Forsberg
> I tried to use the library, but I occured a simle problem with a mixer
> object. My chain looks very simple:
>
> mp3stream1 mp3stream2
> | |
> | |
> +------+-------+
> |
> mixer
> |
> output
>
> Everthings goes ok, but there is a one proble, lest say that we are on
> position 3000 in mixer. Now I would like to replace the mp3stream2 in
> chain and set new stream: mp3stram3. From this moment the mp3stream1
> should process form 3000 offset, and mp3stream3 for 0 offset. Hou could I
> control the offsets of items in the chain, not only last object in the
> chain.
>
|