annotate src/app/waveform/waveform.component.css @ 132:36f57a21637c

Add a service for audio recording which uses relies on being provided implementations of a provider to a MediaStream and a MediaRecorder. Include a stub for use when recording isn't supported.
author Lucas Thompson <dev@lucas.im>
date Mon, 20 Mar 2017 13:24:36 +0000
parents 0b24b8ae62f8
children a121b5cd3842
rev   line source
dev@10 1 .track {
dev@10 2 height: 100%;
dev@10 3 }