Hi,
i cannot hear audio on some mp3s if i do a "renderfile" - I don't
know whats wrong with this mp3s since other software like winamp, windows
media player, VLC, Cool Edit is playing them right - also WindowsMedia.NET
Library plays them - but DShow does not!
Temporary tested file was
Anyone had this problem yet?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed it: replaced standard source filter by Microsofts "WM ASF
Reader" Filter, which is also used internal by Windows Media Player and
let the graphbuilder render the rest of the graph.
By the way, is there any built-in filter to automatically normalize Audio
without using third party codecs like ffdshow?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is always a good reason for reading this forum. I didn't imagined one
second that the "WM ASF Reader" filter could parse MP3 files !
Many Thanks !!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
And: In Vista and Windows 7 there is a new Standard-Filter for reading MP3s
called "MP3 Decoder DMO", but if haven't tested if this one can play
all mp3s without the need for this workaround...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You must use different graphs for XP and Vista/Windows 7 as the filters are
different on them. Also I have found that the graph built with the MP3 source
filter has issues with VBR files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i cannot hear audio on some mp3s if i do a "renderfile" - I don't
know whats wrong with this mp3s since other software like winamp, windows
media player, VLC, Cool Edit is playing them right - also WindowsMedia.NET
Library plays them - but DShow does not!
Temporary tested file was
Anyone had this problem yet?
sorry:
... Temporary tested file was 320kBit/s 44.1KHz Stereo
Fixed it: replaced standard source filter by Microsofts "WM ASF
Reader" Filter, which is also used internal by Windows Media Player and
let the graphbuilder render the rest of the graph.
By the way, is there any built-in filter to automatically normalize Audio
without using third party codecs like ffdshow?
Thanks!
There is always a good reason for reading this forum. I didn't imagined one
second that the "WM ASF Reader" filter could parse MP3 files !
Many Thanks !!!
And: In Vista and Windows 7 there is a new Standard-Filter for reading MP3s
called "MP3 Decoder DMO", but if haven't tested if this one can play
all mp3s without the need for this workaround...
You must use different graphs for XP and Vista/Windows 7 as the filters are
different on them. Also I have found that the graph built with the MP3 source
filter has issues with VBR files.