diff --git a/public/voices/subaru-80.mp3 b/public/voices/subaru-80.mp3 new file mode 100644 index 0000000..19ba295 Binary files /dev/null and b/public/voices/subaru-80.mp3 differ diff --git a/public/voices/subaru-81.mp3 b/public/voices/subaru-81.mp3 new file mode 100644 index 0000000..8dcaa80 Binary files /dev/null and b/public/voices/subaru-81.mp3 differ diff --git a/src/voices.json b/src/voices.json index dc44276..6a7d807 100644 --- a/src/voices.json +++ b/src/voices.json @@ -709,6 +709,24 @@ "ja-JP": "大型二輪って何に乗れるの?バス?", "en-US": "What can I ride with a large motorcycle license? Is it a bus?" } + }, + { + "name": "subaru-80", + "path": "subaru-80.mp3", + "description": { + "zh-CN": "它是不同的!", + "ja-JP": "それは違うよ!", + "en-US": "That's wrong!" + } + }, + { + "name": "subaru-81", + "path": "subaru-81.mp3", + "description": { + "zh-CN": "異議!", + "ja-JP": "異議あり!", + "en-US": "Objection!" + } } ] }