~ubuntu-branches/ubuntu/gutsy/libsamplerate/gutsy

« back to all changes in this revision

Viewing changes to tests/simple_test.c

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#define BUFFER_LEN              2048
29
29
 
30
 
#define ARRAY_LEN(x)    ((int) (sizeof (x) / sizeof ((x) [0])))
31
 
 
32
30
static void simple_test (int converter, double ratio) ;
33
31
 
34
32
int