apulse

PulseAudio emulation for ALSA

MIT License

Stars
610
Committers
9

Bot releases are hidden (Show)

apulse - apulse v0.1.13 Latest Release

Published by i-rinat over 4 years ago

  • Fix compiling with external PulseAudio headers of versions 12.x and later;
  • link libpulse-simple.so with libpulse.so;
  • use <0 rather than !=0 for ALSA error code checking;
  • minor compilation fixes.
apulse - apulse v0.1.12

Published by i-rinat over 6 years ago

  • cosmetic code changes;
  • misc compatibility fixes.
apulse - apulse v0.1.11

Published by i-rinat over 6 years ago

  • implement new, free, and write functions of pa_simple_* family;
  • add some documentation about issues related to sandboxing;
  • drop libpulsecommon-5.0.so binary;
  • add stub functions for mainloop-glib interface;
  • add a man- page.
apulse - apulse v0.1.10

Published by i-rinat over 7 years ago

  • per-stream volumes;
  • implement source and sink info introspection functions;
  • implement timed events;
  • fix buffer xruns by increasing buffer sizes.
apulse - apulse v0.1.9

Published by i-rinat over 7 years ago

  • fix PA_SAMPLE_S16NE volume scaling bug;
  • fix video stuttering in Firefox by calling write callback as soon as minreq bytes become available in write buffer;
  • make error messages from do_connect_pcm friendlier.
apulse - apulse v0.1.8

Published by i-rinat over 7 years ago

  • feature: make playback in Firefox working, including volume changing;
  • feature: reimplement snd_pcm_avail(), which is missing in older versions of alsa-lib;
  • bugfix: make reported buffer sizes to be multiple of frame sizes;
  • bugfix: stop crashing in pa_stream_disconnect() if initialization failed.
apulse - apulse v0.1.7

Published by i-rinat almost 9 years ago

  • bugfixes;
  • make pa_proplist be able to store binary objects too;
  • implement pa_stream_begin_write.
apulse - apulse v0.1.6

Published by i-rinat over 9 years ago

  • fix ALSA/PA callback order;
  • stop using snd_pcm_pause().
apulse -

Published by i-rinat almost 10 years ago

  • fix linking order to avoid losing trace_info symbol