Regression: No sound when playing WMA9 Pro (and others audio format) since 2.0.6 update
Since the VLC-player upgrade to version 2.0.6 on my Mac (and on Windows) there is no sound when playing wmv-files.
- WMA9 Pro and WMA10 Pro and both affected but WMA9 Pro gives no sound at all while WMA10 Pro stutters. Although some WMA10 Pro files are playing fine.
But some other audio formats are also affected:
- MPEG-4 ALS
- Monkey's Audio APE, was half broken in v2.0.5 but now it's completly broken
- MLP
- AIF with ADPCM-IMA4
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- dalo added Severity::normal Type::bug Version::master git + 1 deleted label
added Severity::normal Type::bug Version::master git + 1 deleted label
- dalo changed milestone to %Bugs paradize
changed milestone to %Bugs paradize
- Rémi Denis-Courmont assigned to @fkuehne and unassigned @MigrationBot
assigned to @fkuehne and unassigned @MigrationBot
- Rémi Denis-Courmont added Component::Audio: macOS / iOS / tvOS / visionOS + 1 deleted label and removed Version::master git + 1 deleted label
added Component::Audio: macOS / iOS / tvOS / visionOS + 1 deleted label and removed Version::master git + 1 deleted label
- Maintainer
Please upload a small sample to http://streams.videolan.org/upload/ referencing this ticket. Please update the ticket afterwards by giving the file name. Thanks!
- Jean-Baptiste Kempf changed title from No sound to No sound when playing WMA9 Pro since 2.0.6 update
changed title from No sound to No sound when playing WMA9 Pro since 2.0.6 update
- Jean-Baptiste Kempf added Component::Decoders + 1 deleted label and removed Component::Audio: macOS / iOS / tvOS / visionOS label
added Component::Decoders + 1 deleted label and removed Component::Audio: macOS / iOS / tvOS / visionOS label
- Jean-Baptiste Kempf added Severity::major label and removed Severity::normal label
added Severity::major label and removed Severity::normal label
WMA9 Pro and WMA10 Pro and both affected but WMA9 Pro gives no sound at all while WMA10 Pro stutters. Although some WMA10 Pro files are playing fine.
But some other audio formats are also affected:
MPEG-4 ALS
Monkey's Audio APE, was half broken in v2.0.5 but now it's completly broken
MLP
AIF with ADPCM-IMA4
Sample files can be found here:
http://streams.videolan.org/misc/AudioIssue/
Some other formats like TrueAudio TTA, Wavpack and even MP3 are missing the very beginning of the file.
- Jean-Baptiste Kempf changed title from No sound when playing WMA9 Pro since 2.0.6 update to Regression: No sound when playing WMA9 Pro (and others) since 2.0.6 update
changed title from No sound when playing WMA9 Pro since 2.0.6 update to Regression: No sound when playing WMA9 Pro (and others) since 2.0.6 update
- Jean-Baptiste Kempf added Severity::critical label and removed Severity::major label
added Severity::critical label and removed Severity::major label
- Jean-Baptiste Kempf changed milestone to %2.1.x maintenance bugs
changed milestone to %2.1.x maintenance bugs
- Jean-Baptiste Kempf changed title from Regression: No sound when playing WMA9 Pro (and others) since 2.0.6 update to Regression: No sound when playing WMA9 Pro (and others audio format) since 2.0.6 update
changed title from Regression: No sound when playing WMA9 Pro (and others) since 2.0.6 update to Regression: No sound when playing WMA9 Pro (and others audio format) since 2.0.6 update
- Jean-Baptiste Kempf changed the description
changed the description
- Owner
This is very likely due to the libavcodec update and the WMA2 change...
- Developer
Replying to [comment:10 jb]:
This is very likely due to the libavcodec update and the WMA2 change...
If you mean 2ff3b97b, it has nothing to with this problem, the code that this commit changed has now been removed completely.
BTW luckynight.aif works fine for me on vlc.git, all others are broken
- Developer
luckynight-als.mp4 and lickynight.mlp are different problems.
All the others play fine if you disable audio synchronization by making TimeGet() return -1 in your audio output.
- Owner
Replying to [comment:12 funman]:
All the others play fine if you disable audio synchronization by making TimeGet() return -1 in your audio output.
Why are they broken in 2.0.6 then?
- Developer
Replying to [comment:13 jb]:
Replying to [comment:12 funman]:
All the others play fine if you disable audio synchronization by making TimeGet() return -1 in your audio output.
Why are they broken in 2.0.6 then?
Last time I checked the demux seemed to send packets to the decoder in bursts rather than continuously, thus triggering synchronization.
You can check that the decoder works fine with --aout file --audiofile-file out.wav