Jonathan Morali’s original score is notoriously fractured in raw rips. A patched collection merges these into suites like:
Use FFmpeg to apply replaygain without re-encoding (just tag):
ffmpeg -i input.flac -af loudnorm=I=-16:LRA=11:TP=-1.5 -c:a flac output.flac
Or use foobar2000 → Select files → Right-click → ReplayGain → Scan per-file track gain.
When users search for a "patched" FLAC version of a soundtrack, they are usually referring to one of two scenarios. Understanding this distinction is key to finding what you want. life is strange ost flac patched
Some score tracks flow into each other. To remove gaps:
You can extract audio from the game’s .pck files using FModel or UE Viewer (Unreal Engine 3). Steps:
If you already have FLAC files but they have issues, here’s how to patch them. Or use foobar2000 → Select files → Right-click
Due to copyright, I can’t provide direct download links, but here’s how the community does it:
| Source | Quality | Patched? | |--------|---------|-----------| | Official soundtrack (Steam, iTunes, Amazon) | 256–320 kbps MP3/AAC | No (incomplete licensed tracks) | | Game file extraction (FSB/Bnk → WAV → FLAC) | Lossless (16-bit/44.1kHz) | No (needs manual tagging) | | Fan-made “Complete Collection” (Reddit, Archive.org) | FLAC | Yes — often pre-patched | | Tidal/Qobuz (licensed tracks separately) | FLAC 16/44.1 | No (you must compile yourself) |
Search term suggestions (use with caution): If you already have FLAC files but they
Recommended folder structure:
Life is Strange - Complete FLAC/
├── Score - Jonathan Morali/
│ ├── 01 Life is Strange.flac
│ ├── 02 Golden Hour.flac
│ └── ...
├── Licensed Tracks/
│ ├── Syd Matters - Obstacles.flac
│ ├── Syd Matters - To All of You.flac
│ ├── Angus & Julia Stone - Santa Monica Dream.flac
│ ├── Local Natives - Mt. Washington.flac
│ ├── Foals - Spanish Sahara.flac
│ ├── Bright Eyes - Lua.flac
│ ├── José González - Crosses.flac
│ ├── Message to Bears - Mountains.flac
│ ├── alt-J - Something Good.flac
│ └── ...
└── cover.jpg
Create a playlist (.m3u8 UTF-8) that includes both score and licensed tracks in game-appearance order.