Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at cb8a125c0ec7af04dfca6d31ff6bb38b2cd890bc 3 lines 118 B view raw
1export function isAudioFile(filename: string) { 2 return filename.match(/\.(flac|m4a|mp3|mp4|ogg|opus|wav|webm)$/); 3}