ng-image-slider icon indicating copy to clipboard operation
ng-image-slider copied to clipboard

Support for audio files

Open mrkhan opened this issue 5 years ago • 3 comments

Hi Sanjay,

Suggestion: It would be really cool to have audio file support too. Currently I am working on a project where-in media data can be of any type (image, audio and video). Apart from audio support, your tool is perfect for my user-case.

Thanks & Regards, Rizwan

mrkhan avatar Mar 05 '20 11:03 mrkhan

@mrkhan Sure, I will add audio support with images and videos. Can you suggest UI structure, how it will look with images and videos images? Should we show poster image for audio?

sanjayV avatar Mar 09 '20 05:03 sanjayV

Glad to hear that! I imagined to have a structure similar to video object

{
   	audio: 'assets/audio/audio1.mp3',
       posterImage: 'assets/img/slider/2_min.jpeg',
       title: 'Audio title'
}

For UI: Display the thumbnail of 'posterImage' and while in viewing each file, just the audio control on the screen seems good enough.

OR

Display the thumbnail of 'posterImage' and while in viewing each file would show the 'posterImage' as static video with audio controls. (similar to video viewig)

mrkhan avatar Mar 09 '20 08:03 mrkhan

Hi Sanjay,

Any updates on this enhancement ?

mrkhan avatar Apr 29 '20 12:04 mrkhan