mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01:00
Update scorealign to SVN r227.
This commit is contained in:
13
lib-src/libscorealign/audiofilereader-snd.h
Normal file
13
lib-src/libscorealign/audiofilereader-snd.h
Normal file
@@ -0,0 +1,13 @@
|
||||
class Audio_file_reader : public Audio_reader {
|
||||
public:
|
||||
virtual long read(float *data, long n);
|
||||
snd_node snd;
|
||||
int bytes_per_frame;
|
||||
bool open(char *filename, Scorealign &sa, bool verbose);
|
||||
void close();
|
||||
snd_type get_snd() { return &snd; }
|
||||
double Audio_file_reader::get_sample_rate();
|
||||
long get_frames();
|
||||
void print_info();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user