// // Options (array en 3e param) : // widths : largeurs candidates pour srcset (def: [200,400,600,900,1400]) // sizes : attribut sizes (def: 'auto') // loading : 'lazy' (def) ou 'eager' (pour image LCP) // q : qualité WebP 30..95 (def: 80) // class, style, width, height : attributs classiques // attrs : attributs HTML supplémentaires ['fetchpriority'=>'high', ...] // // Notes : // - Sur loading="eager" (LCP), prefer un sizes explicite plutôt que 'auto'. // - L'image par défaut (src=) est prise dans la médiane des widths. if (!function_exists('img')) { function img($src, $alt = '', array $opts = []) { global $version; $widths = $opts['widths'] ?? [200, 400, 600, 900, 1400]; $sizes = $opts['sizes'] ?? 'auto'; $loading = $opts['loading'] ?? 'lazy'; $quality = (int)($opts['q'] ?? 80); $w = $opts['width'] ?? null; $h = $opts['height'] ?? null; $class = $opts['class'] ?? ''; $style = $opts['style'] ?? ''; $extra = $opts['attrs'] ?? []; $vParam = isset($opts['v']) ? $opts['v'] : ($version ?? null); // Auto-détection des dimensions source si absentes if ((!$w || !$h) && !empty($_SERVER['DOCUMENT_ROOT'])) { $srcPath = rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/' . ltrim($src, '/'); if (is_file($srcPath) && ($info = @getimagesize($srcPath))) { if (!$w) { $w = $info[0]; } if (!$h) { $h = $info[1]; } } } $encSrc = rawurlencode(ltrim($src, '/')); $vStr = $vParam !== null ? '&v=' . rawurlencode((string)$vParam) : ''; $srcset = []; foreach ($widths as $wCand) { $wCand = (int)$wCand; if ($wCand < 1) continue; $srcset[] = "/img.php?src={$encSrc}&w={$wCand}&q={$quality}{$vStr} {$wCand}w"; } // src par défaut : valeur médiane $defaultW = (int)$widths[(int)floor(count($widths) / 2)]; $defaultSrc = "/img.php?src={$encSrc}&w={$defaultW}&q={$quality}{$vStr}"; $altEsc = htmlspecialchars($alt, ENT_QUOTES, 'UTF-8'); $attrs = ''; if ($class !== '') $attrs .= ' class="' . htmlspecialchars($class, ENT_QUOTES, 'UTF-8') . '"'; if ($style !== '') $attrs .= ' style="' . htmlspecialchars($style, ENT_QUOTES, 'UTF-8') . '"'; if ($w) $attrs .= ' width="' . (int)$w . '"'; if ($h) $attrs .= ' height="' . (int)$h . '"'; foreach ($extra as $k => $v) { $attrs .= ' ' . htmlspecialchars($k, ENT_QUOTES, 'UTF-8') . '="' . htmlspecialchars((string)$v, ENT_QUOTES, 'UTF-8') . '"'; } return '' . $altEsc . ''; } } 14 Free Winder Sound Effects — Download WAV & MP3
Free and royalty-free sound library for your commercial or personal projects.
🛒 Cart | 👤 Account
Free Sound Effects - Download 3,500+ Royalty-Free Sounds
⚠️ BigSoundBank needs you to stay alive! Make a (small) donation ⚠️

14 Free Winder Sound Effects - Most Popular

Winder #1

Listen to this sound (#1674)
Music box that you go back manually with a small key. Some turns. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:10.
more & Downloads

Instamatic, winder #1

Listen to this sound (#2817)
Winder from a Kodak Instamatic 133-X. UCS Category: COMCam. Length: 00:01.
more & Downloads

Winder #5

Listen to this sound (#2666)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:11.
more & Downloads

Instamatic, winder #3

Listen to this sound (#2819)
Winder from a Kodak Instamatic 133-X. UCS Category: COMCam. Length: 00:01.
more & Downloads

Winder #2

Listen to this sound (#1675)
Music box that you go back manually with a small key. Some turns. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:06.
more & Downloads

Instamatic, winder #4

Listen to this sound (#2820)
Winder from a Kodak Instamatic 133-X. UCS Category: COMCam. Length: 00:01.
more & Downloads

Winder #9

Listen to this sound (#2670)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:12.
more & Downloads

Instamatic, winder #2

Listen to this sound (#2818)
Winder from a Kodak Instamatic 133-X. UCS Category: COMCam. Length: 00:01.
more & Downloads

Winder #7

Listen to this sound (#2668)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:03.
more & Downloads

Winder #3

Listen to this sound (#2664)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:12.
more & Downloads

Winder #4

Listen to this sound (#2665)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:03.
more & Downloads

Winder #6

Listen to this sound (#2667)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:05.
more & Downloads

Winder #8

Listen to this sound (#2669)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:04.
more & Downloads

Winder #10

Listen to this sound (#2671)
Small old mechanical alarm clock that is manually wound with a small key. A few rounds. UCS Category: CLOCKMech, MUSCKeyd. Length: 00:05.
more & Downloads

Download all results from this page

This action can be VERY long depending on your connection and the size of the files!

Search tips:
- Use simple keywords (1-2 words work best)
- Prefer English terms when possible
- Avoid typos and misspellings
- Try synonyms if you don't find results
- Use singular nouns (cat, not cats)
- Skip adjectives (cat not big cat)
- Avoid onomatopoeia and slang
- Don't describe what the sound is NOT
- Focus on the sound source (door, engine, bird)