OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
wave.cpp File Reference
#include "soundfont.h"
#include "wave.h"
#include <Tempest/File>
#include <Tempest/MemReader>
#include <Tempest/MemWriter>
#include <Tempest/Log>
#include <stdexcept>
#include <memory>
#include <cassert>

Go to the source code of this file.

Functions

template<class T >
static T clip (T v, T low, T hi)
 

Function Documentation

◆ clip()

template<class T >
static T clip ( v,
low,
hi 
)
static

Definition at line 14 of file wave.cpp.