From owner-freebsd-ports@FreeBSD.ORG Wed May 19 08:15:59 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F331065673 for ; Wed, 19 May 2010 08:15:59 +0000 (UTC) (envelope-from romilshah29@gmail.com) Received: from mail-qy0-f188.google.com (mail-qy0-f188.google.com [209.85.221.188]) by mx1.freebsd.org (Postfix) with ESMTP id 847368FC16 for ; Wed, 19 May 2010 08:15:59 +0000 (UTC) Received: by qyk26 with SMTP id 26so4995335qyk.28 for ; Wed, 19 May 2010 01:15:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=chofCUjyTEJzJXU9+Mvujf9TJ8Fcq6PoamUMMhfy8aU=; b=YGcUvQ+zskTEPfeKmUC2TctMrQgo8xP0TcMyRGgOmMyTwOlaP22m7FSHhR0xIhAT/d EQD12RH7umTJX/iziMgNLCVyb14LQuf4YZ1IQ6rwOAVlLdjy63vBTBgGjCePMPzyA1PA iF6ucGn7KPU1tK0zDSxD8dEgg2mlU6j4SPS6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Pz3vRtH5s+NI1QCeAdqDq3j00zqygD9XHh+vEIedCI1wfQ645kR59IJLZHAXNPcMUD bNvFoNsksUSRxliVu/1Z4uOQguFdW3u/IuAAL4r54KZyJZBPduocVxStlCkNsNILhXjm AQc+Xl5t4GMTH0b2rlQOiuxGMS0jxAz6uyiJw= Received: by 10.229.228.203 with SMTP id jf11mr921845qcb.179.1274255352266; Wed, 19 May 2010 00:49:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.188.207 with HTTP; Wed, 19 May 2010 00:48:52 -0700 (PDT) From: Romil Shah Date: Wed, 19 May 2010 13:18:52 +0530 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Simultaneous encoding using Gogo. (petite port) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 08:15:59 -0000 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.