mumble/src
Robert Adam e48dd5cdb7 FIX(client, plugins): Wrong sample count in plugin callback
In the mumble_onAudioInput callback that plugins can use, the
sampleCount parameter was actually wrong for all cases in which the
input had more than a single channel. Instead of the sample count per
channel, the total sample count (across all channels) was passed along.

Fixes #6464
2024-07-06 18:28:15 +02:00
..
benchmarks MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
crypto MAINT: The OCB design is in the public domain 2024-04-23 18:05:31 +02:00
mumble FIX(client, plugins): Wrong sample count in plugin callback 2024-07-06 18:28:15 +02:00
murmur FIX(server): Allow to move temporary channels provided sufficient permissions 2024-06-05 16:49:21 +00:00
tests FEAT(client): Add ReNameNoise as a replacement for RNNoise 2024-04-04 14:59:09 +00:00
ACL.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ACL.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Ban.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Ban.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ByteSwap.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Channel.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
Channel.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
ChannelListenerManager.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
ChannelListenerManager.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
CMakeLists.txt BUILD(cmake): Module to fetch compiler-dependent flags 2024-01-07 17:10:11 +01:00
Connection.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
Connection.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
CryptState.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
EnvUtils.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
EnvUtils.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
FFDHE.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
FFDHE.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Group.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Group.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HostAddress.cpp FIX(client): Use IPv4 HostAddress representation where applicable 2024-02-28 20:36:46 +00:00
HostAddress.h REFAC: Get rid of union in HostAddress 2024-01-07 17:10:11 +01:00
HTMLFilter.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HTMLFilter.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
License.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
License.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
LogEmitter.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
LogEmitter.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Mumble.proto MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
MumbleConstants.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
MumbleProtocol.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
MumbleProtocol.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
MumbleUDP.proto MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Net.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Net.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
OSInfo.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
OSInfo.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PacketDataStream.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
PasswordGenerator.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PasswordGenerator.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PlatformCheck.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PlatformCheck.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProcessResolver.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
ProcessResolver.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProtoUtils.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
ProtoUtils.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
QtUtils.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
QtUtils.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
SelfSignedCertificate.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SelfSignedCertificate.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerAddress.cpp REFAC: Get rid of union in HostAddress 2024-01-07 17:10:11 +01:00
ServerAddress.h REFAC: Get rid of union in HostAddress 2024-01-07 17:10:11 +01:00
ServerResolver.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolver.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolverRecord.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolverRecord.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SignalCurry.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSL.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSL.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSLLocks.cpp BUILD: Use correct type for num locks 2024-06-23 09:53:44 +02:00
SSLLocks.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Timer.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Timer.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
UnresolvedServerAddress.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
UnresolvedServerAddress.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
User.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
User.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Utils.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
Version.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
Version.h REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
VolumeAdjustment.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00
VolumeAdjustment.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
win.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00