Hello! Im looking for code that enable me to recieve sound output level od the phone. Main purpose is to build visualisation app in maemo. You can read about my problem here - http://talk.maemo.org/showthread.php?t=63124 Since then I managed to wrote some code which is working, but its not too smooth:
I didnt managed to get self.sink.connect('new-buffer', self._new_buffer) working. How can I create an infinite loop which could provide me that information? How to get this done in more smooth way? I need decimal representation of sound level. What is the name of input to the gstreamer pipeline which contains not only microphone input, but all mixer devices (such as music playing in other apps)
I have lack of knowledge in python programming, please help. If I manage to get this done I will try to make some OpenGL visualisations for Maemo, and I will share them with you.
How can I create an infinite loop which could provide me that information?
How to get this done in more smooth way? I need decimal representation of sound level.
What is the name of input to the gstreamer pipeline which contains not only microphone input, but all mixer devices (such as music playing in other apps)
I have lack of knowledge in python programming, please help. If I manage to get this done I will try to make some OpenGL visualisations for Maemo, and I will share them with you.