# Audio Sermon & Lecture Splitter

Split a long sermon or lecture at reliable silences and optional timestamped topic, applause, or music hints.

> Canonical page: https://elysiatools.com/en/tools/audio-sermon-lecture-splitter

- **Category:** Media

- **Keywords:** sermon, lecture, audio split, chapter, silence, topic cue, applause, music cue

## Overview

This deterministic splitter finds sustained silence with FFmpeg and makes it a chapter boundary. Add one optional timestamp per line for known topic changes, applause, or music cues, for example “01:15:30 Topic: Q&A” or “00:42:10 applause”. The download is a ZIP containing encoded audio segments and a timeline.json manifest. It does not claim to infer topics, applause, or music from audio without an explicit hint.

## Inputs

- **Audio File** (file): Select a sermon or lecture recording
- **Minimum Silence (s)** (number)
- **Silence Threshold (dB)** (number)
- **Topic / applause / music hints** (textarea): One per line, e.g. 00:42:10 applause or 01:15:30 Topic: Q&A
- **Output Format** (select)

## When to use

- When you need to break down a multi-hour sermon or academic lecture into manageable, topic-based audio tracks.
- When you want to archive long recordings with precise chapter boundaries defined by natural pauses and known timestamps.
- When you need to export segmented audio files in MP3, WAV, or FLAC format along with a JSON timeline manifest for web players.

## How it works

- Upload your audio file and set the minimum silence duration and decibel threshold to detect natural pauses.
- Optionally enter timestamped hints for known events like topic changes, applause, or music cues in the text area.
- Select your preferred output format (WAV, MP3, or FLAC) and run the splitter.
- Download the generated ZIP file containing the individual audio segments and the timeline.json manifest.

## Use cases

- Splitting a church sermon recording into individual scripture readings, sermons, and prayer segments.
- Dividing a university lecture into distinct chapters based on slide transitions or Q&A sessions using timestamp hints.
- Segmenting a long podcast episode at natural pauses to create shorter clips for social media sharing.

## Frequently asked questions

### How does the tool determine where to split the audio?

It uses FFmpeg to detect sustained silence based on your configured minimum duration and decibel threshold, creating boundaries at those points.

### Can the tool automatically detect applause or music without hints?

No, the tool does not perform semantic audio analysis. You must provide explicit timestamp hints for topic changes, applause, or music.

### What audio formats are supported for the output segments?

You can export the split audio segments as WAV, MP3, or FLAC files.

### What is included in the downloaded ZIP file?

The ZIP file contains the individual encoded audio segments and a timeline.json manifest mapping the segments.

### What is the maximum file size I can upload?

The tool supports audio file uploads up to 100 MB.

## Related tools

- [Audio Insert Silence](https://elysiatools.com/en/tools/audio-insert-silence): Insert silence at a specific timestamp in an audio file
- [Audio Split at Timestamps](https://elysiatools.com/en/tools/audio-split-at-timestamps): Split audio at a list of specified timestamps
- [Audiobook Manuscript Proofreader](https://elysiatools.com/en/tools/audio-audiobook-manuscript-proofreader): Compare narration audio with its manuscript and download a timestamped pickup list for missing, extra, or changed wording.
- [Audio Filler Word Removal Map](https://elysiatools.com/en/tools/audio-filler-word-removal-map): Combine a timestamped transcript with the audio to mark filler words (um, uh, 嗯, 那个…) and optionally mute or remove them.
- [Audio Read-Along Cue Generator](https://elysiatools.com/en/tools/audio-read-along-cue-generator): Generate sentence or word-level timestamp cues from a narration audio and its script, for karaoke-style reading and language learning.
- [Stream Passthrough Trimmer](https://elysiatools.com/en/tools/stream-passthrough-trimmer): Stream-copy trimming.
- [Audio Audiobook Room Tone Inserter](https://elysiatools.com/en/tools/audio-audiobook-room-tone-inserter): Add the required lead-in, lead-out silence, and room tone between audiobook chapters for ACX-compliant submission.
- [Classroom Recording Cleaner](https://elysiatools.com/en/tools/audio-classroom-recording-cleaner): Clean lecture recordings with speech-focused EQ, hum reduction, peak control, and optional long-silence trimming.

## Samples

- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free Raw PCM Audio Samples](https://elysiatools.com/en/samples/pcm-samples): Raw PCM s16le audio samples featuring nature ambience and relaxing music for waveform, playback, and conversion workflows
