How to record and publish audio clips
What we did
During this session we made an audio recording. We were using Learning Music as a sound source and recorded a short music clip with Audacity. Here is a screenshot of what we did.
At the end we were converting the original wav file into the more compact mp3 format and published the audio file on a website. This is the code we were using for that:
<div>
<audio controls>
<source src="/assets/intro1.mp3" type="audio/mpeg">
</audio>
</div>