Skip to content

Commit cf2a868

Browse files
author
Paul Bienkowski
committed
PlayerAServer: fix pitch command
1 parent e17e5e2 commit cf2a868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenCOVER/audio/PlayerAServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ void PlayerAServer::Source::update(const Player *genericPlayer)
537537

538538
if (opitch != pitch)
539539
{
540-
snprintf(msg, sizeof(msg), "SSPI %d %f", asHandle, pitch);
540+
snprintf(msg, sizeof(msg), "SPIT %d %f", asHandle, pitch);
541541
player->sendCommand(msg);
542542
opitch = pitch;
543543
}

0 commit comments

Comments
 (0)