added jack audio support, added audio resampler, added unicap capture library, removed v4l,dv1394 and vloopback obsolete code, removed unnecessary files, several bugfixes and cleanup

git-svn-id: svn://code.dyne.org/veejay/trunk@577 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-07-12 18:24:16 +00:00
parent d83897129e
commit 6cfcff947a
55 changed files with 3639 additions and 40180 deletions

View File

@@ -38,7 +38,7 @@ typedef struct
int type;
} sample_video_info_t;
int vevo_num_devices();
void samplebank_init();
void samplebank_free();
int samplebank_size();
@@ -82,6 +82,9 @@ void sample_save_cache_data( void *sample );
int sample_fx_set_in_channel( void *info, int fx_entry, int seq_num, const int sample_id );
int sample_edl_get_audio_properties( void *current_sample, int *bits, int *bps, int *num_chans, long *rate );
int sample_get_audio_frame( void *current_sample, void *buffer , int n);
uint64_t sample_get_start_pos( void *sample );
uint64_t sample_get_end_pos( void *sample );