export interface ISoundsAudio { loop: boolean; source: string; }