From owner-freebsd-questions@freebsd.org Sat Oct 29 23:46:25 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B541CC228DF for ; Sat, 29 Oct 2016 23:46:25 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-yw0-x22c.google.com (mail-yw0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64EE26DB for ; Sat, 29 Oct 2016 23:46:25 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-yw0-x22c.google.com with SMTP id w3so115083266ywg.1 for ; Sat, 29 Oct 2016 16:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=6NmiUVfjgmNfWLKLD3AzhCU0tVMAImWS9uVqePnTON8=; b=fYhTClP2KWw3D4K5djmb6HE6+BaXPiuB5SXkf75R+lbJHWb00dEVRXlOvcSzCGkNN1 SRyEwhbVT6tZBhKabP4oWGHbU0f3YoKfSU+lwIc294DnXCMGxB2M+2pA6xd/ml94AHy2 22kAclkyoU6po7NxGzSlBIRUuONCqbzMvwEbvCdFxai/t+Ahh2QD2aHC7FDYGtwJd64A pg5mfbBiXVs+aFTcYxpIcZnCkDBCEpFeVfT4BdxROJXLsHk+00AwXqaf2Tuu06+TbrIW f12qYL2n+cbHR85c+7dbcv2AR8zMkqddwLD6YT/bNCDDXtiOOnjeHFGwAioQnw0eVuHX UbAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6NmiUVfjgmNfWLKLD3AzhCU0tVMAImWS9uVqePnTON8=; b=JvENIObW5L225pDsVAmlNhOiW2aWo/IKRlqmPdd/gmM8eLE8yuozaFzMpgx3MQGTQ4 7n2rObp4ORzuAquzqiZy8m0AmWXdC8s0+BVkwHmRYo/yjNuFGRAOuq7pyqxPL33j0q1S UZ47nep7v/Ky4AiCpTMBPeBBxOy794h/nBTmnrRG3MlPUWbPKrx549zmtWwLKDi+LY8p mYHTSmEmli7B9xEqnVrBg2Wx/j/EvbjtlY4ZCFA2dAxHtyXVPgtkxGslXT8q6+MUd9/b 5iHaY8e9i8vmH/Xq6hDOkXWLppSZSesV2zNUcFcFxPRotOsYVc9SSnQwaDpzvn2pd1lD 7GaA== X-Gm-Message-State: ABUngvcbC0m0b7XMsD1t80JPL7o3WdstjdKbBkbsFUyaBhCfPl4xrEdPMGt0FjC6M2d4FX4OvhYHAoT9Hy8MZQ== X-Received: by 10.129.45.194 with SMTP id t185mr16701356ywt.49.1477784784646; Sat, 29 Oct 2016 16:46:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.69.212 with HTTP; Sat, 29 Oct 2016 16:46:24 -0700 (PDT) In-Reply-To: <86eg2zszef.fsf@gmail.com> References: <20161028213914.0876d1cf@KoggyBSD.org> <20161029053035.7801824a.freebsd@edvax.de> <86eg2zszef.fsf@gmail.com> From: Mehmet Erol Sanliturk Date: Sat, 29 Oct 2016 16:46:24 -0700 Message-ID: Subject: Re: LAME Package Question To: "Brandon J. Wandersee" Cc: Polytropon , Allen , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 23:46:25 -0000 On Sat, Oct 29, 2016 at 12:55 PM, Brandon J. Wandersee < brandon.wandersee@gmail.com> wrote: > > Polytropon writes: > > > There might be alternatives: "toolame" and "twolame" are present > > in the ports collection. They probably have packages available. > > Maybe you can use one of them to replace "lame"? > > Those are both MP2 encoders, while LAME is an MP3 encoder. > > -- > :: Brandon J. Wandersee > :: brandon.wandersee@gmail.com > :: -------------------------------------------------- > :: 'The best design is as little design as possible.' > :: --- Dieter Rams ---------------------------------- > _______________________________________________ > > I can not say anything about why MP3 is needed , but considering the following page may deduce that there are free and usable licensed alternatives ( some intermediary steps may be used : for example : Convert MP3 to WAV , Play WAV ) ( Please consider other links in that page ) : https://en.wikipedia.org/wiki/Comparison_of_free_software_for_audio ( Comparison of free software for audio ) Mehmet Erol Sanliturk