Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 366 Bytes

resample.h

File metadata and controls

10 lines (8 loc) · 366 Bytes
 
Oct 21, 1999
Oct 21, 1999
1
2
3
4
5
/*
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
This program is free software; you can redistribute it and/or modify
Dec 31, 2011
Dec 31, 2011
6
7
it under the terms of the Perl Artistic License, available in COPYING.
*/
Oct 21, 1999
Oct 21, 1999
8
Aug 21, 2004
Aug 21, 2004
9
extern resample_t *resample_voice(int v, int32 *countptr);
Oct 21, 1999
Oct 21, 1999
10
extern void pre_resample(Sample *sp);