From owner-freebsd-questions@freebsd.org Wed Jul 19 09:47:53 2017 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 5C37FC319DC for ; Wed, 19 Jul 2017 09:47:53 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vs23.mail.saunalahti.fi (vs23.mail.saunalahti.fi [193.64.193.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs23.mail.saunalahti.fi", Issuer "vs23.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CFA473725 for ; Wed, 19 Jul 2017 09:47:51 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vs23.mail.saunalahti.fi (localhost [127.0.0.1]) by vs23.mail.saunalahti.fi (Postfix) with ESMTP id 0CCC9200E4 for ; Wed, 19 Jul 2017 12:47:43 +0300 (EEST) Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) by vs23.mail.saunalahti.fi (Postfix) with ESMTP id 027DB200C3 for ; Wed, 19 Jul 2017 12:47:43 +0300 (EEST) Received: from [10.0.0.7] (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw03.mail.saunalahti.fi (Postfix) with ESMTPSA id F031320098 for ; Wed, 19 Jul 2017 12:47:41 +0300 (EEST) Subject: Re: Can I use FreeBSD as a desktop system? To: freebsd-questions@freebsd.org References: <1500440247.5678.8.camel@rocketmail.com> <20170719094122.3541b41c@archlinux.localdomain> <20170719102854.041ac2e3a3d3faecae676993@sohara.org> From: Heikki Lindholm Message-ID: Date: Wed, 19 Jul 2017 12:47:47 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170719102854.041ac2e3a3d3faecae676993@sohara.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Wed, 19 Jul 2017 09:47:53 -0000 On 19.07.2017 12:28, Steve O'Hara-Smith wrote: > On Wed, 19 Jul 2017 09:41:22 +0200 > Ralf Mardorf via freebsd-questions wrote: > >> Professional real-time audio doesn't work at all. > > Is that due to lack of support for the APIs normally used or > because the underlying sound system is not good enough ? > > I certainly had no problems with sound system latency way back when > I was getting the brooktree video capture cards to work properly (there > were sync detection bugs) and talk to ffmpeg - that was nearly 20 years > ago, I'd like to think things have got better not worse :) Latency is just one aspect. Hardware timestamping, callbacks, low-level access to device data without kernel conversions and synchronization aids is what pro audio likes. IMHO, no open source OS has a good (pro) audio API, but the development has centered on Linux and ALSA w/jack is already workable.