Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioSink issue #1

Open
prettyhilgirl opened this issue Jul 6, 2013 · 3 comments
Open

AudioSink issue #1

prettyhilgirl opened this issue Jul 6, 2013 · 3 comments

Comments

@prettyhilgirl
Copy link

The AudioSink component is only functioning inside the sandbox chalkboard. For some reason is not working when it's included in a waveform app or using python from the terminal.

@paul80127
Copy link

I found a problem when it was trying to load the equalizer property. I removed that property and recompiled and I can now save and launch as a waveform. Note that this is Redhawk version 1.9.

@ghost
Copy link

ghost commented Aug 15, 2014

@paul80127 I'm having trouble installing this component on Redhawk 1.9 using CentOS 6.5. Could you post your installation procedure?
When I attempt to regenerate the component for version 1.9 I get the following error:
AudioSink.h:25:21: error: gst/gst.h: No such file or directory

@bagoulla
Copy link

AudioSink should work regardless of location (Sandbox or Domain). Using Redhawk 1.10, SigGen -> DataConverter -> AudioSink I get a tone in both Sandbox and Domain. Try increasing the debugging both on the component and gstreamer itself. Since AudioSink uses gstreamer, the debugging level can be set via the environment variable GST_DEBUG. See the link below regarding your debug options. However, turning debugging up to "*:9" caused audio to stop for me. Could be an issue caused by all the writing to stdout. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants