play

command
v0.0.0-...-d0ed23c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: MIT Imports: 8 Imported by: 0

README

Example: play

This example uses the SDL2 Mixer engine to implement a simple command line program that plays music and sound files.

Usage

play [options] path/to/file.ogg

Supports file types .ogg, .mp3 and .wav.

Default behavior calls LoadSound() or LoadMusic() using the filename given. Use the -binary option to go through LoadSoundBin() or LoadMusicBin() to test initializing it by bytes array instead.

Options
-binary
  Opens the file first as a bytes array, and feeds it to the audio engine
  as binary data instead of by passing a filename on disk.

-loop <int>
  Loop the audio file, default 0 will only play it once. -1 for music will
  play forever.

Documentation

Overview

Example program using the SDL2 Mix engine.

Plays a music or sound file from disk. Usage: `play <filepath>`

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL