add recorded samples to samplebank

git-svn-id: svn://code.dyne.org/veejay/trunk@589 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-08-14 17:30:35 +00:00
parent b1912ad175
commit a52c9bf974
3 changed files with 31 additions and 3 deletions

View File

@@ -131,4 +131,7 @@ int sample_stop_recorder( void *sample );
int sample_record_frame( void *sample, VJFrame *frame, uint8_t *audio_buffer, int a_len );
char * sample_get_recorded_file( void *sample );
#endif