Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Couldn't parse the format of .wav?: (6 Items)
   
Couldn't parse the format of .wav?  
Hi all!
    I couldn't get the Info of ID3 tag to the  .wav.the log is that :

io-media-generic/trackplayer: Couldn't load the wav_parser filter (based on the
parser tag)
Re: Couldn't parse the format of .wav?  
wav files don¹t typically have ID3 metadata, only mp3 and aac do.

Do you have the wav_parser on your system?  Did you start io-media-generic
with MM_INIT set and pointing to the directory where your mmedia DLL¹s are?

In this doc it shows how to set the dlldir (which is the same as MM_INIT)
and start io-media:
http://community.qnx.com/sf/go/doc1611?nav=1

Dan


On 10-04-19 7:03 AM, "Xiaolong Zhang" <community-noreply@qnx.com> wrote:

> Hi all!
>     I couldn't get the Info of ID3 tag to the  .wav.the log is that :
> 
> io-media-generic/trackplayer: Couldn't load the wav_parser filter (based on
> the
> parser tag)
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post52012
> 
> 

-- 
Dan Cardamore   <dcardamore@qnx.com>
QNX Multimedia  http://community.qnx.com/sf/projects/multimedia

Re: Couldn't parse the format of .wav?  
Hi Dan!
     I have checked the MM_INIT as you said ,the MM_INIT is ok.and there is  wav_parser in the path of dll/media/.
Otherwise ,I want to said that the mp3 file can be parsed correctly,I can get the song metadata.but the wav can not be 
parsed,the metadata value is null.
the track log is :
io-media-generic/trackplayer: Couldn't load the wav_parser filter (based on the
parser tag)
Re: Couldn't parse the format of .wav?  
Can you attach the file please.

Thanks,
Dan


On 10-04-20 8:08 AM, "Xiaolong Zhang" <community-noreply@qnx.com> wrote:

> Hi Dan!
>      I have checked the MM_INIT as you said ,the MM_INIT is ok.and there is
> wav_parser in the path of dll/media/.Otherwise ,I want to said that the mp3
> file can be parsed correctly,I can get the song metadata.but the wav can not
> be parsed,the metadata value is null.
> the track log is :
> io-media-generic/trackplayer: Couldn't load the wav_parser filter (based on
> the
> parser tag)
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post52101
> 
> 

-- 
Dan Cardamore   <dcardamore@qnx.com>
QNX Multimedia  http://community.qnx.com/sf/projects/multimedia

Re: Couldn't parse the format of .wav?  
Hi Dan!
    Thanks for your reply. I played the .wav,the log is as follow.I can not get the song Info from the library,but I can
 get the song info(artist,title) when playing .mp3.
thaks!


io-media-generic/trackplayer: URL '/media/drive///bikini.wav' matches pattern '*
.wav'
io-media-generic/mmf: Setting long resource 'StreamerStickyError' (value='1')
io-media-generic/aoi:  fildes streamer setting the StreamerStickyError to 0
io-media-generic/trackplayer: Skipping video subgraph because there is no video
device specified.
io-media-generic/mmf: Configuring the queue for -1 bytes, lw = 0, hw = 0.
io-media-generic/trackplayer: Couldn't load the wav_parser filter (based on the
parser tag)
io-media-generic/trackplayer: Skipping video subgraph because there is no device
 specified.
io-media-generic/mmf: Configuring the queue for 28500 bytes, lw = 5700, hw = 228
00.
io-media-generic/trackplayer: No decoder tag specified for this input format
io-media-generic/mmf: Configuring the queue for 22050 bytes, lw = 2205, hw = 198
45.
io-media-generic/aoi: Fraunhofer MP3 Decoder:->QueryOutputFormats 'AWAR', 11025x
16 (1 x 230400bytes)
io-media-generic/aoi: audio_writer using output device: '/dev/snd/pcmC0D2p'
io-media-generic/aoi: audio_writer asking for Signed 16-bit Little Endian, 1..2x
882B frags, 11025Hz, bps=2, 1ch
io-media-generic/aoi: audio_writer settings:  Signed 16-bit Little Endian, 3x409
6B frags, 11025Hz, bps=2, 1ch, Q time 557ms
io-media-generic/aoi: audio_writer PGA_StreamerCreate() adjusting chunk_size fro
m 882bytes to 882bytes
io-media-generic/aoi: audio_writer using mixer device '/dev/snd/mixerC0D0'
io-media-generic/aoi: AudioWriterTask() adjusting chunk_size from 882bytes to 88
2bytes
io-media-generic/aoi: Fraunhofer MP3 Decoder:->SetOutputFormat 'AWAR', 11025x16b
its
io-media-generic/trackplayer: The audio_writer filter accepted input from queue_
filter
io-media-generic/trackplayer: Skipping subgraph 1 because there is no device spe
cified.
io-media-generic/mmf: Setting long resource 'StreamerStickyError' (value='0')
io-media-generic/aoi:  fildes streamer setting the StreamerStickyError to 0
io-media-generic/mmf: Resuming
Re: Couldn't parse the format of .wav?  
Hi all!
 can you give me some idle ,thanks very much!