├── .gitignore ├── .mailmap ├── GPL ├── LGPL ├── LICENSE ├── README.md ├── bindings.zig ├── example ├── sine-mainloop.zig ├── sine-threaded.zig └── sine.zig └── src ├── pulse ├── cdecl.h ├── channelmap.c ├── channelmap.h ├── client-conf-x11.c ├── client-conf-x11.h ├── client-conf.c ├── client-conf.h ├── client.conf.in ├── context.c ├── context.h ├── def.h ├── direction.c ├── direction.h ├── error.c ├── error.h ├── ext-device-manager.c ├── ext-device-manager.h ├── ext-device-restore.c ├── ext-device-restore.h ├── ext-stream-restore.c ├── ext-stream-restore.h ├── fork-detect.c ├── fork-detect.h ├── format.c ├── format.h ├── gccmacro.h ├── glib-mainloop.c ├── glib-mainloop.h ├── internal.h ├── introspect.c ├── introspect.h ├── mainloop-api.c ├── mainloop-api.h ├── mainloop-signal.c ├── mainloop-signal.h ├── mainloop.c ├── mainloop.h ├── map-file ├── operation.c ├── operation.h ├── proplist.c ├── proplist.h ├── pulseaudio.h ├── rtclock.c ├── rtclock.h ├── sample.c ├── sample.h ├── scache.c ├── scache.h ├── simple.c ├── simple.h ├── stream.c ├── stream.h ├── subscribe.c ├── subscribe.h ├── thread-mainloop.c ├── thread-mainloop.h ├── timeval.c ├── timeval.h ├── utf8.c ├── utf8.h ├── util.c ├── util.h ├── version.h.in ├── volume.c ├── volume.h ├── xmalloc.c └── xmalloc.h └── pulsecore ├── arpa-inet.c ├── arpa-inet.h ├── asyncmsgq.c ├── asyncmsgq.h ├── asyncq.c ├── asyncq.h ├── atomic.h ├── aupdate.c ├── aupdate.h ├── auth-cookie.c ├── auth-cookie.h ├── authkey.c ├── authkey.h ├── avahi-wrap.c ├── avahi-wrap.h ├── bitset.c ├── bitset.h ├── card.c ├── card.h ├── cli-command.c ├── cli-command.h ├── cli-text.c ├── cli-text.h ├── cli.c ├── cli.h ├── client.c ├── client.h ├── conf-parser.c ├── conf-parser.h ├── core-error.c ├── core-error.h ├── core-format.c ├── core-format.h ├── core-rtclock.c ├── core-rtclock.h ├── core-scache.c ├── core-scache.h ├── core-subscribe.c ├── core-subscribe.h ├── core-util.c ├── core-util.h ├── core.c ├── core.h ├── cpu-arm.c ├── cpu-arm.h ├── cpu-orc.c ├── cpu-orc.h ├── cpu-x86.c ├── cpu-x86.h ├── cpu.c ├── cpu.h ├── creds.h ├── database-gdbm.c ├── database-simple.c ├── database-tdb.c ├── database.c ├── database.h ├── dbus-shared.c ├── dbus-shared.h ├── dbus-util.c ├── dbus-util.h ├── device-port.c ├── device-port.h ├── dynarray.c ├── dynarray.h ├── endianmacros.h ├── esound.h ├── fdsem.c ├── fdsem.h ├── ffmpeg ├── avcodec.h ├── dsputil.h └── resample2.c ├── filter ├── LICENSE.WEBKIT ├── biquad.c ├── biquad.h ├── crossover.c ├── crossover.h ├── lfe-filter.c └── lfe-filter.h ├── flist.c ├── flist.h ├── g711.c ├── g711.h ├── hashmap.c ├── hashmap.h ├── hook-list.c ├── hook-list.h ├── i18n.c ├── i18n.h ├── idxset.c ├── idxset.h ├── iochannel.c ├── iochannel.h ├── ioline.c ├── ioline.h ├── ipacl.c ├── ipacl.h ├── json.c ├── json.h ├── llist.h ├── lock-autospawn.c ├── lock-autospawn.h ├── log.c ├── log.h ├── ltdl-helper.c ├── ltdl-helper.h ├── macro.h ├── mcalign.c ├── mcalign.h ├── mem.h ├── memblock.c ├── memblock.h ├── memblockq.c ├── memblockq.h ├── memchunk.c ├── memchunk.h ├── memfd-wrappers.h ├── memtrap.c ├── memtrap.h ├── message-handler.c ├── message-handler.h ├── mime-type.c ├── mime-type.h ├── mix.c ├── mix.h ├── mix_neon.c ├── modargs.c ├── modargs.h ├── modinfo.c ├── modinfo.h ├── module.c ├── module.h ├── msgobject.c ├── msgobject.h ├── mutex-posix.c ├── mutex-win32.c ├── mutex.h ├── namereg.c ├── namereg.h ├── native-common.c ├── native-common.h ├── object.c ├── object.h ├── once.c ├── once.h ├── packet.c ├── packet.h ├── parseaddr.c ├── parseaddr.h ├── pdispatch.c ├── pdispatch.h ├── pid.c ├── pid.h ├── pipe.c ├── pipe.h ├── play-memblockq.c ├── play-memblockq.h ├── play-memchunk.c ├── play-memchunk.h ├── poll-posix.c ├── poll-win32.c ├── poll.h ├── proplist-util.c ├── proplist-util.h ├── protocol-cli.c ├── protocol-cli.h ├── protocol-dbus.c ├── protocol-dbus.h ├── protocol-esound.c ├── protocol-esound.h ├── protocol-http.c ├── protocol-http.h ├── protocol-native.c ├── protocol-native.h ├── protocol-simple.c ├── protocol-simple.h ├── pstream-util.c ├── pstream-util.h ├── pstream.c ├── pstream.h ├── queue.c ├── queue.h ├── random.c ├── random.h ├── ratelimit.c ├── ratelimit.h ├── refcnt.h ├── remap.c ├── remap.h ├── remap_mmx.c ├── remap_neon.c ├── remap_sse.c ├── resampler.c ├── resampler.h ├── resampler ├── ffmpeg.c ├── libsamplerate.c ├── peaks.c ├── soxr.c ├── speex.c └── trivial.c ├── rtkit.c ├── rtkit.h ├── rtpoll.c ├── rtpoll.h ├── sample-util.c ├── sample-util.h ├── sconv-s16be.c ├── sconv-s16be.h ├── sconv-s16le.c ├── sconv-s16le.h ├── sconv.c ├── sconv.h ├── sconv_neon.c ├── sconv_sse.c ├── semaphore-osx.c ├── semaphore-posix.c ├── semaphore-win32.c ├── semaphore.h ├── shared.c ├── shared.h ├── shm.c ├── shm.h ├── shmasyncq.c ├── shmasyncq.h ├── sink-input.c ├── sink-input.h ├── sink.c ├── sink.h ├── sioman.c ├── sioman.h ├── sndfile-util.c ├── sndfile-util.h ├── socket-client.c ├── socket-client.h ├── socket-server.c ├── socket-server.h ├── socket-util.c ├── socket-util.h ├── socket.h ├── sound-file-stream.c ├── sound-file-stream.h ├── sound-file.c ├── sound-file.h ├── source-output.c ├── source-output.h ├── source.c ├── source.h ├── srbchannel.c ├── srbchannel.h ├── start-child.c ├── start-child.h ├── strbuf.c ├── strbuf.h ├── stream-util.c ├── stream-util.h ├── strlist.c ├── strlist.h ├── svolume.orc ├── svolume_arm.c ├── svolume_c.c ├── svolume_mmx.c ├── svolume_orc.c ├── svolume_sse.c ├── tagstruct.c ├── tagstruct.h ├── thread-mq.c ├── thread-mq.h ├── thread-posix.c ├── thread-win32.c ├── thread.h ├── time-smoother.c ├── time-smoother.h ├── time-smoother_2.c ├── time-smoother_2.h ├── tokenizer.c ├── tokenizer.h ├── typedefs.h ├── usergroup.c ├── usergroup.h ├── winerrno.h ├── x11prop.c ├── x11prop.h ├── x11wrap.c └── x11wrap.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/.gitignore -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/.mailmap -------------------------------------------------------------------------------- /GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/GPL -------------------------------------------------------------------------------- /LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/LGPL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/README.md -------------------------------------------------------------------------------- /bindings.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/bindings.zig -------------------------------------------------------------------------------- /example/sine-mainloop.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/example/sine-mainloop.zig -------------------------------------------------------------------------------- /example/sine-threaded.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/example/sine-threaded.zig -------------------------------------------------------------------------------- /example/sine.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/example/sine.zig -------------------------------------------------------------------------------- /src/pulse/cdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/cdecl.h -------------------------------------------------------------------------------- /src/pulse/channelmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/channelmap.c -------------------------------------------------------------------------------- /src/pulse/channelmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/channelmap.h -------------------------------------------------------------------------------- /src/pulse/client-conf-x11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/client-conf-x11.c -------------------------------------------------------------------------------- /src/pulse/client-conf-x11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/client-conf-x11.h -------------------------------------------------------------------------------- /src/pulse/client-conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/client-conf.c -------------------------------------------------------------------------------- /src/pulse/client-conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/client-conf.h -------------------------------------------------------------------------------- /src/pulse/client.conf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/client.conf.in -------------------------------------------------------------------------------- /src/pulse/context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/context.c -------------------------------------------------------------------------------- /src/pulse/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/context.h -------------------------------------------------------------------------------- /src/pulse/def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/def.h -------------------------------------------------------------------------------- /src/pulse/direction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/direction.c -------------------------------------------------------------------------------- /src/pulse/direction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/direction.h -------------------------------------------------------------------------------- /src/pulse/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/error.c -------------------------------------------------------------------------------- /src/pulse/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/error.h -------------------------------------------------------------------------------- /src/pulse/ext-device-manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-device-manager.c -------------------------------------------------------------------------------- /src/pulse/ext-device-manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-device-manager.h -------------------------------------------------------------------------------- /src/pulse/ext-device-restore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-device-restore.c -------------------------------------------------------------------------------- /src/pulse/ext-device-restore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-device-restore.h -------------------------------------------------------------------------------- /src/pulse/ext-stream-restore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-stream-restore.c -------------------------------------------------------------------------------- /src/pulse/ext-stream-restore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/ext-stream-restore.h -------------------------------------------------------------------------------- /src/pulse/fork-detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/fork-detect.c -------------------------------------------------------------------------------- /src/pulse/fork-detect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/fork-detect.h -------------------------------------------------------------------------------- /src/pulse/format.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/format.c -------------------------------------------------------------------------------- /src/pulse/format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/format.h -------------------------------------------------------------------------------- /src/pulse/gccmacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/gccmacro.h -------------------------------------------------------------------------------- /src/pulse/glib-mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/glib-mainloop.c -------------------------------------------------------------------------------- /src/pulse/glib-mainloop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/glib-mainloop.h -------------------------------------------------------------------------------- /src/pulse/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/internal.h -------------------------------------------------------------------------------- /src/pulse/introspect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/introspect.c -------------------------------------------------------------------------------- /src/pulse/introspect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/introspect.h -------------------------------------------------------------------------------- /src/pulse/mainloop-api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop-api.c -------------------------------------------------------------------------------- /src/pulse/mainloop-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop-api.h -------------------------------------------------------------------------------- /src/pulse/mainloop-signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop-signal.c -------------------------------------------------------------------------------- /src/pulse/mainloop-signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop-signal.h -------------------------------------------------------------------------------- /src/pulse/mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop.c -------------------------------------------------------------------------------- /src/pulse/mainloop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/mainloop.h -------------------------------------------------------------------------------- /src/pulse/map-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/map-file -------------------------------------------------------------------------------- /src/pulse/operation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/operation.c -------------------------------------------------------------------------------- /src/pulse/operation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/operation.h -------------------------------------------------------------------------------- /src/pulse/proplist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/proplist.c -------------------------------------------------------------------------------- /src/pulse/proplist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/proplist.h -------------------------------------------------------------------------------- /src/pulse/pulseaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/pulseaudio.h -------------------------------------------------------------------------------- /src/pulse/rtclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/rtclock.c -------------------------------------------------------------------------------- /src/pulse/rtclock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/rtclock.h -------------------------------------------------------------------------------- /src/pulse/sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/sample.c -------------------------------------------------------------------------------- /src/pulse/sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/sample.h -------------------------------------------------------------------------------- /src/pulse/scache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/scache.c -------------------------------------------------------------------------------- /src/pulse/scache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/scache.h -------------------------------------------------------------------------------- /src/pulse/simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/simple.c -------------------------------------------------------------------------------- /src/pulse/simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/simple.h -------------------------------------------------------------------------------- /src/pulse/stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/stream.c -------------------------------------------------------------------------------- /src/pulse/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/stream.h -------------------------------------------------------------------------------- /src/pulse/subscribe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/subscribe.c -------------------------------------------------------------------------------- /src/pulse/subscribe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/subscribe.h -------------------------------------------------------------------------------- /src/pulse/thread-mainloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/thread-mainloop.c -------------------------------------------------------------------------------- /src/pulse/thread-mainloop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/thread-mainloop.h -------------------------------------------------------------------------------- /src/pulse/timeval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/timeval.c -------------------------------------------------------------------------------- /src/pulse/timeval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/timeval.h -------------------------------------------------------------------------------- /src/pulse/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/utf8.c -------------------------------------------------------------------------------- /src/pulse/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/utf8.h -------------------------------------------------------------------------------- /src/pulse/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/util.c -------------------------------------------------------------------------------- /src/pulse/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/util.h -------------------------------------------------------------------------------- /src/pulse/version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/version.h.in -------------------------------------------------------------------------------- /src/pulse/volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/volume.c -------------------------------------------------------------------------------- /src/pulse/volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/volume.h -------------------------------------------------------------------------------- /src/pulse/xmalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/xmalloc.c -------------------------------------------------------------------------------- /src/pulse/xmalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulse/xmalloc.h -------------------------------------------------------------------------------- /src/pulsecore/arpa-inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/arpa-inet.c -------------------------------------------------------------------------------- /src/pulsecore/arpa-inet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/arpa-inet.h -------------------------------------------------------------------------------- /src/pulsecore/asyncmsgq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/asyncmsgq.c -------------------------------------------------------------------------------- /src/pulsecore/asyncmsgq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/asyncmsgq.h -------------------------------------------------------------------------------- /src/pulsecore/asyncq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/asyncq.c -------------------------------------------------------------------------------- /src/pulsecore/asyncq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/asyncq.h -------------------------------------------------------------------------------- /src/pulsecore/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/atomic.h -------------------------------------------------------------------------------- /src/pulsecore/aupdate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/aupdate.c -------------------------------------------------------------------------------- /src/pulsecore/aupdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/aupdate.h -------------------------------------------------------------------------------- /src/pulsecore/auth-cookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/auth-cookie.c -------------------------------------------------------------------------------- /src/pulsecore/auth-cookie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/auth-cookie.h -------------------------------------------------------------------------------- /src/pulsecore/authkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/authkey.c -------------------------------------------------------------------------------- /src/pulsecore/authkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/authkey.h -------------------------------------------------------------------------------- /src/pulsecore/avahi-wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/avahi-wrap.c -------------------------------------------------------------------------------- /src/pulsecore/avahi-wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/avahi-wrap.h -------------------------------------------------------------------------------- /src/pulsecore/bitset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/bitset.c -------------------------------------------------------------------------------- /src/pulsecore/bitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/bitset.h -------------------------------------------------------------------------------- /src/pulsecore/card.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/card.c -------------------------------------------------------------------------------- /src/pulsecore/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/card.h -------------------------------------------------------------------------------- /src/pulsecore/cli-command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli-command.c -------------------------------------------------------------------------------- /src/pulsecore/cli-command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli-command.h -------------------------------------------------------------------------------- /src/pulsecore/cli-text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli-text.c -------------------------------------------------------------------------------- /src/pulsecore/cli-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli-text.h -------------------------------------------------------------------------------- /src/pulsecore/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli.c -------------------------------------------------------------------------------- /src/pulsecore/cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cli.h -------------------------------------------------------------------------------- /src/pulsecore/client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/client.c -------------------------------------------------------------------------------- /src/pulsecore/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/client.h -------------------------------------------------------------------------------- /src/pulsecore/conf-parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/conf-parser.c -------------------------------------------------------------------------------- /src/pulsecore/conf-parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/conf-parser.h -------------------------------------------------------------------------------- /src/pulsecore/core-error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-error.c -------------------------------------------------------------------------------- /src/pulsecore/core-error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-error.h -------------------------------------------------------------------------------- /src/pulsecore/core-format.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-format.c -------------------------------------------------------------------------------- /src/pulsecore/core-format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-format.h -------------------------------------------------------------------------------- /src/pulsecore/core-rtclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-rtclock.c -------------------------------------------------------------------------------- /src/pulsecore/core-rtclock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-rtclock.h -------------------------------------------------------------------------------- /src/pulsecore/core-scache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-scache.c -------------------------------------------------------------------------------- /src/pulsecore/core-scache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-scache.h -------------------------------------------------------------------------------- /src/pulsecore/core-subscribe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-subscribe.c -------------------------------------------------------------------------------- /src/pulsecore/core-subscribe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-subscribe.h -------------------------------------------------------------------------------- /src/pulsecore/core-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-util.c -------------------------------------------------------------------------------- /src/pulsecore/core-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core-util.h -------------------------------------------------------------------------------- /src/pulsecore/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core.c -------------------------------------------------------------------------------- /src/pulsecore/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/core.h -------------------------------------------------------------------------------- /src/pulsecore/cpu-arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-arm.c -------------------------------------------------------------------------------- /src/pulsecore/cpu-arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-arm.h -------------------------------------------------------------------------------- /src/pulsecore/cpu-orc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-orc.c -------------------------------------------------------------------------------- /src/pulsecore/cpu-orc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-orc.h -------------------------------------------------------------------------------- /src/pulsecore/cpu-x86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-x86.c -------------------------------------------------------------------------------- /src/pulsecore/cpu-x86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu-x86.h -------------------------------------------------------------------------------- /src/pulsecore/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu.c -------------------------------------------------------------------------------- /src/pulsecore/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/cpu.h -------------------------------------------------------------------------------- /src/pulsecore/creds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/creds.h -------------------------------------------------------------------------------- /src/pulsecore/database-gdbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/database-gdbm.c -------------------------------------------------------------------------------- /src/pulsecore/database-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/database-simple.c -------------------------------------------------------------------------------- /src/pulsecore/database-tdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/database-tdb.c -------------------------------------------------------------------------------- /src/pulsecore/database.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/database.c -------------------------------------------------------------------------------- /src/pulsecore/database.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/database.h -------------------------------------------------------------------------------- /src/pulsecore/dbus-shared.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dbus-shared.c -------------------------------------------------------------------------------- /src/pulsecore/dbus-shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dbus-shared.h -------------------------------------------------------------------------------- /src/pulsecore/dbus-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dbus-util.c -------------------------------------------------------------------------------- /src/pulsecore/dbus-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dbus-util.h -------------------------------------------------------------------------------- /src/pulsecore/device-port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/device-port.c -------------------------------------------------------------------------------- /src/pulsecore/device-port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/device-port.h -------------------------------------------------------------------------------- /src/pulsecore/dynarray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dynarray.c -------------------------------------------------------------------------------- /src/pulsecore/dynarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/dynarray.h -------------------------------------------------------------------------------- /src/pulsecore/endianmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/endianmacros.h -------------------------------------------------------------------------------- /src/pulsecore/esound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/esound.h -------------------------------------------------------------------------------- /src/pulsecore/fdsem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/fdsem.c -------------------------------------------------------------------------------- /src/pulsecore/fdsem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/fdsem.h -------------------------------------------------------------------------------- /src/pulsecore/ffmpeg/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ffmpeg/avcodec.h -------------------------------------------------------------------------------- /src/pulsecore/ffmpeg/dsputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ffmpeg/dsputil.h -------------------------------------------------------------------------------- /src/pulsecore/ffmpeg/resample2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ffmpeg/resample2.c -------------------------------------------------------------------------------- /src/pulsecore/filter/LICENSE.WEBKIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/LICENSE.WEBKIT -------------------------------------------------------------------------------- /src/pulsecore/filter/biquad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/biquad.c -------------------------------------------------------------------------------- /src/pulsecore/filter/biquad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/biquad.h -------------------------------------------------------------------------------- /src/pulsecore/filter/crossover.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/crossover.c -------------------------------------------------------------------------------- /src/pulsecore/filter/crossover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/crossover.h -------------------------------------------------------------------------------- /src/pulsecore/filter/lfe-filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/lfe-filter.c -------------------------------------------------------------------------------- /src/pulsecore/filter/lfe-filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/filter/lfe-filter.h -------------------------------------------------------------------------------- /src/pulsecore/flist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/flist.c -------------------------------------------------------------------------------- /src/pulsecore/flist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/flist.h -------------------------------------------------------------------------------- /src/pulsecore/g711.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/g711.c -------------------------------------------------------------------------------- /src/pulsecore/g711.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/g711.h -------------------------------------------------------------------------------- /src/pulsecore/hashmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/hashmap.c -------------------------------------------------------------------------------- /src/pulsecore/hashmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/hashmap.h -------------------------------------------------------------------------------- /src/pulsecore/hook-list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/hook-list.c -------------------------------------------------------------------------------- /src/pulsecore/hook-list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/hook-list.h -------------------------------------------------------------------------------- /src/pulsecore/i18n.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/i18n.c -------------------------------------------------------------------------------- /src/pulsecore/i18n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/i18n.h -------------------------------------------------------------------------------- /src/pulsecore/idxset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/idxset.c -------------------------------------------------------------------------------- /src/pulsecore/idxset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/idxset.h -------------------------------------------------------------------------------- /src/pulsecore/iochannel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/iochannel.c -------------------------------------------------------------------------------- /src/pulsecore/iochannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/iochannel.h -------------------------------------------------------------------------------- /src/pulsecore/ioline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ioline.c -------------------------------------------------------------------------------- /src/pulsecore/ioline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ioline.h -------------------------------------------------------------------------------- /src/pulsecore/ipacl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ipacl.c -------------------------------------------------------------------------------- /src/pulsecore/ipacl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ipacl.h -------------------------------------------------------------------------------- /src/pulsecore/json.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/json.c -------------------------------------------------------------------------------- /src/pulsecore/json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/json.h -------------------------------------------------------------------------------- /src/pulsecore/llist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/llist.h -------------------------------------------------------------------------------- /src/pulsecore/lock-autospawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/lock-autospawn.c -------------------------------------------------------------------------------- /src/pulsecore/lock-autospawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/lock-autospawn.h -------------------------------------------------------------------------------- /src/pulsecore/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/log.c -------------------------------------------------------------------------------- /src/pulsecore/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/log.h -------------------------------------------------------------------------------- /src/pulsecore/ltdl-helper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ltdl-helper.c -------------------------------------------------------------------------------- /src/pulsecore/ltdl-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ltdl-helper.h -------------------------------------------------------------------------------- /src/pulsecore/macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/macro.h -------------------------------------------------------------------------------- /src/pulsecore/mcalign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mcalign.c -------------------------------------------------------------------------------- /src/pulsecore/mcalign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mcalign.h -------------------------------------------------------------------------------- /src/pulsecore/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mem.h -------------------------------------------------------------------------------- /src/pulsecore/memblock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memblock.c -------------------------------------------------------------------------------- /src/pulsecore/memblock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memblock.h -------------------------------------------------------------------------------- /src/pulsecore/memblockq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memblockq.c -------------------------------------------------------------------------------- /src/pulsecore/memblockq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memblockq.h -------------------------------------------------------------------------------- /src/pulsecore/memchunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memchunk.c -------------------------------------------------------------------------------- /src/pulsecore/memchunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memchunk.h -------------------------------------------------------------------------------- /src/pulsecore/memfd-wrappers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memfd-wrappers.h -------------------------------------------------------------------------------- /src/pulsecore/memtrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memtrap.c -------------------------------------------------------------------------------- /src/pulsecore/memtrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/memtrap.h -------------------------------------------------------------------------------- /src/pulsecore/message-handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/message-handler.c -------------------------------------------------------------------------------- /src/pulsecore/message-handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/message-handler.h -------------------------------------------------------------------------------- /src/pulsecore/mime-type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mime-type.c -------------------------------------------------------------------------------- /src/pulsecore/mime-type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mime-type.h -------------------------------------------------------------------------------- /src/pulsecore/mix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mix.c -------------------------------------------------------------------------------- /src/pulsecore/mix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mix.h -------------------------------------------------------------------------------- /src/pulsecore/mix_neon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mix_neon.c -------------------------------------------------------------------------------- /src/pulsecore/modargs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/modargs.c -------------------------------------------------------------------------------- /src/pulsecore/modargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/modargs.h -------------------------------------------------------------------------------- /src/pulsecore/modinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/modinfo.c -------------------------------------------------------------------------------- /src/pulsecore/modinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/modinfo.h -------------------------------------------------------------------------------- /src/pulsecore/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/module.c -------------------------------------------------------------------------------- /src/pulsecore/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/module.h -------------------------------------------------------------------------------- /src/pulsecore/msgobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/msgobject.c -------------------------------------------------------------------------------- /src/pulsecore/msgobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/msgobject.h -------------------------------------------------------------------------------- /src/pulsecore/mutex-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mutex-posix.c -------------------------------------------------------------------------------- /src/pulsecore/mutex-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mutex-win32.c -------------------------------------------------------------------------------- /src/pulsecore/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/mutex.h -------------------------------------------------------------------------------- /src/pulsecore/namereg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/namereg.c -------------------------------------------------------------------------------- /src/pulsecore/namereg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/namereg.h -------------------------------------------------------------------------------- /src/pulsecore/native-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/native-common.c -------------------------------------------------------------------------------- /src/pulsecore/native-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/native-common.h -------------------------------------------------------------------------------- /src/pulsecore/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/object.c -------------------------------------------------------------------------------- /src/pulsecore/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/object.h -------------------------------------------------------------------------------- /src/pulsecore/once.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/once.c -------------------------------------------------------------------------------- /src/pulsecore/once.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/once.h -------------------------------------------------------------------------------- /src/pulsecore/packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/packet.c -------------------------------------------------------------------------------- /src/pulsecore/packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/packet.h -------------------------------------------------------------------------------- /src/pulsecore/parseaddr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/parseaddr.c -------------------------------------------------------------------------------- /src/pulsecore/parseaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/parseaddr.h -------------------------------------------------------------------------------- /src/pulsecore/pdispatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pdispatch.c -------------------------------------------------------------------------------- /src/pulsecore/pdispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pdispatch.h -------------------------------------------------------------------------------- /src/pulsecore/pid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pid.c -------------------------------------------------------------------------------- /src/pulsecore/pid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pid.h -------------------------------------------------------------------------------- /src/pulsecore/pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pipe.c -------------------------------------------------------------------------------- /src/pulsecore/pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pipe.h -------------------------------------------------------------------------------- /src/pulsecore/play-memblockq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/play-memblockq.c -------------------------------------------------------------------------------- /src/pulsecore/play-memblockq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/play-memblockq.h -------------------------------------------------------------------------------- /src/pulsecore/play-memchunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/play-memchunk.c -------------------------------------------------------------------------------- /src/pulsecore/play-memchunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/play-memchunk.h -------------------------------------------------------------------------------- /src/pulsecore/poll-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/poll-posix.c -------------------------------------------------------------------------------- /src/pulsecore/poll-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/poll-win32.c -------------------------------------------------------------------------------- /src/pulsecore/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/poll.h -------------------------------------------------------------------------------- /src/pulsecore/proplist-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/proplist-util.c -------------------------------------------------------------------------------- /src/pulsecore/proplist-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/proplist-util.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-cli.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-cli.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-dbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-dbus.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-dbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-dbus.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-esound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-esound.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-esound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-esound.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-http.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-http.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-native.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-native.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-native.h -------------------------------------------------------------------------------- /src/pulsecore/protocol-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-simple.c -------------------------------------------------------------------------------- /src/pulsecore/protocol-simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/protocol-simple.h -------------------------------------------------------------------------------- /src/pulsecore/pstream-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pstream-util.c -------------------------------------------------------------------------------- /src/pulsecore/pstream-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pstream-util.h -------------------------------------------------------------------------------- /src/pulsecore/pstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pstream.c -------------------------------------------------------------------------------- /src/pulsecore/pstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/pstream.h -------------------------------------------------------------------------------- /src/pulsecore/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/queue.c -------------------------------------------------------------------------------- /src/pulsecore/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/queue.h -------------------------------------------------------------------------------- /src/pulsecore/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/random.c -------------------------------------------------------------------------------- /src/pulsecore/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/random.h -------------------------------------------------------------------------------- /src/pulsecore/ratelimit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ratelimit.c -------------------------------------------------------------------------------- /src/pulsecore/ratelimit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/ratelimit.h -------------------------------------------------------------------------------- /src/pulsecore/refcnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/refcnt.h -------------------------------------------------------------------------------- /src/pulsecore/remap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/remap.c -------------------------------------------------------------------------------- /src/pulsecore/remap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/remap.h -------------------------------------------------------------------------------- /src/pulsecore/remap_mmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/remap_mmx.c -------------------------------------------------------------------------------- /src/pulsecore/remap_neon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/remap_neon.c -------------------------------------------------------------------------------- /src/pulsecore/remap_sse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/remap_sse.c -------------------------------------------------------------------------------- /src/pulsecore/resampler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler.c -------------------------------------------------------------------------------- /src/pulsecore/resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler.h -------------------------------------------------------------------------------- /src/pulsecore/resampler/ffmpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/ffmpeg.c -------------------------------------------------------------------------------- /src/pulsecore/resampler/libsamplerate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/libsamplerate.c -------------------------------------------------------------------------------- /src/pulsecore/resampler/peaks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/peaks.c -------------------------------------------------------------------------------- /src/pulsecore/resampler/soxr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/soxr.c -------------------------------------------------------------------------------- /src/pulsecore/resampler/speex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/speex.c -------------------------------------------------------------------------------- /src/pulsecore/resampler/trivial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/resampler/trivial.c -------------------------------------------------------------------------------- /src/pulsecore/rtkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/rtkit.c -------------------------------------------------------------------------------- /src/pulsecore/rtkit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/rtkit.h -------------------------------------------------------------------------------- /src/pulsecore/rtpoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/rtpoll.c -------------------------------------------------------------------------------- /src/pulsecore/rtpoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/rtpoll.h -------------------------------------------------------------------------------- /src/pulsecore/sample-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sample-util.c -------------------------------------------------------------------------------- /src/pulsecore/sample-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sample-util.h -------------------------------------------------------------------------------- /src/pulsecore/sconv-s16be.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv-s16be.c -------------------------------------------------------------------------------- /src/pulsecore/sconv-s16be.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv-s16be.h -------------------------------------------------------------------------------- /src/pulsecore/sconv-s16le.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv-s16le.c -------------------------------------------------------------------------------- /src/pulsecore/sconv-s16le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv-s16le.h -------------------------------------------------------------------------------- /src/pulsecore/sconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv.c -------------------------------------------------------------------------------- /src/pulsecore/sconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv.h -------------------------------------------------------------------------------- /src/pulsecore/sconv_neon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv_neon.c -------------------------------------------------------------------------------- /src/pulsecore/sconv_sse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sconv_sse.c -------------------------------------------------------------------------------- /src/pulsecore/semaphore-osx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/semaphore-osx.c -------------------------------------------------------------------------------- /src/pulsecore/semaphore-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/semaphore-posix.c -------------------------------------------------------------------------------- /src/pulsecore/semaphore-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/semaphore-win32.c -------------------------------------------------------------------------------- /src/pulsecore/semaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/semaphore.h -------------------------------------------------------------------------------- /src/pulsecore/shared.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shared.c -------------------------------------------------------------------------------- /src/pulsecore/shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shared.h -------------------------------------------------------------------------------- /src/pulsecore/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shm.c -------------------------------------------------------------------------------- /src/pulsecore/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shm.h -------------------------------------------------------------------------------- /src/pulsecore/shmasyncq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shmasyncq.c -------------------------------------------------------------------------------- /src/pulsecore/shmasyncq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/shmasyncq.h -------------------------------------------------------------------------------- /src/pulsecore/sink-input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sink-input.c -------------------------------------------------------------------------------- /src/pulsecore/sink-input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sink-input.h -------------------------------------------------------------------------------- /src/pulsecore/sink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sink.c -------------------------------------------------------------------------------- /src/pulsecore/sink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sink.h -------------------------------------------------------------------------------- /src/pulsecore/sioman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sioman.c -------------------------------------------------------------------------------- /src/pulsecore/sioman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sioman.h -------------------------------------------------------------------------------- /src/pulsecore/sndfile-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sndfile-util.c -------------------------------------------------------------------------------- /src/pulsecore/sndfile-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sndfile-util.h -------------------------------------------------------------------------------- /src/pulsecore/socket-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-client.c -------------------------------------------------------------------------------- /src/pulsecore/socket-client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-client.h -------------------------------------------------------------------------------- /src/pulsecore/socket-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-server.c -------------------------------------------------------------------------------- /src/pulsecore/socket-server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-server.h -------------------------------------------------------------------------------- /src/pulsecore/socket-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-util.c -------------------------------------------------------------------------------- /src/pulsecore/socket-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket-util.h -------------------------------------------------------------------------------- /src/pulsecore/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/socket.h -------------------------------------------------------------------------------- /src/pulsecore/sound-file-stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sound-file-stream.c -------------------------------------------------------------------------------- /src/pulsecore/sound-file-stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sound-file-stream.h -------------------------------------------------------------------------------- /src/pulsecore/sound-file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sound-file.c -------------------------------------------------------------------------------- /src/pulsecore/sound-file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/sound-file.h -------------------------------------------------------------------------------- /src/pulsecore/source-output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/source-output.c -------------------------------------------------------------------------------- /src/pulsecore/source-output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/source-output.h -------------------------------------------------------------------------------- /src/pulsecore/source.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/source.c -------------------------------------------------------------------------------- /src/pulsecore/source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/source.h -------------------------------------------------------------------------------- /src/pulsecore/srbchannel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/srbchannel.c -------------------------------------------------------------------------------- /src/pulsecore/srbchannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/srbchannel.h -------------------------------------------------------------------------------- /src/pulsecore/start-child.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/start-child.c -------------------------------------------------------------------------------- /src/pulsecore/start-child.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/start-child.h -------------------------------------------------------------------------------- /src/pulsecore/strbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/strbuf.c -------------------------------------------------------------------------------- /src/pulsecore/strbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/strbuf.h -------------------------------------------------------------------------------- /src/pulsecore/stream-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/stream-util.c -------------------------------------------------------------------------------- /src/pulsecore/stream-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/stream-util.h -------------------------------------------------------------------------------- /src/pulsecore/strlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/strlist.c -------------------------------------------------------------------------------- /src/pulsecore/strlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/strlist.h -------------------------------------------------------------------------------- /src/pulsecore/svolume.orc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume.orc -------------------------------------------------------------------------------- /src/pulsecore/svolume_arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume_arm.c -------------------------------------------------------------------------------- /src/pulsecore/svolume_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume_c.c -------------------------------------------------------------------------------- /src/pulsecore/svolume_mmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume_mmx.c -------------------------------------------------------------------------------- /src/pulsecore/svolume_orc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume_orc.c -------------------------------------------------------------------------------- /src/pulsecore/svolume_sse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/svolume_sse.c -------------------------------------------------------------------------------- /src/pulsecore/tagstruct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/tagstruct.c -------------------------------------------------------------------------------- /src/pulsecore/tagstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/tagstruct.h -------------------------------------------------------------------------------- /src/pulsecore/thread-mq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/thread-mq.c -------------------------------------------------------------------------------- /src/pulsecore/thread-mq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/thread-mq.h -------------------------------------------------------------------------------- /src/pulsecore/thread-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/thread-posix.c -------------------------------------------------------------------------------- /src/pulsecore/thread-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/thread-win32.c -------------------------------------------------------------------------------- /src/pulsecore/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/thread.h -------------------------------------------------------------------------------- /src/pulsecore/time-smoother.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/time-smoother.c -------------------------------------------------------------------------------- /src/pulsecore/time-smoother.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/time-smoother.h -------------------------------------------------------------------------------- /src/pulsecore/time-smoother_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/time-smoother_2.c -------------------------------------------------------------------------------- /src/pulsecore/time-smoother_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/time-smoother_2.h -------------------------------------------------------------------------------- /src/pulsecore/tokenizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/tokenizer.c -------------------------------------------------------------------------------- /src/pulsecore/tokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/tokenizer.h -------------------------------------------------------------------------------- /src/pulsecore/typedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/typedefs.h -------------------------------------------------------------------------------- /src/pulsecore/usergroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/usergroup.c -------------------------------------------------------------------------------- /src/pulsecore/usergroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/usergroup.h -------------------------------------------------------------------------------- /src/pulsecore/winerrno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/winerrno.h -------------------------------------------------------------------------------- /src/pulsecore/x11prop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/x11prop.c -------------------------------------------------------------------------------- /src/pulsecore/x11prop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/x11prop.h -------------------------------------------------------------------------------- /src/pulsecore/x11wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/x11wrap.c -------------------------------------------------------------------------------- /src/pulsecore/x11wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrk/pulseaudio/HEAD/src/pulsecore/x11wrap.h --------------------------------------------------------------------------------