* Re: talking grub?
[not found] <CAKmxv4yy+KmOA_rOYNF3tF=VJtR6K=FPb3NUoCRYgf+HWGz5jw@mail.gmail.com>
@ 2016-04-29 8:34 ` Andrei Borzenkov
2016-04-29 9:06 ` Michel Hermier
0 siblings, 1 reply; 4+ messages in thread
From: Andrei Borzenkov @ 2016-04-29 8:34 UTC (permalink / raw)
To: Majid Hussain; +Cc: The development of GNU GRUB
Hi Majid,
currently grub includes audio output driver that outputs morse codes
for characters and digits using built-in PC speaker. I am not aware of
anyone working on full scale speech synthesizer, but I forward your
mail to grub-devel for attention.
On Thu, Apr 28, 2016 at 9:06 PM, Majid Hussain <mhussaincov93@gmail.com> wrote:
> hello there,
> My name is majid hussain,
> i'm blind.
> would it be possable to have grub talk?
> it would be very useful for me and the blind community who use linux
> if this was possable.
> it would make the boot menu accessible for instance :)
>
> i'm not sure how this could be done, but would be grateful if it could
> be looked in to?
> thank you for considdering my request and thank you for grub :)
>
> thank you for reading :)
> Majid Hussain
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: talking grub?
2016-04-29 8:34 ` talking grub? Andrei Borzenkov
@ 2016-04-29 9:06 ` Michel Hermier
2016-04-29 9:28 ` Vladimir 'phcoder' Serbinenko
0 siblings, 1 reply; 4+ messages in thread
From: Michel Hermier @ 2016-04-29 9:06 UTC (permalink / raw)
To: The development of GNU GRUB; +Cc: Majid Hussain
[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]
Hi,
Considering the complexity of voice generation, maybe it would be more
simple to support braille displays which should be less complex to
implement. Not speaking that most blind people using computers should have
one I guess, since it sounds more productive to me.
My 2 cents to the subject.
Cheers,
Michel
Le 29 avr. 2016 10:34, "Andrei Borzenkov" <arvidjaar@gmail.com> a écrit :
> Hi Majid,
>
> currently grub includes audio output driver that outputs morse codes
> for characters and digits using built-in PC speaker. I am not aware of
> anyone working on full scale speech synthesizer, but I forward your
> mail to grub-devel for attention.
>
> On Thu, Apr 28, 2016 at 9:06 PM, Majid Hussain <mhussaincov93@gmail.com>
> wrote:
> > hello there,
> > My name is majid hussain,
> > i'm blind.
> > would it be possable to have grub talk?
> > it would be very useful for me and the blind community who use linux
> > if this was possable.
> > it would make the boot menu accessible for instance :)
> >
> > i'm not sure how this could be done, but would be grateful if it could
> > be looked in to?
> > thank you for considdering my request and thank you for grub :)
> >
> > thank you for reading :)
> > Majid Hussain
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: Type: text/html, Size: 1962 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: talking grub?
2016-04-29 9:06 ` Michel Hermier
@ 2016-04-29 9:28 ` Vladimir 'phcoder' Serbinenko
2016-04-30 18:19 ` Michael Zimmermann
0 siblings, 1 reply; 4+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2016-04-29 9:28 UTC (permalink / raw)
To: The development of GRUB 2; +Cc: mhussaincov93, samuel.thibault
[-- Attachment #1: Type: text/plain, Size: 2115 bytes --]
I have a WIP port of brltty but little time to finish it. If someone is
willing to take over, it's in a separate git branch.
As for audio, is not as difficult as it sounds. Morse was actually a
prototype for it. We don't need full synthesis. We can prerecord common
sentences and just tell letter by letter when we don't have it
prerecorded. It's not optimal but good enough to solve most of the cases
Le ven. 29 avr. 2016 21:07, Michel Hermier <michel.hermier@gmail.com> a
écrit :
> Hi,
> Considering the complexity of voice generation, maybe it would be more
> simple to support braille displays which should be less complex to
> implement. Not speaking that most blind people using computers should have
> one I guess, since it sounds more productive to me.
> My 2 cents to the subject.
> Cheers,
> Michel
> Le 29 avr. 2016 10:34, "Andrei Borzenkov" <arvidjaar@gmail.com> a écrit :
>
>> Hi Majid,
>>
>> currently grub includes audio output driver that outputs morse codes
>> for characters and digits using built-in PC speaker. I am not aware of
>> anyone working on full scale speech synthesizer, but I forward your
>> mail to grub-devel for attention.
>>
>> On Thu, Apr 28, 2016 at 9:06 PM, Majid Hussain <mhussaincov93@gmail.com>
>> wrote:
>> > hello there,
>> > My name is majid hussain,
>> > i'm blind.
>> > would it be possable to have grub talk?
>> > it would be very useful for me and the blind community who use linux
>> > if this was possable.
>> > it would make the boot menu accessible for instance :)
>> >
>> > i'm not sure how this could be done, but would be grateful if it could
>> > be looked in to?
>> > thank you for considdering my request and thank you for grub :)
>> >
>> > thank you for reading :)
>> > Majid Hussain
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: Type: text/html, Size: 3101 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: talking grub?
2016-04-29 9:28 ` Vladimir 'phcoder' Serbinenko
@ 2016-04-30 18:19 ` Michael Zimmermann
0 siblings, 0 replies; 4+ messages in thread
From: Michael Zimmermann @ 2016-04-30 18:19 UTC (permalink / raw)
To: The development of GNU GRUB; +Cc: samuel.thibault, mhussaincov93
[-- Attachment #1: Type: text/plain, Size: 2578 bytes --]
> audio, is not as difficult as it sounds
thx for this sentence :P
but now back on topic, accessibility sounds like an important feature.
On Fri, Apr 29, 2016 at 11:28 AM, Vladimir 'phcoder' Serbinenko <
phcoder@gmail.com> wrote:
> I have a WIP port of brltty but little time to finish it. If someone is
> willing to take over, it's in a separate git branch.
> As for audio, is not as difficult as it sounds. Morse was actually a
> prototype for it. We don't need full synthesis. We can prerecord common
> sentences and just tell letter by letter when we don't have it
> prerecorded. It's not optimal but good enough to solve most of the cases
>
> Le ven. 29 avr. 2016 21:07, Michel Hermier <michel.hermier@gmail.com> a
> écrit :
>
>> Hi,
>> Considering the complexity of voice generation, maybe it would be more
>> simple to support braille displays which should be less complex to
>> implement. Not speaking that most blind people using computers should have
>> one I guess, since it sounds more productive to me.
>> My 2 cents to the subject.
>> Cheers,
>> Michel
>> Le 29 avr. 2016 10:34, "Andrei Borzenkov" <arvidjaar@gmail.com> a écrit :
>>
>>> Hi Majid,
>>>
>>> currently grub includes audio output driver that outputs morse codes
>>> for characters and digits using built-in PC speaker. I am not aware of
>>> anyone working on full scale speech synthesizer, but I forward your
>>> mail to grub-devel for attention.
>>>
>>> On Thu, Apr 28, 2016 at 9:06 PM, Majid Hussain <mhussaincov93@gmail.com>
>>> wrote:
>>> > hello there,
>>> > My name is majid hussain,
>>> > i'm blind.
>>> > would it be possable to have grub talk?
>>> > it would be very useful for me and the blind community who use linux
>>> > if this was possable.
>>> > it would make the boot menu accessible for instance :)
>>> >
>>> > i'm not sure how this could be done, but would be grateful if it could
>>> > be looked in to?
>>> > thank you for considdering my request and thank you for grub :)
>>> >
>>> > thank you for reading :)
>>> > Majid Hussain
>>>
>>> _______________________________________________
>>> Grub-devel mailing list
>>> Grub-devel@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> https://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
[-- Attachment #2: Type: text/html, Size: 4143 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-30 18:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAKmxv4yy+KmOA_rOYNF3tF=VJtR6K=FPb3NUoCRYgf+HWGz5jw@mail.gmail.com>
2016-04-29 8:34 ` talking grub? Andrei Borzenkov
2016-04-29 9:06 ` Michel Hermier
2016-04-29 9:28 ` Vladimir 'phcoder' Serbinenko
2016-04-30 18:19 ` Michael Zimmermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).