Skip to content

Instantly share code, notes, and snippets.

@hydren
hydren / sound_pitching_example.cpp
Last active October 5, 2023 15:56
SDL_Mixer chunk pitching
/*
* sound_pitching_example.cpp
*
* Created on: 27 de dez de 2017
* Author: Carlos Faruolo
*/
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#include <iostream>