RanzQ / hyperion-audio-effects

Hyperion audio effects dev kit using Gstreamer
MIT License
47 stars 8 forks source link

PyGI doesn't fully support spectrum plugin #5

Closed RanzQ closed 9 years ago

RanzQ commented 9 years ago

The messages sent by spectrum plugin have to be converted to strings and then parse the magnitude arrays. The parse function turns them to json, should implement a more optimized way.

RanzQ commented 9 years ago

Better parser implemented in c4c452c3d1ffd35a297fff608f33ac5a2fe7d421. Have to wait for a fix in Gstreamer python bindings.