QutEcoacoustics / baw-client

The AngularJS client for the bioacoustic workbench
Other
7 stars 1 forks source link

feat(audioControls): added audio download component #326

Closed peichins closed 6 years ago

peichins commented 6 years ago

Fixes #204. Created component that will show links to download the available audio formats and spectrogram using the media object already available to the page. This component is a button with an icon that displays the various download options on click. It also allows additional custom links, which lets us include the annotation csv link in the listen page. Although the issue only calls for the download link to be used on the single item library page, the component has been added to the annotation item component, so it is also on the many-item page.