Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
  2020-07-08  5:53 ` [accessibility] Open-assistant and Blather zenny
@ 2020-07-08  6:53 ` ericonr
  2020-07-08 15:40 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-08  6:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655325451

Comment:
https://git.clarahobbs.com/clara/kaylee also an options? Weird to package, though.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
  2020-07-08  5:53 ` [accessibility] Open-assistant and Blather zenny
  2020-07-08  6:53 ` ericonr
@ 2020-07-08 15:40 ` ericonr
  2020-07-09  5:52 ` zenny
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-08 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655598071

Comment:
Have you checked out `mimic`, btw?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-08 15:40 ` ericonr
@ 2020-07-09  5:52 ` zenny
  2020-07-09  6:01 ` zenny
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: zenny @ 2020-07-09  5:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655916722

Comment:
> https://git.clarahobbs.com/clara/kaylee also an options? Weird to package, though.

I did, and encountered, https://github.com/Ratfink/kaylee/issues/14#issue-653031051

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-09  5:52 ` zenny
@ 2020-07-09  6:01 ` zenny
  2020-07-09  6:02 ` zenny
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: zenny @ 2020-07-09  6:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2176 bytes --]

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655916722

Comment:
> https://git.clarahobbs.com/clara/kaylee also an options? Weird to package, though.

I did by cloning from both github and gitlab, and encountered following.

With github repo:

```
$ ./kaylee.py

(gst-plugin-scanner:13138): GStreamer-WARNING **: 22:11:57.929: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstflite.so': /usr/lib/libflite.so.1: undefined symbol: snd_pcm_hw_params_any
Updating language using online lmtool
no element "pocketsphinx"
You may need to install gstreamer1.0-pocketsphinx
Traceback (most recent call last):
  File "./kaylee.py", line 10, in <module>
    kaylee.run()
  File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 193, in run
    kaylee = Kaylee()
  File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 66, in __init__
    self.recognizer = Recognizer(self.config)
  File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 46, in __init__
    raise e
  File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 42, in __init__
    self.pipeline = Gst.parse_launch(cmd)
gi.repository.GLib.Error: gst_parse_error: no element "pocketsphinx" (1)
```

With gitlab repo @ericonr forwarded:

```
$ ./kaylee.py
no element "pocketsphinx"
You may need to install gstreamer1.0-pocketsphinx
Traceback (most recent call last):
  File "./kaylee.py", line 10, in <module>
    kaylee.run()
  File "/home/zenny/Downloads/kaylee-gitlab/kayleevc/kaylee.py", line 240, in run
    kaylee = Kaylee()
  File "/home/zenny/Downloads/kaylee-gitlab/kayleevc/kaylee.py", line 75, in __init__
    self.recognizer = Recognizer(self.config)
  File "/home/zenny/Downloads/kaylee-gitlab/kayleevc/recognizer.py", line 44, in __init__
    raise e
  File "/home/zenny/Downloads/kaylee-gitlab/kayleevc/recognizer.py", line 40, in __init__
    self.pipeline = Gst.parse_launch(cmd)
gi.repository.GLib.Error: gst_parse_error: no element "pocketsphinx" (1)
```

 Also posted an issue in https://github.com/Ratfink/kaylee/issues/14#issue-653031051

Thanks.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-07-09  6:01 ` zenny
@ 2020-07-09  6:02 ` zenny
  2020-07-09  6:15 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: zenny @ 2020-07-09  6:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655920371

Comment:
> Have you checked out `mimic`, btw?

Isn't mimic TTS rather than STT? I do use mimic, but the quality of speech is robotic.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-07-09  6:02 ` zenny
@ 2020-07-09  6:15 ` ericonr
  2020-07-13 18:15 ` zenny
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-09  6:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655924305

Comment:
The lack of a gstreamer plugin is because the latest version of pocketsphinx uses old definitions of gstreamer functions. I couldn't compile it for Void at all, unfortunately, and someone would need to have a good understanding of gstreamer in order to patch those function calls.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-07-09  6:15 ` ericonr
@ 2020-07-13 18:15 ` zenny
  2021-06-22 19:41 ` notthewave
  2024-02-19 23:29 ` Eloitor
  9 siblings, 0 replies; 10+ messages in thread
From: zenny @ 2020-07-13 18:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-657713617

Comment:
> The lack of a gstreamer plugin is because the latest version of pocketsphinx uses old definitions of gstreamer functions. I couldn't compile it for Void at all, unfortunately, and someone would need to have a good understanding of gstreamer in order to patch those function calls.

Appreciate your effort. if there is someone who could lend a help is welcome! :D

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-07-13 18:15 ` zenny
@ 2021-06-22 19:41 ` notthewave
  2024-02-19 23:29 ` Eloitor
  9 siblings, 0 replies; 10+ messages in thread
From: notthewave @ 2021-06-22 19:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-866280034

Comment:
> The lack of a gstreamer plugin is because the latest version of pocketsphinx uses old definitions of gstreamer functions. I couldn't compile it for Void at all, unfortunately, and someone would need to have a good understanding of gstreamer in order to patch those function calls.

Is this still the case?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2021-06-22 19:41 ` notthewave
@ 2024-02-19 23:29 ` Eloitor
  9 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2024-02-19 23:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-1953272476

Comment:
Open-assistant moved to https://gitlab.com/open-assistant/oa-arch but I did not find any release...

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [accessibility] Open-assistant and Blather
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
@ 2020-07-08  5:53 ` zenny
  2020-07-08  6:53 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: zenny @ 2020-07-08  5:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/23139#issuecomment-655302942

Comment:
`\_(-_-)_/`

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-19 23:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23139@inbox.vuxu.org>
2020-07-08  5:53 ` [accessibility] Open-assistant and Blather zenny
2020-07-08  6:53 ` ericonr
2020-07-08 15:40 ` ericonr
2020-07-09  5:52 ` zenny
2020-07-09  6:01 ` zenny
2020-07-09  6:02 ` zenny
2020-07-09  6:15 ` ericonr
2020-07-13 18:15 ` zenny
2021-06-22 19:41 ` notthewave
2024-02-19 23:29 ` Eloitor

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).