Questions tagged [songbird]

Songbird is a cross-platform music player based on Mozilla code. It lets you play, manage, and discover music.

Songbird is a cross-platform music player based on Mozilla code. It lets you play, manage, and discover music.

https://sourceforge.net/projects/songbird.mirror/

5 questions
8
votes
3 answers

How do I access (listen for) the multimedia keys (play/pause) in Mac OS X?

I want to write a Songbird extension binds the multimedia keys available on all Apple Mac OS X platforms. Unfortunately this isn't an easy google search and I can't find any docs. Can anyone point me resources on accessing these keys or tell me how…
Jonah Braun
  • 4,155
  • 7
  • 29
  • 31
1
vote
2 answers

How do I diagnose problems in loading a gstreamer plugin?

I have created a gstreamer plugin with an element inside that would generate some data when put in a pipeline (by following the GStreamer Plugin Writer's Guide). My problem is that I cannot load my plugin in a test application. When I call…
utnapistim
  • 26,809
  • 3
  • 46
  • 82
1
vote
1 answer

How do I connect from an XPCOM object to a GStreamer plugin in a Songbird addon?

I am writing a Songbird addon, with three parts: XUL (javascript), a GStreamer filter and an XPCOM addon. I am interested in accessing the GStreamer layer from my XPCOM component. If anyone knows any resources on how to do that I'd be…
utnapistim
  • 26,809
  • 3
  • 46
  • 82
0
votes
1 answer

Algorithm to remove vocal from sound track with bytes in sample code

I want to remove vocals from mp3 sound tracks(remove signer voice from the song file), I turned the song file into byte lists but don't know how to remove it's vocal with bytes. does any body knows the algorithm of removing with bytes ?(I would be…
0
votes
1 answer

How to stream media playing in songbird?

Songbird is an open source media player with lot of plugins. I want to broadcast media playing on my songbird over a network. Kindly, do not suggest me using another player.
san8055
  • 363
  • 6
  • 13