[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/8] Hussain Jasim's pitch range feature addition.
From: |
Trevor Saunders |
Subject: |
[PATCH 0/8] Hussain Jasim's pitch range feature addition. |
Date: |
Sat, 25 Oct 2014 16:44:01 -0400 |
On Fri, Oct 24, 2014 at 02:44:37PM -0400, Luke Yelavich wrote:
> I've just finished hand editing Hussain Jasim's patches from his git repo,
> found at git://github.com/ringulreith/speechd.git. The code builds at least,
> although I have not yet tested it.
>
> In hand-editing these, it is possible I dropped a hunk that I shouldn't have,
> and likely I left a hunk in that was an accidental reversion that I meant to
> remove. If folks could please have a look, that would be much appreciated. I
> am posting these patches to the list so they can get a proper review.
I took a quick look at the more significant patches and they seemed
reasonable though not particularly fun reading.
My only issue is that I'm not sure it makes sense to add support to
change settings in config files. I know its been done for settings
previously, but I'm of the opinion we should remove that support. We
should pick reasonable built in defaults and then allow clients to
handle changing from that.
> I am not entirely sure if this is something we should include, see another
> incoming reply from me to the original pull request, but its worth
> considering nonetheless.
People want this right? what exactly is your alternative?
I'd rather see modules able to expose arbitrary settings to clients, but
I'm not sure I think its reasonable to make someone implement that to
get this feature.
Trev
>
> Thanks
>
> Luke
>
>
> _______________________________________________
> Speechd mailing list
> Speechd at lists.freebsoft.org
> http://lists.freebsoft.org/mailman/listinfo/speechd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20141025/23360008/attachment.pgp>
- [PATCH 0/8] Hussain Jasim's pitch range feature addition., Luke Yelavich, 2014/10/24
- [PATCH 1/8] added pitch_range to SPDMsgSettings, Luke Yelavich, 2014/10/24
- [PATCH 2/8] added pitch_range support to the msg_settings system, and defined macros in msg.h, Luke Yelavich, 2014/10/24
- [PATCH 3/8] defined pitch_range functions for the language apis, and added support for setting its value during configuration, Luke Yelavich, 2014/10/24
- [PATCH 4/8] added pitch_range options to spd-say, Luke Yelavich, 2014/10/24
- [PATCH 5/8] implemented pitch_range support for the generic and Espeak modules, Luke Yelavich, 2014/10/24
- [PATCH 6/8] included pitch_range testing for most of the tests (excepting ssml), Luke Yelavich, 2014/10/24
- [PATCH 7/8] updated the documentation to reference pitch_change additions, Luke Yelavich, 2014/10/24
- [PATCH 8/8] added support for configuring DefaultPitchRange, Luke Yelavich, 2014/10/24
- [PATCH 0/8] Hussain Jasim's pitch range feature addition.,
Trevor Saunders <=