musix 0.3.5

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $Id: default_option68.h 95 2009-02-12 00:05:40Z benjihan $ */

#ifndef _IO68_DEFAULT_OPTION68_H_
#define _IO68_DEFAULT_OPTION68_H_

# ifndef SAMPLING_RATE_DEF
#  define SAMPLING_RATE_DEF 44100
# endif

# ifndef SAMPLING_RATE_MIN
#  define SAMPLING_RATE_MIN 8000
# endif

# ifndef SAMPLING_RATE_MAX
#  define SAMPLING_RATE_MAX 62500
# endif

#endif /* #ifndef _IO68_DEFAULT_OPTION68_H_ */