Do you have plans to (soon) release pocketsphinx for gstreamer 1.0? I don't
know what this requires of you, but there are probably some small API changes
since 0.10.
I'm porting a subtitle editor called gaupol to python 3 and gtk+ 3. For python
3 only the new-style introspection bindings of gstreamer are available and
those introspection bindings are apparently broken and not to be fixed in
0.10. So, porting to python 3 also means porting to gstreamer 1.0.
I don't know the schedule for a proper release of gstreamer 1.0, but
practically the 1.0 API is already available with the late 0.11 releases and
packaged around (see e.g. ) and at least GNOME is already eagerly porting.
Sounds great. A help in porting CMUSphinx would be very much appreciated. Unfortunately, our project has many other priority tasks, so this one will not be the first one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you have plans to (soon) release pocketsphinx for gstreamer 1.0? I don't
know what this requires of you, but there are probably some small API changes
since 0.10.
I'm porting a subtitle editor called gaupol to python 3 and gtk+ 3. For python
3 only the new-style introspection bindings of gstreamer are available and
those introspection bindings are apparently broken and not to be fixed in
0.10. So, porting to python 3 also means porting to gstreamer 1.0.
I don't know the schedule for a proper release of gstreamer 1.0, but
practically the 1.0 API is already available with the late 0.11 releases and
packaged around (see e.g. ) and at least GNOME is already eagerly porting.
http://home.gna.org/gaupol/
http://packages.debian.org/gstreamer1.0
https://live.gnome.org/GnomeGoals/PortToGstreamer1
It's out!
http://gstreamer.freedesktop.org/news/#2012-09-24T18:00:00Z
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-1.0.txt
Sounds great. A help in porting CMUSphinx would be very much appreciated. Unfortunately, our project has many other priority tasks, so this one will not be the first one.
Any news on this? I could give this a shot, but I can't find the plugin code at
https://sourceforge.net/p/cmusphinx/code/HEAD/tree/trunk/.
Pocketsphinx supports gstreamer 1.0 for quite some time already
The code for plugin is here:
https://sourceforge.net/p/cmusphinx/code/HEAD/tree/trunk/pocketsphinx/src/gst-plugin/
It is compiled automatically if gstreamer development libraries are installed.
Ahh, great to know. Then it is just ubuntu being behind.