pipewire/src/modules/module-protocol-pulse
Julian Bouzas d4b06431ff pulse-server: calculate buffer size based on the frame size
Audio with big frame sizes (especially audio with multiple channels) needs more
buffer size than the one calculated with the current formula. This patch uses
the frame size to calculate the buffer size, fixing playback issues for clients
configured in passthrough mode.
2021-08-30 08:01:52 +00:00
..
extensions tree-wide: replace strstr(a, b) == a with spa_strstartswith() 2021-08-02 08:24:21 +00:00
modules pulse-server: Handle formats of virtual devices better 2021-08-25 17:33:22 +02:00
client.c pulse-server: split out server creation and socket handling 2021-06-25 03:23:32 +02:00
client.h pipewire-pulse: delay create stream reply if the peer is not found 2021-08-30 08:01:52 +00:00
collect.c pulse-server: Handle formats of virtual devices better 2021-08-25 17:33:22 +02:00
collect.h pulse-server: Handle formats of virtual devices better 2021-08-25 17:33:22 +02:00
commands.h pulse-server: split out commands 2021-06-25 03:22:56 +02:00
dbus-name.c dbus: keep a ref to DBusConnection if reconnecting is not handled 2021-06-26 16:11:40 +03:00
dbus-name.h pulse-server: split out D-Bus parts 2021-06-25 03:23:09 +02:00
defs.h treewide: mark things static and const 2021-06-30 14:44:08 +02:00
extension.c pulse-server: split out extension handling 2021-06-25 03:23:35 +02:00
extension.h pulse-server: split out extension handling 2021-06-25 03:23:35 +02:00
format.c pulse-server: Handle formats of virtual devices better 2021-08-25 17:33:22 +02:00
format.h pulse-server: Handle formats of virtual devices better 2021-08-25 17:33:22 +02:00
internal.h pulse-server: remove unnecessary struct member and includes 2021-06-25 03:23:51 +02:00
manager.c avoid shadowing arguments 2021-07-06 17:55:16 +02:00
manager.h pulse-server: add property to make virtual nodes 2021-04-20 21:05:59 +02:00
media-roles.c pulse-server: split out media roles 2021-06-25 03:23:20 +02:00
media-roles.h pulse-server: split out media roles 2021-06-25 03:23:20 +02:00
message-handler.c pulse-server: fix json comma handling 2021-07-30 07:29:11 +00:00
message-handler.h pulse-server: split out message-handler 2021-06-25 03:23:41 +02:00
message.c pulse-server: split out message handling 2021-06-25 03:23:24 +02:00
message.h pulse-server: split out message handling 2021-06-25 03:23:24 +02:00
module.c pipewire-pulse: add module-switch-on-connect 2021-07-24 18:51:57 +03:00
module.h pulse-server: split out module handling 2021-06-25 03:23:37 +02:00
operation.c pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
operation.h pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
pending-sample.c pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
pending-sample.h pulse-server: split out pending-sample 2021-06-25 03:23:15 +02:00
pulse-server.c pulse-server: calculate buffer size based on the frame size 2021-08-30 08:01:52 +00:00
pulse-server.h pulse-server: add missing forward declarations 2021-06-25 03:24:00 +02:00
quirks.c pulse-server: move quirks to a json blob 2021-06-30 18:10:41 +02:00
quirks.h pipewire-pulse: implement simple quirk database 2021-06-30 17:17:36 +02:00
reply.c pulse-server: silence the ENOTSUP warnings 2021-06-28 12:43:31 +02:00
reply.h pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
sample-play.c pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample-play.h pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample.c pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample.h pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
server.c pipewire-pulse: delay create stream reply if the peer is not found 2021-08-30 08:01:52 +00:00
server.h pulse-server: split out server creation and socket handling 2021-06-25 03:23:32 +02:00
stream.c pipewire-pulse: delay create stream reply if the peer is not found 2021-08-30 08:01:52 +00:00
stream.h pipewire-pulse: delay create stream reply if the peer is not found 2021-08-30 08:01:52 +00:00
utils.c protocol: don't place sockets in $HOME 2021-07-27 10:57:31 +02:00
utils.h pulse-server: use pid_t where appropriate 2021-07-25 15:17:08 +02:00
volume.c pulse-server: split out volume handling 2021-06-25 03:23:01 +02:00
volume.h pulse-server: split out volume handling 2021-06-25 03:23:01 +02:00