From: Romil Shah on
Hi,
I am using Gogo MP3 encoder for high speed audio encoding. But my
configuration requires multiple simultaneous streams to be encoded to MP3. I
am planning to use SMP's for the simultaneous behaviour. But looking at the
source code, the changes seem to be huge, extending up to the assembly code
used by the encoder. Has anyone ever tried to modify gogo for simultaneous
streams?

Please guide, if anyone has insight of Gogo or experience with such
modifications

Romil.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: RW on
On Wed, 19 May 2010 13:18:52 +0530
Romil Shah <romilshah29(a)gmail.com> wrote:

> Hi,
> I am using Gogo MP3 encoder for high speed audio encoding. But my
> configuration requires multiple simultaneous streams to be encoded to
> MP3. I am planning to use SMP's for the simultaneous behaviour. But
> looking at the source code, the changes seem to be huge, extending up
> to the assembly code used by the encoder. Has anyone ever tried to
> modify gogo for simultaneous streams?

Why do you want a single encoder processes to encode multiple streams?
Can't you use one process for each stream?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

 | 
Pages: 1
Prev: OpenJDK6 not building
Next: SARG wont build ?