Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

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