view src/app/analysis-item/analysis-item.component.html @ 192:e4f38975c2bc

Introduce interface for reading a file, once again avoiding specific browser implementation.
author Lucas Thompson <dev@lucas.im>
date Thu, 23 Mar 2017 15:42:34 +0000
parents a50feba0d7f0
children d7e4bba39d20
line wrap: on
line source
<md-card>
  <md-card-header>
    <md-card-title>{{title}}</md-card-title>
    <md-card-subtitle>{{description}}</md-card-subtitle>
  </md-card-header>
  <md-card-content>
    <app-waveform
      [audioBuffer]="audioBuffer"
      [timeline]="timeline"
      [trackIdPrefix]="title"
    ></app-waveform>
  </md-card-content>
</md-card>