/programy/C/ix86/echo/SW/sonar/src/sonar |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/programy/C/ix86/echo/SW/sonar/src/sonar.c |
---|
23,7 → 23,7 |
#define APERTURE 0.2 // distance between microphones |
#define MAP_SIZE 100 |
#define RESOLUTION 1/100 // resolution in metres per map pixel |
#define RESOLUTION 100 // resolution per map pixel |
static char *device = "plughw:0,0"; /* playback device */ |
static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */ |