caminhos de áudio nos instrumentos em projetos
Deploy / Deploy (push) Successful in 26s Details

This commit is contained in:
JotaChina 2025-05-22 18:54:28 -03:00
parent 047250d934
commit cfc92b77ca
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ title: "{{ page.file }}"
<!-- Exibir player de áudio para o instrumento -->
<div class="audio-player-section mt-3">
<audio controls>
<source src="{{ '/mmp/instruments/lmms' | append: instrument.audiofileprocessor.src | relative_url }}" type="audio/wav">
<source src="{{ '/mmp/instruments/lmms/' | append: instrument.audiofileprocessor.src | relative_url }}" type="audio/wav">
Seu navegador não suporta o elemento <code>audio</code>.
</audio>
</div>