Windows XP Sounds

Version 1.0.0 (1.26 MB) by Ben Overzat
A MATLAB tool for reproducing the sounds of the Microsoft Windows XP operating system.
12 Downloads
Updated 10 Oct 2022

Windows XP Sounds

A MATLAB tool for reproducing the sounds of the Microsoft Windows XP operating system.

Installation

Add the winxpsound directory to your MATLAB path. Run the following command in MATLAB, replacing <winxpsound_path> with the path to the winxpsound directory on your system.

addpath('<winxpsound_path>');

Examples

winxpsound; % Play a random sound

winxpsound('startup'); % Play the startup sound

[y,fs] = winxpsound('shutdown'); % Save the audio data and sample rate for the shutdown sound

Disclaimer

All rights to sounds included in this repository belong to Microsoft.

Cite As

Ben Overzat (2025). Windows XP Sounds (https://github.com/benoverzat/winxpsound-matlab), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2022b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

winxpsound

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.