File: resample.h

package info (click to toggle)
libsdl2-mixer 2.0.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,348 kB
  • ctags: 1,906
  • sloc: ansic: 16,881; sh: 9,427; cpp: 241; makefile: 164
file content (10 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
/*
    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
    it under the terms of the Perl Artistic License, available in COPYING.
 */

extern resample_t *resample_voice(int v, int32 *countptr);
extern void pre_resample(Sample *sp);