This commit is contained in:
JotaChina 2025-12-05 23:12:39 -03:00
parent d8c0ecd2e5
commit a574747d40
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ title: "{{ page.file }}"
>Preview:</span >Preview:</span
> >
<div class="control"> <div class="control">
{% assign audio_file_path = '/src_mmpSearch/mmp/wav/' | append: page.file | {% assign audio_file_path = '/src_mmpSearch/wav/' | append: page.file |
append: '.wav' %} append: '.wav' %}
<audio <audio
controls controls
@ -78,7 +78,7 @@ title: "{{ page.file }}"
src="{{ audio_file_path | relative_url }}" src="{{ audio_file_path | relative_url }}"
type="audio/wav" type="audio/wav"
/> />
{% assign audio_ogg_path = '/src_mmpSearch/mmp/ogg/' | append: page.file | {% assign audio_ogg_path = '/src_mmpSearch/ogg/' | append: page.file |
append: '.ogg' %} append: '.ogg' %}
<source <source
src="{{ audio_ogg_path | relative_url }}" src="{{ audio_ogg_path | relative_url }}"