Initializing... drag & drop files here
Supports: DSS
A .dss file is a Digital Speech Standard recording — the proprietary dictation format written by Olympus, Philips and Grundig handheld recorders, defined by the International Voice Association, and readable by almost nothing outside the makers' own software. Opus is the opposite in every respect: an open IETF standard, royalty-free, and built with a dedicated speech engine that does exactly what DSS was designed to do, only better and in a format the whole web can play. If your goal is a small, modern, shareable voice file, Opus is the strongest target on this site. If your goal is feeding an established transcription program, it is probably the wrong one — the comparison below says why.
| Property | DSS | Opus |
|---|---|---|
| Type | proprietary speech format | open, royalty-free codec |
| Defined by | the International Voice Association — a consortium of Olympus, Philips and Grundig Business Systems | the IETF, in RFC 6716 (2012) |
| Origin | developed in 1994 by Grundig with the University of Nuremberg; standard released 1997 | standardised in 2012, combining Skype's SILK speech engine with Xiph.Org's CELT |
| Designed for | fitting hours of dictation onto a handheld recorder | everything from 6 kbps voice to full-band stereo music |
| Channels | mono | mono, stereo and multichannel |
| Sample rates | fixed by the recording mode — decoded here at 11,025 Hz or 8,000 Hz | 8, 12, 16, 24 and 48 kHz only |
| Bitrate range offered here | not applicable — it is the source | 8 to 512 kbps, with VBR targets from 6k-24k upward |
| Where it plays | the recorder maker's dictation software; some transcription apps | about 96% of tracked global browser usage — Chrome 33+, Firefox 15+, Edge 14+; Safari support is partial on desktop and only became full on iOS 18.4 |
| Best for | capturing dictation on the device | storing and sharing that dictation afterwards |
.opus attachment may simply not play..dss recording onto the page or click "+ Add Files". Recordings from Olympus, Philips and Grundig handheld recorders all work, and several files can be queued to convert with the same settings..opus file. No sign-up, no watermark.Opus is unusual among audio codecs: it does not support 44,100 Hz at all. The specification defines five internal sample rates — 8, 12, 16, 24 and 48 kHz — and the encoder refuses anything else. We ran the encoder directly to confirm it: libopus advertises supported rates of 48000, 24000, 16000, 12000 and 8000, and asking it to encode at 44,100 Hz fails outright with an invalid-argument error and produces a zero-byte file.
The Audio Sample Rate dropdown on this page still lists 44100 HZ, because it is a shared control used across many output formats. Rather than let the encode fail, our pipeline validates the requested rate against the target codec and snaps it to the nearest one Opus can actually use. Here is what that means in practice for a DSS source:
| Audio Sample Rate you select | What Opus actually encodes at | Why |
|---|---|---|
| Original, from a Standard Play DSS file (11,025 Hz) | 12,000 Hz | 11,025 Hz is not an Opus rate; 12 kHz is the nearest one |
| Original, from a G.723.1-mode DSS file (8,000 Hz) | 8,000 Hz | already a native Opus rate, so nothing changes |
| 8000, 12000, 16000, 24000 or 48000 HZ | exactly what you picked | all five are native Opus rates |
| 44100 HZ | 48,000 Hz | Opus has no 44.1 kHz mode, so the request is snapped upward |
None of this hurts the recording — resampling a narrow-band speech track by a small factor is inaudible — but it does mean that picking 44,100 Hz here achieves nothing you did not already have. Leave the control on Original.
It is genuinely a speech codec as well. Opus contains two engines: CELT for music and SILK, which grew out of Skype's voice codec, for speech, and it switches or blends between them based on the content and bitrate. For mono voice at a low bitrate — precisely what a dictation recording is — Opus is among the best codecs available, and it stays intelligible at bitrates where MP3 and AAC have long since given up.
No. DSS captures narrow-band mono speech: the two modes decoded here come in at 11,025 Hz and 8,000 Hz, which caps the audio bandwidth at roughly 5.5 kHz and 4 kHz. Opus reproduces that efficiently and faithfully, but it cannot regenerate frequencies the recorder never sampled. Choose a higher bitrate for headroom if you like — not in the expectation that the voice will sound fuller.
Lower than you think. The Variable Bitrate ranges on this page start at 6k-24k, which is a reasonable target for clean mono speech, and 24k-40k is comfortable for a noisier recording. Opus's advantage over AAC is exactly this territory: our AAC encoder cannot go below 32 kbps at all, while Opus is usable well beneath it. Anything above about 64 kbps is wasted on a source this narrow-band.
Because it is a proprietary format that never achieved general playback support. VLC and Windows Media Player will not reliably open a .dss out of the box; you normally need the recorder manufacturer's dictation software or a transcription application built for it. That is the practical reason to convert — the recording stops depending on one vendor's player.
It depends entirely on the tool. Modern browser-based and AI transcription services handle Opus happily and appreciate the small upload. Established desktop transcription software often does not — many expect WAV or MP3, and the traditional dictation workflow converts to WAV. If you are feeding a specific program, check what it accepts first; DSS to WAV is the safest input for legacy tools.
.opus file play?Playback breadth is Opus's one weakness. Current browsers are fine — caniuse puts overall support around 96%, with Chrome from 33, Firefox from 15 and Edge from 14 — but Safari's support is only partial on desktop and iOS did not reach full support until 18.4, so older iPhones and Macs may refuse it. Pre-2018 hardware such as car stereos and standalone media players generally never gained Opus at all. If universal playback is the requirement, use DSS to MP3.
.ds2 (DSS Pro) files?No — .dss only. DS2 is the later DSS Pro container and the decoder used here does not read it; the format is identified from the file's header, so renaming a .ds2 will not get around it. Export or convert the recording in the manufacturer's own dictation software first, then bring the result here.
DSS files declare their coding mode in the header, and only two are decodable here: Standard Play, and the mode built on the ITU-T G.723.1 speech coder. A file written in some other mode is refused rather than partially decoded. The other common causes are a .ds2 renamed to .dss, and a file truncated while being copied off the recorder — check that the original still plays in the recorder's own software.
It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. Dictation regularly contains privileged legal or medical material, so nothing you upload is retained beyond that window or made accessible to anyone else.