ng-image-slider
ng-image-slider copied to clipboard
Support for audio files
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 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?
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)
Hi Sanjay,
Any updates on this enhancement ?