From df7fffdc136cbd5439811a68005be9619c0647c7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 16 Aug 2023 17:52:04 -0700 Subject: Another ogg -> wav fix. --- player.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/player.json b/player.json index 112861e..b906e0d 100644 --- a/player.json +++ b/player.json @@ -275,9 +275,9 @@ "variant" : "cough", "volume" : 70, "files" : [ - "player/other/coughing_1.ogg", - "player/other/coughing_2.ogg", - "player/other/coughing_3.ogg" + "player/other/coughing_1.wav", + "player/other/coughing_2.wav", + "player/other/coughing_3.wav" ] }, { -- cgit v1.2.1