Playing wav file through my bluetooth?

Is there any way I can have wave files play through my bluetooth headset(Jawbone)?  I'm not looking to play music, I just want to play my voicemails that I receive through email as an attachment.
Any help?

Hello, I am having the same problem.  We have a Curve 8330 with a Jabra T5330 bluetooth device.  The device works great when using it with the phone, but we use Unified Messaging for our voicemail and need to listen to .wav files delivered via email.  These .wav files do not come through the bluetooth device.  Do we need a different headset (one that supports stereo perhaps) or is something configured incorrectly on the Blackberry?  Thanks in advance!

Similar Messages

  • Playing Wav files through bluetooth

    I receive Wav files as email attachments.  I would like to play them through my bluetooth when connected.  Or, at least play them through the speaker as a default instead of through the handset.
    Is this doable?

    Hello, I am having the same problem.  We have a Curve 8330 with a Jabra T5330 bluetooth device.  The device works great when using it with the phone, but we use Unified Messaging for our voicemail and need to listen to .wav files delivered via email.  These .wav files do not come through the bluetooth device.  Do we need a different headset (one that supports stereo perhaps) or is something configured incorrectly on the Blackberry?  Thanks in advance!

  • Cannot play wav files through Quicktime 7.6.6 embedded object

    We are playing voice messages on the web page using QuickTime player .
    We have embedded QuickTime object in the web page to play the messages
    We are facing an issue with playing of voice messages with the latest QuickTime version 7.6.6. These messages are playing in the previous versions of the QuickTime.
    We tried to update the classid for the latest QuickTime version while embedding the object but we are not able to hear the messages, also we are not getting any error or exceptions.
    We are able to hear the messages after downloading it locally using the new QuickTime version.
    Let us know the resolution

    http://developer.apple.com/internet/ieembedprep.html

  • Can't play mp3 file through RTP

    I created an server/client application to play remote file through RTP using JMF. However, it works with *.wav and video track of mpg file only, can't work when playing *.mp3 and audio track of mpg file. Do anyone know the reason?

    No any errors.
    I just follow the code sample "AVTransmit2" & "AVReceive2" and change the format.
    I change the format of mpg file audio stream to G723, it works now! So I think I used wrong format, but I found there is only two supported RTP format for mp3 file and it doesn't work for both of them.

  • Playing wav file on skype

    Hi PPL,
    Is it possible to play a wav file through a java program and active call on skype or sip based phone plays it to the caller (caller on other side hears it)?
    Any sample code or hints on how to acheive this?
    thanks..
    Edited by: amgandhi on Feb 14, 2010 6:22 PM
    Edited by: amgandhi on Feb 14, 2010 6:36 PM

    amgandhi wrote:
    Is it possible to play a wav file through a java program Yes.
    and active call on skype or sip based phone plays it to the caller (caller on other side hears it)?No idea. That's a question about the capabilities of Skype / SIP based phones...and this forum isn't about either of those things.
    Any sample code or hints on how to acheive this?My "hint" would be to find a Skype / SIP phone forum or support area to further investigate the capabilites of those systems.

  • Blackberry 8330 - can't play wav files - Red X and "unknown error occured"

    I have a client that started having an issue with her blackberry after we moved to BES Express 5.02.  Her .wav file association on her computer was changed so she couldn't play .wav files on her PC.  Then she stated getting a red X on her phone when trying to listen to the Cisco unity voice mail messages that are attached to emails.   
    I was able to correct the issue on her PC by re-associating the .wav file with windows media player.   However on the blackberry, the .wav file still will not play.  Is there a file association section on a blackberry device?  If not what else might be the issue?   she is the only person having the issue.  I don't use a blackberry so i don't know the menu options very well.
    Thanks
    Steve.
    P.S.
    Oh, The phone was factory reset before being added to the new BES, Service books and IT policy Applied correctly.   I could pull the phoen and reset it again but I don't know if that would correct the issue. 

    Hi - I am now having this same exact problem on my Mac laptop.   I have many Breaking Bad, etc TV shows that I purchased through itunes & have watched over the years & now all of those, as well as, any new shows I purchase will not play on my laptop.    Just same as above person -- a black screen that appears to be playing movie (the timer is actually playing)  but no video or sound.    Shows / Movies all work fine on my home computer.  
    On my laptop it keeps saying .. "Not authorized to play .... & then says  "Sign into Itunes.. "   - but I  do sign out & sign  back in & still nothing happens.   Very annoying and frustrating as I  can ususlly figure things out with perserverence and trial & error. 

  • How to Play .wav files in Safari?

    Hi:
    I need a little help.
    I would like Safari to play wav files instead of downloading those file to my Downloads folder. Can this be done.
    Thanks,
    -AstraPoint

    Greetings,
    I would like Safari to play wav files instead of downloading those file to my Downloads folder.
    Can this be done?
    Maybe. First, what is the URL for a .wav file you're trying to play in Safari? I want to test this before I say whether or not it will work.

  • Error Playing .wav file on RHEL 4 using JMF

    Hi,
    We are using jmf api to play wav files on our application deployed on rhel version 4. But we are receiving the following error
    **"Cannot find a Processor for: myfolder/myAudio.wav" --->
    this exception is comming from javax.media.Manager
    throw new NoProcessorException("Cannot find a Processor for: " + source);"**.
    Any ideas what could be issue with this, am I missing some drivers/processor for wav files? I did a default jmf studio installation.
    Thanks and Regards
    Vikram Pancholi
    Edited by: vpancholi on Sep 8, 2009 8:51 AM

    If we take a look at the supported formats page...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    And the WAV file is supported by the cross-platform pack, AKA, jmf.jar.
    If you're unable to open a WAV file, I'd say it's most likely because you don't have JMF.jar on your library path. You can fix that at runtime with the switch -djava.library.path=<whatever>
    That's what I would say the issue is.

  • Play WAV files into the .jar

    Hello,
    I'm doing small application Java with Netbeans.
    I need is to play .wav file sounds are incorporated into the jar.
    I do not want to use external libraries or external sound files, etc.. I want to go with my .JAR to the office, home, etc ... just need the JAR to hear the sounds.
    I've created a folder "Sounds" in "src" and in that place I have my sounds. (Project / src / sounds). It's a way to incorporate a JAR file, or am I wrong?? Run independently of the sound files.
    At the time of reproducing the sound I do the following:
    Clip sonido = AudioSystem.getClip();
    File f = new File(getClass().getResource(/Sonidos/alarma.wav).toURI());
    sonido.open(AudioSystem.getAudioInputStream(f));
    sonido.start();
    If I run the program with netbeans, I play sounds, but which only transfer my .JAR to another computer, does not play ...
    Any ideas?
    Thank's.

    I don't understand, before I had done as you have written me, but did not work, but now it works.
    Problem solved. Thank's.
    Posting the code here:
    InputStream path = getClass().getResourceAsStream("/Sonidos/alarma.wav");
    try
    sonido = AudioSystem.getClip();
    sonido.open(AudioSystem.getAudioInputStream(path));
    sonido.start();
    }catch(Exception fail)
    System.out.println(fail);
    Edited by: 892291 on 19-oct-2011 10:37

  • How to play .wav files

    hi all..
    can i play '.wav' files using other than the AudioClip method?
    how ever i have tried to use the method as below but it still isn't working..please help me out...thanks

    I had same problem,wouldn,t play waves convert to .au using goldwave(freeware... www.goldwave.com)then it will play
    p.

  • 6233 not playing .wav files

    i've purchased new 6233 and the firmware is 4.52 but its not playing .wav files, whereas one of my friend has the same phone with 3.70 firmware and its playing without n e problem.
    n solutions about this.

    Hello.
    Only Series 60,80 and 90 phones running Symbian operating system are capable of playing WAV files. From what I know, Series 40 phones do not display this ability and will not be supported still in future revisions of the said platform.
    Cheers.
    The world might be a better place if you were I.

  • How do you make itunes not play wav files?

    I know how to make it play wav files but how do I remove it from the default player list? I want them to all play in Quicktime. I have done the right click, holt alt and press Always Open With... and also done the right click and specify it to open in Quicktime. I have done this on 3 different Macs with 2 different OSX versions. It will open in Quicktime that one time but then the next time I open a wav file it goes back to Quicktime.
    Anyone have any suggestions?

    It will open in Quicktime that one time but then the next time I open a wav file it goes back to Quicktime.
    Do you mean, "goes back to iTunes"?  "A wav file," or the same wav file you just changed?
    Did you select the additional option in Get Info's Open With window to, "Change all of this kind to open with Quicktime"?

  • Pure Music software player is not working with iTunes 10.4 and Lion 10.7 playing wav. files.

    Pure Music player from Channel D software will not work when playing wav. files after updating to Lion OS. I can open the application as usual but after playing one song it will not advance to the next track either on its own or manually. The scrolling track name goes dim and I cannot get the play button to respond. Has anyone else experienced this problem?
    Ron

    Thanks Limnos, but unfortunately the same error still remains.
    The disk was OK.  Permissions had errors along the lines of groups should be 0, is 80.  I repaired that.  Tried again to open, then reinstalled (new download again), but again the same problem.
    I checked permissions again and some of the 0-80 errors came again, but no clear reason from there I think
    Was also a SUID warning on ARDAgent but I see online that doesn't appear to be something abnormal.
    I tried reloading Lion but the installation came back with software appears to have been tampered with (I think the dmg file is gone as I couldn't find it).  I then went to email to report a problem so I could download again but of course that whole process doesn't work because itunes wont open.
    So Stuck
    if there is anything else I might be missing?

  • Can my muvo tx fm play WAV fil

    my question is my problem and if it can what ccan i be doing wrong? plz im trying to get a song i really like but it wont show up on my mp3

    well...i used to have an MuVo TX FM, and i know everything about it !! but now it's broken.
    Anyway, it can play mp3, wma and wav files encoded only in a unique way !
    but i don't think it can play wav files except in the recordings folder, but i don't really encourage that you play wav files in it !
    you can convert wav to mp3 by any converter you get, or download, but for faster conversion use the creative mediasource, it's in any cd you get with any creative mp3 player !!!!
    tell me if it works.
    cheer to all !!!!

  • Cmus doesn't play .wav files and pulseaudio isn't working properly

    The first problem I noticed was that Chromium was using about 90% of my CPU while I wasn't connected to the internet. So I deleted Chromium because I couldn't fix the problem any other way. After deleting Chromium the CPU problem was fixed but after checking htop again I noticed this message with -11 being in red:
    (http://pastie.org/4234521)
    I started using cmus and noticed that .wav files aren't playing anymore but I am not sure if that has anything to do with this issue. Cmus played .wav files just fine when I had Chromium however. Also, RAM is steadily increasing at about 700 MB which never happened before. I think maybe the problem with cmus and the RAM increase could be caused by pulseaudio not working properly?
    Also, when I run "pulseaudio" in the terminal I get this message in red:
    $ pulseaudio
    E: [pulseaudio] pid.c: Daemon already running.
    E: [pulseaudio] main.c: pa_pid_file_create() failed.
    Last edited by rg_arc (2012-07-10 23:56:41)

    I have stopped using cmus and I am currently using moc(Music On Console). I found out that for some reason pulseaudio is taking up alot of RAM.
    Here is a picture of what is going on in htop:
    (http://i48.tinypic.com/1217mtk.jpg)

Maybe you are looking for

  • Siri is not working ?

    Siri is not working

  • Combined Deliveries for STO

    Can anyone tell me the criteria for combining deliveries for STO's.., I believe the delivering plant, receiving plant and delivery data....is there anything else........where do you configure this... i have two STO's where the delivering plants are d

  • Can't activate my Adobe CS6 Master Collection software, invalid serial id

    Dear Adobe, I can't activate my Adobe CS6 Master Collection software, invalid serial id. I purchased it through a intermediary company (surfspot.nl) on 06-10-2012. Why is my serial id invalid? Is it only a year license? If so, can I extend it somehow

  • 8.1 free update fails on my Pavilion 20

    Ok so the update on my Pavilion 20 all-in-one PC currently running windows 8 fails at the 90% stage, everything goes through ok downloads installs restarts, go through the system check and all that wonderful stuff and when it gets to checking PC sett

  • Photoshop 8 Reinstall

    Had a severe computer crash, rebuilt from scratch.  Have no Photoshop Elements 8 software to reload (believe it was an online upgrade years ago).  I do have my license key.  Can I download this software from Adobe?