diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: rattletrap
-version: 11.2.7
+version: 11.2.8
 synopsis: Parse and generate Rocket League replays.
 description: Rattletrap parses and generates Rocket League replays.
 
diff --git a/src/lib/Rattletrap/Data.hs b/src/lib/Rattletrap/Data.hs
--- a/src/lib/Rattletrap/Data.hs
+++ b/src/lib/Rattletrap/Data.hs
@@ -410,6 +410,7 @@
   , ("TAGame.PRI_TA:SecondaryTitle", AttributeType.Title)
   , ("TAGame.PRI_TA:SkillTier", AttributeType.FlaggedByte)
   , ("TAGame.PRI_TA:SpectatorShortcut", AttributeType.Int)
+  , ("TAGame.PRI_TA:CurrentVoiceRoom", AttributeType.String)
   , ("TAGame.PRI_TA:SteeringSensitivity", AttributeType.Float)
   , ("TAGame.PRI_TA:TimeTillItem", AttributeType.Int)
   , ("TAGame.PRI_TA:Title", AttributeType.Int)
diff --git a/src/test/Main.hs b/src/test/Main.hs
--- a/src/test/Main.hs
+++ b/src/test/Main.hs
@@ -167,4 +167,5 @@
   , ("f811", "no frames") -- https://github.com/tfausak/rattletrap/commit/bf4b6af
   , ("fdc7", "an MVP") -- https://github.com/tfausak/rattletrap/commit/65019d2
   , ("ffb7", "with difficulty") -- https://github.com/tfausak/rattletrap/pull/167
+  , ("voice_update", "voice update replay") -- https://github.com/tfausak/rattletrap/pull/265
   ]
