Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » embed audio player
embed audio player [message #1003289] Sun, 20 January 2013 22:00 Go to next message
Johnny Qin is currently offline Johnny QinFriend
Messages: 40
Registered: April 2012
Member
hi all,

I have been working on a RCP project for a while. Recently I am trying to embed an audio player so the users can play .wav files within the RCP application (without depending on whatever various audio players on their own local environment). Ideally it should be some sort of special editor that can be binded with .wav suffix and can be launched through the similar way that an editor is launched.

Didn't find useful example or discussion after looking around. Does anyone have similar experience or consideration?

Thanks in advance!
Re: embed audio player [message #1005027 is a reply to message #1003289] Thu, 24 January 2013 10:47 Go to previous messageGo to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Hi Johnny ,
may be its better if you ask what problem you are facing to implement that.
Re: embed audio player [message #1005159 is a reply to message #1005027] Thu, 24 January 2013 15:14 Go to previous messageGo to next message
Johnny Qin is currently offline Johnny QinFriend
Messages: 40
Registered: April 2012
Member
Thanks Sumit.

The use case is:
1. user imports an audio file (.wav) to my RCP application
2. user clicks on it and try to play this audio file. At this point, the audio file by default is opened by whatever audio player user has installed. This is not what I want. What I am looking for is a way that a specific audio player is embeded within my application so that all audio file (.wav) will be opened by this player. And this player should not have any UI.

Re: embed audio player [message #1005196 is a reply to message #1005159] Thu, 24 January 2013 16:10 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
So did you google for how to play .wav files in Java? Why not using
AudioSystem? Something you should have found using Google in about a minute.

Tom

Am 24.01.13 16:14, schrieb Johnny Qin:
> Thanks Sumit.
>
> The use case is:
> 1. user imports an audio file (.wav) to my RCP application
> 2. user clicks on it and try to play this audio file. At this point, the
> audio file by default is opened by whatever audio player user has
> installed. This is not what I want. What I am looking for is a way that
> a specific audio player is embeded within my application so that all
> audio file (.wav) will be opened by this player. And this player should
> not have any UI.
>
Re: embed audio player [message #1005217 is a reply to message #1005196] Thu, 24 January 2013 16:59 Go to previous message
Johnny Qin is currently offline Johnny QinFriend
Messages: 40
Registered: April 2012
Member
Thanks Tom. I was in the wrong direction and kept looking for some sort of audio player plugins to include. Thanks!
Previous Topic:Ghost Cells in Eclipse RCP
Next Topic:Enable/disable command handlers depending on command parameter
Goto Forum:
  


Current Time: Thu Apr 25 13:09:20 GMT 2024

Powered by FUDForum. Page generated in 0.03285 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top