dev-audioprocessing/pages/index/index.vue

39 lines
868 B
Vue

<template>
<div>
<div class="container">
<div class="row pt-3">
<div class="col-12 text-center">
<!-- <img src="~/assets/image/Cloudsoftware.png" class="img-fluid">-->
<client-only>
<!-- <av-waveform-->
<!-- src="/maskin2.wav"-->
<!-- :played-line-width="3"-->
<!-- :noplayed-line-width="3"-->
<!-- ></av-waveform>-->
</client-only>
<h4 class="fw-bold ">Focus</h4>
<div class="pt-3">
<img src="~/assets/image/Frame19439.png" class="img-fluid" />
</div>
<div class="d-flex justify-content-center pt-3">
</div>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
name:'HomePage',
created() {
return{
player : '',
canvas : '',
mySource : "./symphony.mp3",
}
}
}
</script>