Changeset fbc8628 in Klonkt for src/views/pages/admin-audio.ejs


Ignore:
Timestamp:
06/18/2026 08:48:18 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
91d948c
Parents:
03af7f8
Message:

Audio upload: WAV up to 100 MB (other formats remain 50 MB)

WAV is uncompressed → 50 MB was too tight. multer ceiling now 100 MB
(the highest), with a per-type check in the handler: .wav may be 100 MB,
compressed formats stay at 50 MB. Dropzone text updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-audio.ejs

    r03af7f8 rfbc8628  
    4646        <span class="ax-dropzone-icon">🎵</span>
    4747        <strong class="ax-dropzone-title">Sleep audio hierheen</strong>
    48         <span class="ax-dropzone-sub">of klik om bestanden te kiezen<br><small>mp3, m4a, ogg, opus, flac, wav · max <%= maxBytesMb %> MB per bestand</small></span>
     48        <span class="ax-dropzone-sub">of klik om bestanden te kiezen<br><small>mp3, m4a, ogg, opus, flac · max <%= maxBytesMb %> MB · wav max <%= maxWavMb %> MB</small></span>
    4949        <input type="file" id="audio-files" accept="audio/*" multiple>
    5050      </label>
Note: See TracChangeset for help on using the changeset viewer.