Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - mmplay replacement: (4 Items)
   
mmplay replacement  
Since mmplay is EOL, what utility do you use the play a wav file with version 6.5.0
Re: mmplay replacement  
/usr/bin/wave
Re: mmplay replacement  
I am looking for a simple jutebox like utility that I can put on the command line simular to mmplay.
Re: mmplay replacement  
I don't believe we ship any comparable application today.  We do have the
Aviage multimedia suite (which you could talk to your sales rep about) but
this is a much larger and more complete multimedia solution than mmplay
would have been.

As Dennis pointed out, for simple PCM wave file playback we do have the
"wave" example.  It is shipped as a binary but the source is available as
part of the Audio Developer's Guide. You could use this as a starting
point to create a solution that fits your needs.  There are no file
parsers or audio codecs (as there are in mmf, which is what mmplay used)
so you are limited to playback of PCM stream wave files, but if the files
are all internal to your system (i.e. users cannot "bring their own
media") then this should not be a problem:
  
<http://www.qnx.com/developers/docs/6.5.0/topic/com.qnx.doc.neutrino_audio/
wavec.html>

-- 
Ryan J. Allen
QNX Software Systems




On 12-07-16 7:59 PM, "David DeMint" <community-noreply@qnx.com> wrote:

>I am looking for a simple jutebox like utility that I can put on the
>command line simular to mmplay.