From owner-soc-status@freebsd.org Sun Jun 27 13:16:40 2021 Return-Path: Delivered-To: soc-status@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17CF1640D99 for ; Sun, 27 Jun 2021 13:16:40 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from christos (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GCWTz3sRwz3vcN; Sun, 27 Jun 2021 13:16:39 +0000 (UTC) (envelope-from christos@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=/xqfcLFZFabz I/wReDhFUX9vAh9onmJwfW1Pzuj5XoI=; h=subject:cc:to:from:date; d=margiolis.net; b=GcARDwRXX/dnGflMIZFObAS0jgNytKPXjqK9nitjRk1HAZ6gPqe Hh7WvZ65nDAqiQhLuIN17UUsYpKYbAWkwIrTospOf7KdVlIZoLrTey8m/OUWOdALunrAZh JvJlB2xIxA042DI28M7MwbN/cXw74jXHB/lfqHJPDieMuENWlI= Received: from pleb (athedsl-202981.home.otenet.gr [85.74.112.131]) by christos (OpenSMTPD) with ESMTPSA id 6850a0e5 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 27 Jun 2021 13:16:36 +0000 (UTC) Date: Sun, 27 Jun 2021 16:16:22 +0300 From: Christos Margiolis To: soc-status@freebsd.org Cc: hselasky@freebsd.org Subject: [GSoC'21 Weekly Update #3] Sound mixer improvements Message-ID: <20210627131622.3esepg5dl6dbizmv@pleb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4GCWTz3sRwz3vcN X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 13:16:40 -0000 Hello, This week not much has actually been done because I had to focus a bit more on my university's exams, but here's the progress I've made. mixer(8): - Got rid of the `-r {+|-|^|=}rdev` interface for modifying a recording source I implemented last week and brought back the old `{+|-|^|=}rec rdev` interface, since it seems to be more practical. - I implemented an -o option which is a simpler and modified re-implementation of the -s and -S options, but with a few minor differences. - Did some fine-tuning to get the program to work properly in `/etc/rc.d/mixer`. mixer(3): - Minor bug fixes mostly. The code is available on: - GitHub: https://github.com/christosmarg/mixer - Sourcehut: https://git.sr.ht/~crm/mixer - My Git server: https://git.margiolis.net/mixer/files.html The project's Wiki article can be found at: - https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements -- Christos