lp://staging/esound
- Get this branch:
- bzr branch lp://staging/esound
Branch merges
Branch information
Import details
Last successful import was .
Recent revisions
- 497. By jmouette
-
* esd.c: (main):
* mix.c: (mix_mono_8u_to_stereo_ 32s_sv) ,
(mix_mono_ 16s_to_ stereo_ 32s_sv) , (mix_stereo_ 16s_to_ stereo_ 32s_sv) ,
(mix_mono_ 8u_to_stereo_ 32s), (mix_stereo_ 8u_to_stereo_ 32s),
(mix_mono_ 16s_to_ stereo_ 32s), (mix_stereo_ 16s_to_ stereo_ 32s),
(mix_players) :
Fix 32k samples turning into static when 8k samples played in
the middle. Debian #79145. - 496. By jmouette
-
* filter.c: (filter_write):
* players.c: (read_player), (new_stream_player) ,
(new_sample_ player) :
Fix filter buffer handling so filters work. Debian #202027. - 495. By jmouette
-
* esd-server.h:
* esd.c: (reconnect_driver), (main): Install signal handler for
SIGUSR1 that reconnects to the ALSA driver. This is useful
after changing the ALSA configuration file.
* clients.c: (esd_comm_loop): Integrate driver reconnection
into client loop.
* audio_alsa09.c: Call snd_config_update_ free_global( ) to purge
configuration cache and to properly reload configuration
files. - 494. By jmouette
-
* audio.c: (esd_audio_write), (esd_audio_flush),
(esound_ getblksize) :
* audio_oss.c: (esd_audio_open):
* esd-server.h:
* esd.c: (main):
* esd.h:
* proto.c: (esd_proto_get_latency) :
Rewrite generic esd_audio_write to attempt to use select if the
driver seems to support it, and to write in a blocksize that
can be changed by audio open functions. - 493. By jmouette
-
* esound.pc.in: put audiofile in Requires.private to avoid
spuriously linking to it. - 491. By jmouette
-
* esddsp.c: (dsp_init): Protect dsp_init() with a mutex to
prevent race conditions from multiple calls (which hanged the
desktop session). - 489. By jmouette
-
* esdlib.c: Check if the esd binary exists at all. If not,
forego forking a shell and trying to execute it. This both
improves startup time and also avoids the "/bin/sh:
/usr/bin/ esd: not found" warning.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)