Removed a error in the speakerAudioViewer

This commit is contained in:
2025-12-11 16:04:16 +01:00
parent b26ef96cfc
commit a0abedc921
-2
View File
@@ -139,8 +139,6 @@
<div class="speakerAudio" id="speakerAutio">
<label id="labelSpeakerAudio">Selected Speaker</label>
<audio controls id="speakerAudioViewer">
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Currently there is no audio file here.
</audio>
</div>