Page 1 of 1
Audio Crackle when Pause the Playback
Posted: 23 Feb 2012 05:00
by Schnuffel
hi
i noticed that vlc (seems all versions doing this)
will produce 2 small crackles when pause the playback
(no matter if its an audio or video file)
when i press stop it doesn't occur
changing the audio output have no effect
i wonder why vlc is doing this (and how it can be fixed)
btw i can report something nice too
vlc is able to play old copy protected audio cds without errors
wmp and foobar2k cannot (they skip 1st track)
only eac and mpc hc can play them too
Re: Audio Crackle when Pause the Playback
Posted: 23 Feb 2012 17:18
by VLC_help
Does the crackles happen if you playback network stream?
Re: Audio Crackle when Pause the Playback
Posted: 23 Feb 2012 21:00
by Schnuffel
yep it happens with ALL media files
streams too
when i press pause the audio crackle 2 times
these "crackles" are little parts of the media file
like hiccup
Re: Audio Crackle when Pause the Playback
Posted: 24 Feb 2012 20:16
by VLC_help
Does it help if you rename libspeex_resampler_plugin.dll to libspeex_resampler_plugin.dll2 and libsamplerate_plugin.dll to libsamplerate_plugin.dll2 ?
Re: Audio Crackle when Pause the Playback
Posted: 25 Feb 2012 00:55
by Schnuffel
it has no effect
i read in other another forum that
vlc will not stop immediately when u press pause
it will continue to play some frames
may be this is the reason
Re: Audio Crackle when Pause the Playback
Posted: 25 Feb 2012 19:56
by VLC_help
The stop isn't instant, but there shouldn't be crackles.
Re: Audio Crackle when Pause the Playback
Posted: 13 Jun 2012 05:01
by Schnuffel
i havn't used vlc for a while
just tried latest nightly build
vlc-2.1.0-git-20120613-0003-win32
and the crackles are gone
now audio stops and pauses without errors
i use a new soundcard
asus xonar essence one
and have installed a clean windows
may be this is a reason too
edit: tested with 2.0.1 and it still crackles
Re: Audio Crackle when Pause the Playback
Posted: 03 Jul 2012 18:17
by Jean-Baptiste Kempf
Can you retry the next NB of 2.1?
Re: Audio Crackle when Pause the Playback
Posted: 03 Jul 2012 22:10
by TEMAndroid
I have same problem in Win.. Volume change with delay and "crackle" when press Pause..
I try nightly build - and it's really help, but now have new problem - on change volume VLC has crached...
So if in nightly build change Audio Output to DirectX waveOut - issue not solving, but perfectly work when Output module set to "Windows Audio Session output".
Tested on WIn7 32 and 64 bit...
VLC 2.1.0-git-20120703-0403
Re: Audio Crackle when Pause the Playback
Posted: 06 Aug 2012 19:41
by Schnuffel
sorry i haven't looked into this thread
i just tested
vlc-2.1.0-git-20120806-0005
and audio is ok without crakles
in 2.03 and 2.04 nb audio still crackles when pausing playback
yep seems latest nightly builds have some other problems
for e.g. change volume with mouse doesn't work
language cannot be changed
even english is not shown in options the field is just empty
and visualisations are still broken (since years
)
and there is a new bug: some wmv files
won't play audio properly
but its called nightly build so some bugs can occour
edit: when using direct x for audio output wmv audio is playing fine again
and TEMAndroid could disable a vlc crash ( i had the same with a previous nb version) by changing to direct x output
i guess there is a small bug in standard audio output module
Re: Audio Crackle when Pause the Playback
Posted: 06 Aug 2012 20:29
by Rémi Denis-Courmont
I think the bug is still there in the DirectX/DirectSound output. It is fixed only if you select the Default or WAS(API) audio output.
As for "won't play audio properly", that's way too vague to be useful.
Volume not responding is probably
http://trac.videolan.org/vlc/ticket/6880
Re: Audio Crackle when Pause the Playback
Posted: 06 Aug 2012 20:51
by Schnuffel
with standard output
i cannot change volume with mouse (in previous nb versions vlc crashed while trying to do it)
with some wmv files audio wont play properly (instead of audio i hear only random clicks but the messages shows no errors)
with direct x output
wmv files play audio fine again
and i can change volume with mouse again (but only between 0 and 100% , higher is not possible, but higher than 100% is not usefull anyway)
but the audio crackle when pausing
like u said its still unfixed with direct x
i cannot see a WAS(API) audio output
win32 output seems to have some bugs too
no audio crackles when pausing and wmv audio is playing fine
but...
i can change audio volume only if i go with mouse cursor over the audio field in the gui
if i do it in video window it doesn't work
and some videos play complety without any audio output
seems all audio outputs have different bugs....
volume not responding seems to be connected with the selected audio output
Re: Audio Crackle when Pause the Playback
Posted: 07 Aug 2012 14:12
by Rémi Denis-Courmont
Windows Audio Session is WASAPI.
And there is no "win32" audio output. I don't have a clue what you're going on about.
Re: Audio Crackle when Pause the Playback
Posted: 07 Aug 2012 16:45
by Schnuffel
"win32 waveout extension output" is full name
windows audio session
has some bugs too
it doesn't crackle when pausing but
with some wmv files ( not all ) audio is not playing properly only random clicks are played
and volume change works only when mouse cursor is over audio field in gui
in video window it doesn't work
btw the windows audio session output seems not to work properly anyway
normally with wasapi the windows mixer should be overriden
for e.g. when playing a 96k file it should be played like that
but even with wasapi output the file is transformed to 44,1k
my soundcard (asus xonar essence one) shows the frequenz and no matter which output module i use in vlc
its allways 44,1k (default windows resample setting)
so the vlc wasapi output does NOT override the windows settings or vlc resample all audio material on its own to 44,1k
no matter which frequenz the original file is encoded with
if u can hear a difference between 44,1k and 48, 96, 176,4 or 192 is another question
but wasapi plugin for foobar2k plays the file like it was encoded without resample it.
Re: Audio Crackle when Pause the Playback
Posted: 07 Aug 2012 23:28
by Rémi Denis-Courmont
None of the VLC audio outputs override the Windows settings. That would require support for exclusive mode access.
Exclusive mode is inadequate as a default as it does not cooperate with other applications. Consequently, it has never been implemented in Windows VLC, regardless of the output (WASAPI, DirectSound, WaveOut or SDL). There is a feature request for that, but so far nobody has proposed to implement it or to sponsor the implementation.