From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8125C32772 for ; Tue, 23 Aug 2022 22:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233181AbiHWWZf (ORCPT ); Tue, 23 Aug 2022 18:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232744AbiHWWZS (ORCPT ); Tue, 23 Aug 2022 18:25:18 -0400 Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC09D696C5 for ; Tue, 23 Aug 2022 15:25:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 49B192012F; Wed, 24 Aug 2022 00:25:15 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dP-iYUdJ1cab; Wed, 24 Aug 2022 00:25:15 +0200 (CEST) Received: from begin.home (lfbn-bor-1-376-208.w109-215.abo.wanadoo.fr [109.215.91.208]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 349512011A; Wed, 24 Aug 2022 00:25:15 +0200 (CEST) Received: from samy by begin.home with local (Exim 4.96) (envelope-from ) id 1oQcKg-00GY23-2U; Wed, 24 Aug 2022 00:25:14 +0200 Message-ID: <20220823222501.483597563@ens-lyon.org> User-Agent: quilt/0.66 Date: Wed, 24 Aug 2022 00:25:01 +0200 From: Samuel Thibault To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, speakup@linux-speakup.org Subject: [patch 0/2] [patch 0/2] speakup: Expose punctuation level to software speech synthesis Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This update to speakup makes software speech better tune their punctuation level according to the speakup situation. Samuel