SLN to PVF Converter

Transform Asterisk SLN telephony audio into PVF format

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Telephony Compatibility

Both SLN and PVF serve voice systems. Seamlessly move audio between Asterisk and PVF-compatible telephony platforms.

Server-Side Processing

All conversion runs in the cloud — no local SoX installation or command-line work needed on your end.

Data Privacy

Your telephony recordings are kept confidential. Source files are deleted after processing, outputs within 24 hours.

How to convert SLN to PVF

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose pvf or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your pvf file right afterwards

About formats

SLN (Signed Linear) is a headerless raw audio format storing 16-bit signed linear PCM samples at 8000 Hz mono, most closely associated with Asterisk — the open-source PBX framework developed by Digium (now Sangoma Technologies). Within Asterisk, SLN serves as the native internal audio representation: every codec transcoding operation passes through signed linear as an intermediate step. This makes SLN the backbone of Asterisk's codec translation architecture. The format contains nothing but raw samples — no headers, no metadata, no framing — so parameters must be known in advance. While this lack of self-description might seem limiting, it is actually an advantage in telephony where sample format is fixed by convention and every overhead byte matters across thousands of simultaneous channels. The 8000 Hz rate aligns with the G.711 standard for traditional telephony, capturing the full 300-3400 Hz voice band. Asterisk also supports extended variants (sln16, sln32, sln48) for wideband audio. SLN files require no decoding — just direct memory mapping — making them ideal for real-time mixing, conferencing, and prompt playback in high-density VoIP environments.
Initial release: 1999
PVF (Portable Voice Format) is a simple audio file format designed for voice message storage in Linux-based telephony systems, most notably ISDN4Linux and its vbox voicemail application. The format emerged from the European ISDN ecosystem of the late 1990s, when Linux servers increasingly handled PBX and answering machine duties over digital phone lines. PVF files store raw signed 16-bit PCM samples at 8000 Hz mono, preceded by a minimal plain-text header specifying data format and byte ordering. This deliberate simplicity is one of the format's primary strengths — with no compression and a human-readable header, PVF files are trivially easy to parse, pipe, and manipulate using standard Unix tools. The 8 kHz rate matches the Nyquist requirement for telephone-bandwidth speech (300-3400 Hz), making PVF a natural intermediate format for voice processing pipelines. Another advantage is cross-architecture portability: the explicit byte-order declaration means PVF files move between big-endian and little-endian systems without ambiguity. The SoX audio toolkit provides native PVF read/write support, enabling straightforward conversion to modern formats.
Developer: ISDN4Linux Project
Initial release: 1997

Frequently Asked Questions

Why convert SLN to PVF?

PVF (Portable Voice Format) is used in certain telephony and IVR systems. Converting SLN to PVF enables compatibility with those platforms.

What applications use PVF?

PVF files are commonly used in PBX and IVR frameworks. SoX and specialized telephony tools can read and write PVF data.

Is there any quality loss?

PVF stores raw audio data without compression, so the conversion preserves the full fidelity of the original SLN recording.

Can I batch convert SLN to PVF?

Upload multiple SLN files at once and convert them all to PVF simultaneously in a single session.

How is my data protected?

Uploaded SLN files are removed after processing. PVF results are purged from our servers within 24 hours.