diff --git a/frontend/src/lib/components/sessions/chatbox.svelte b/frontend/src/lib/components/sessions/chatbox.svelte
index 375cf6592a6e10b94fed2b20e9d0756e39a5905b..6e62a0e41ba009b8d9d4122bd2ce22f149516a24 100644
--- a/frontend/src/lib/components/sessions/chatbox.svelte
+++ b/frontend/src/lib/components/sessions/chatbox.svelte
@@ -22,6 +22,7 @@
 				body: news.content,
 				icon: '/favicon.ico'
 			});
+			new Audio('/notification.wav').play();
 		}
 	});
 
diff --git a/frontend/static/notification.wav b/frontend/static/notification.wav
new file mode 100644
index 0000000000000000000000000000000000000000..88a18e152d96c2c45c4840a70f8f55f19c892dcd
Binary files /dev/null and b/frontend/static/notification.wav differ