From owner-soc-status@freebsd.org Sun Jul 18 22:20:55 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 67DA5673339 for ; Sun, 18 Jul 2021 22:20:55 +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 4GSfZG2v3Wz3Lyl; Sun, 18 Jul 2021 22:20:54 +0000 (UTC) (envelope-from christos@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=baAacmVaXvUm eDhZZ4Cs8Kg+fzv9On3Ljkrf7GIk2Qs=; h=subject:cc:to:from:date; d=margiolis.net; b=p5ElPLgsc/on5kMnV7NEhwzqJZCqdXI7xrkMTrKn9KG1S9VcJbL y2ixLbe0kH3k7kXVmkWR17GrJvwwVLG6ego+843jmB1UjdPBJbeohnsJ8mQsSdf5XesAcA L3KbP+f4Bw50YdkdrHPmTUMZlSZmu25M5bQb2aJprKk9kpX4/s= Received: from knob (109-178-158-175.pat.ren.cosmote.net [109.178.158.175]) by christos (OpenSMTPD) with ESMTPSA id 13a1b01f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 18 Jul 2021 22:20:50 +0000 (UTC) Date: Mon, 19 Jul 2021 01:21:52 +0300 From: Christos Margiolis To: soc-status@freebsd.org Cc: hselasky@freebsd.org Subject: [GSoC'21 Weekly Update #6] Sound mixer improvements Message-ID: <20210718222152.4aarb6asnj5uyuhr@knob> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4GSfZG2v3Wz3Lyl 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, 18 Jul 2021 22:20:55 -0000 Hello, Last week I've been mostly refactoring existing code. hselasky@ (my mentor) said we'll most likely go on with my sound(4) update and push it to upstream. Now I'm taking a small break for the next few days. :-) 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