Home
last modified time | relevance | path

Searched refs:SNDFILE (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dsndfile.h296 typedef struct SNDFILE_tag SNDFILE ; typedef
474 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
496 int sf_error (SNDFILE *sndfile) ;
502 const char* sf_strerror (SNDFILE *sndfile) ;
516 int sf_perror (SNDFILE *sndfile) ;
517 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
540 sf_count_t sf_seek (SNDFILE *sndfile, sf_count_t frames, int whence) ;
550 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ;
552 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
608 int sf_close (SNDFILE *sndfile) ;
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/libsndfile/
H A Dsndfile.h296 typedef struct SNDFILE_tag SNDFILE ; typedef
474 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
496 int sf_error (SNDFILE *sndfile) ;
502 const char* sf_strerror (SNDFILE *sndfile) ;
516 int sf_perror (SNDFILE *sndfile) ;
517 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
540 sf_count_t sf_seek (SNDFILE *sndfile, sf_count_t frames, int whence) ;
550 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ;
552 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
608 int sf_close (SNDFILE *sndfile) ;
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/tests/bugs/issue-75/
H A Dsndfile.h305 typedef struct SNDFILE_tag SNDFILE ; typedef
485 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
509 int sf_error (SNDFILE *sndfile) ;
516 const char* sf_strerror (SNDFILE *sndfile) ;
532 int sf_perror (SNDFILE *sndfile) ;
533 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
569 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ;
571 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
632 int sf_close (SNDFILE *sndfile) ;
640 void sf_write_sync (SNDFILE *sndfile) ;
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dsndfile.h306 typedef struct SNDFILE_tag SNDFILE ; typedef
486 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
510 int sf_error (SNDFILE *sndfile) ;
517 const char* sf_strerror (SNDFILE *sndfile) ;
533 int sf_perror (SNDFILE *sndfile) ;
534 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
570 int sf_set_string (SNDFILE *sndfile, int str_type, const char* str) ;
572 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
633 int sf_close (SNDFILE *sndfile) ;
641 void sf_write_sync (SNDFILE *sndfile) ;
[all …]
/dports/audio/faust/faust-2.37.3/architecture/android/app/lib/libsndfile/include/
H A Dsndfile.h327 typedef struct SNDFILE_tag SNDFILE ; typedef
562 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
586 int sf_error (SNDFILE *sndfile) ;
593 const char* sf_strerror (SNDFILE *sndfile) ;
609 int sf_perror (SNDFILE *sndfile) ;
610 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
654 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
672 int sf_current_byterate (SNDFILE *sndfile) ;
727 int sf_close (SNDFILE *sndfile) ;
735 void sf_write_sync (SNDFILE *sndfile) ;
[all …]
/dports/audio/faust/faust-2.37.3/embedded/faustgen/MacOS/sndfile/
H A Dsndfile.h327 typedef struct SNDFILE_tag SNDFILE ; typedef
562 SNDFILE* sf_open (const char *path, int mode, SF_INFO *sfinfo) ;
586 int sf_error (SNDFILE *sndfile) ;
593 const char* sf_strerror (SNDFILE *sndfile) ;
609 int sf_perror (SNDFILE *sndfile) ;
610 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
654 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
672 int sf_current_byterate (SNDFILE *sndfile) ;
727 int sf_close (SNDFILE *sndfile) ;
735 void sf_write_sync (SNDFILE *sndfile) ;
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dutils.h122 void dump_log_buffer (SNDFILE *file) ;
123 void check_log_buffer_or_die (SNDFILE *file, int line_num) ;
124 int string_in_log_buffer (SNDFILE *file, const char *s) ;
129 SNDFILE *test_open_file_or_die
140 (SNDFILE *file, int pass, short *test, sf_count_t items, int line_num) ;
142 (SNDFILE *file, int pass, int *test, sf_count_t items, int line_num) ;
144 (SNDFILE *file, int pass, float *test, sf_count_t items, int line_num) ;
146 (SNDFILE *file, int pass, double *test, sf_count_t items, int line_num) ;
149 (SNDFILE *file, int pass, short *test, sf_count_t frames, int line_num) ;
151 (SNDFILE *file, int pass, int *test, sf_count_t frames, int line_num) ;
[all …]
H A Dutils.c109 SNDFILE *file ; in create_short_sndfile()
330 check_log_buffer_or_die (SNDFILE *file, int line_num) in check_log_buffer_or_die()
369 string_in_log_buffer (SNDFILE *file, const char *s) in string_in_log_buffer()
440 dump_log_buffer (SNDFILE *file) in dump_log_buffer()
468 SNDFILE *
472 SNDFILE *file ; in test_open_file_or_die()
627 test_read_short_or_die (SNDFILE *file, int pass, short *test, sf_count_t items, int line_num) in test_read_short_or_die()
645 test_read_int_or_die (SNDFILE *file, int pass, int *test, sf_count_t items, int line_num) in test_read_int_or_die()
718 test_readf_int_or_die (SNDFILE *file, int pass, int *test, sf_count_t frames, int line_num) in test_readf_int_or_die()
773 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num) in test_read_raw_or_die()
[all …]
H A Derror_test.c81 SNDFILE *file ; in error_value_test()
109 { SNDFILE *sndfile ; in no_file_test()
127 { SNDFILE *sndfile ; in zero_length_test()
153 { SNDFILE *sndfile ; in bad_wav_test()
185 SNDFILE *sndfile ; in error_close_test()
240 SNDFILE *sndfile ; in unrecognised_test()
H A Drdwr_test.c71 { SNDFILE *file ; in rdwr_short_test()
105 { SNDFILE *file ; in rdwr_int_test()
139 { SNDFILE *file ; in rdwr_float_test()
173 { SNDFILE *file ; in rdwr_double_test()
207 { SNDFILE *file ; in rdwr_raw_test()
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A Dpysndfile.hh59 typedef void* SNDFILE; typedef
297 int sf_error (SNDFILE *) {return 0;} in sf_error() argument
298 const char* sf_strerror (SNDFILE *){return "";} in sf_strerror() argument
333 void sf_write_sync (SNDFILE *) {} in sf_write_sync() argument
334 int sf_close(SNDFILE *) {return 0;} in sf_close() argument
346 SNDFILE *sf ;
433 SNDFILE * rawHandle (void) ;
436 SNDFILE * takeOwnership (void) ;
667 inline SNDFILE *
671 inline SNDFILE *
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/programs/
H A Dsndfile-concat.c45 static void concat_data_fp (SNDFILE *wfile, SNDFILE *rofile, int channels) ;
46 static void concat_data_int (SNDFILE *wfile, SNDFILE *rofile, int channels) ;
70 SNDFILE *outfile, **infiles ; in main()
72 void (*func) (SNDFILE*, SNDFILE*, int) ; in main()
86 if ((infiles = calloc (argc, sizeof (SNDFILE*))) == NULL) in main()
136 concat_data_fp (SNDFILE *wfile, SNDFILE *rofile, int channels) in concat_data_fp()
154 concat_data_int (SNDFILE *wfile, SNDFILE *rofile, int channels) in concat_data_int()
H A Dcommon.h70 int sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) ;
72 void sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) ;
/dports/audio/libsndfile/libsndfile-1.0.31/regtest/
H A Dchecksum.c38 static int short_checksum (SNDFILE * file, int start) ;
39 static int int_checksum (SNDFILE * file, int start) ;
40 static int float_checksum (SNDFILE * file, int start) ;
43 calc_checksum (SNDFILE * file, const SF_INFO * info) in calc_checksum()
77 short_checksum (SNDFILE * file, int start) in short_checksum()
91 int_checksum (SNDFILE * file, int start) in int_checksum()
105 float_checksum (SNDFILE * file, int start) in float_checksum()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dcommand.c298 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_signal_max()
299 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, normalize) ; in psf_calc_signal_max()
303 position = sf_seek ((SNDFILE*) psf, 0, SEEK_CUR) ; in psf_calc_signal_max()
305 sf_seek ((SNDFILE*) psf, 0, SEEK_SET) ; in psf_calc_signal_max()
312 { readcount = sf_read_double ((SNDFILE*) psf, data, len) ; in psf_calc_signal_max()
320 sf_seek ((SNDFILE*) psf, position, SEEK_SET) ; in psf_calc_signal_max()
321 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max()
342 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, normalize) ; in psf_calc_max_all_channels()
348 sf_seek ((SNDFILE*) psf, 0, SEEK_SET) ; /* Go to start of file. */ in psf_calc_max_all_channels()
357 { readcount = sf_read_double ((SNDFILE*) psf, data, len) ; in psf_calc_max_all_channels()
[all …]
/dports/audio/libbs2b/libbs2b-3.1.0/src/
H A Dbs2bconvert.c37 static void copy_metadata( SNDFILE *outfile, SNDFILE *infile );
38 static void copy_data( SNDFILE *outfile, SNDFILE *infile, t_bs2bdp bs2bdp );
63 SNDFILE *infile, *outfile; in main()
217 static void copy_metadata( SNDFILE *outfile, SNDFILE *infile ) in copy_metadata()
232 static void copy_data( SNDFILE *outfile, SNDFILE *infile, t_bs2bdp bs2bdp ) in copy_data()
/dports/audio/libsndfile/libsndfile-1.0.31/examples/
H A Dsndfile-loopify.c56 static void sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) ;
57 static void add_instrument_data (SNDFILE *outfile, const SF_INFO * in_info) ;
70 SNDFILE *infile = NULL, *outfile = NULL ; in main()
138 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
154 add_instrument_data (SNDFILE *file, const SF_INFO *info) in add_instrument_data()
/dports/audio/waon/waon-0.10/
H A Dsnd.h24 long sndfile_read (SNDFILE *sf, SF_INFO sfinfo,
28 long sndfile_read_at (SNDFILE *sf, SF_INFO sfinfo,
47 SNDFILE * sndfile_open_for_write (SF_INFO *sfinfo,
52 long sndfile_write (SNDFILE *sf, SF_INFO sfinfo,
H A Dpv-complex.h37 SNDFILE *sf;
45 SNDFILE *sfout;
101 SNDFILE *sf, SF_INFO *sfinfo);
104 SNDFILE *sf, SF_INFO *sfinfo);
/dports/devel/efl/efl-1.25.1/src/lib/ecore_audio/
H A Decore_audio_private.h216 SNDFILE *(*sf_open) (const char *path, int mode, SF_INFO *sfinfo);
217SNDFILE *(*sf_open_virtual) (SF_VIRTUAL_IO *sfvirtual, int mode, SF_INFO *sfinfo, void *user_da…
218 int (*sf_close) (SNDFILE *sndfile);
219 sf_count_t (*sf_read_float) (SNDFILE *sndfile, float *ptr, sf_count_t items);
220 sf_count_t (*sf_write_float) (SNDFILE *sndfile, const float *ptr, sf_count_t items);
221 void (*sf_write_sync) (SNDFILE *sndfile);
222 sf_count_t (*sf_seek) (SNDFILE *sndfile, sf_count_t frames, int whence);
223 const char *(*sf_strerror) (SNDFILE *sndfile);
/dports/audio/zmusic/ZMusic-1.1.8/source/decoder/
H A Dsndload.h7 DEFINE_ENTRY(int (*)(SNDFILE *sndfile), sf_close)
8 DEFINE_ENTRY(SNDFILE* (*)(SF_VIRTUAL_IO *sfvirtual, int mode, SF_INFO *sfinfo, void *user_data), sf…
9 DEFINE_ENTRY(sf_count_t (*)(SNDFILE *sndfile, float *ptr, sf_count_t frames), sf_readf_float)
10 DEFINE_ENTRY(sf_count_t (*)(SNDFILE *sndfile, sf_count_t frames, int whence), sf_seek)
/dports/audio/libsndfile/libsndfile-1.0.31/include/
H A Dsndfile.h.in339 typedef struct SNDFILE_tag SNDFILE ; typedef
586 ** NULL SNDFILE to sf_strerror ().
600 int sf_error (SNDFILE *sndfile) ;
604 ** the given SNDFILE.
607 const char* sf_strerror (SNDFILE *sndfile) ;
623 int sf_perror (SNDFILE *sndfile) ;
624 int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
670 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
688 int sf_current_byterate (SNDFILE *sndfile) ;
743 int sf_close (SNDFILE *sndfile) ;
[all …]
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DLibsndfileReader.h141 typedef sf_count_t (* sample_read)(SNDFILE* sndfile, void* buffer, sf_count_t frames);
148 SNDFILE* snd_file = sf_open(path_name.c_str(), SFM_READ, &snd_info); in checkFile()
157 SNDFILE* snd_file = sf_open_virtual(&vio.fVIO, SFM_READ, &snd_info, &vio); in checkFile()
161 bool checkFileAux(SNDFILE* snd_file, const std::string& path_name) in checkFileAux()
177 SNDFILE* snd_file = sf_open(path_name.c_str(), SFM_READ, &snd_info); in getParamsFile()
186 SNDFILE* snd_file = sf_open_virtual(&vio.fVIO, SFM_READ, &snd_info, &vio); in getParamsFile()
190 void getParamsFileAux(SNDFILE* snd_file, const SF_INFO& snd_info, int& channels, int& length) in getParamsFileAux()
207 SNDFILE* snd_file = sf_open(path_name.c_str(), SFM_READ, &snd_info); in readFile()
216 SNDFILE* snd_file = sf_open_virtual(&vio.fVIO, SFM_READ, &snd_info, &vio); in readFile()
221 …void readFileAux(Soundfile* soundfile, SNDFILE* snd_file, const SF_INFO& snd_info, int part, int& … in readFileAux()
/dports/audio/csound/csound-6.15.0/util/
H A Denvext.c45 static SNDFILE * SCsndgetset(CSOUND *, SOUNDIN **, char *);
46 static void FindEnvelope(CSOUND *, SNDFILE *, SOUNDIN *, double, char *);
66 SNDFILE *infd; in envext()
112 static SNDFILE *
115 SNDFILE *infd; in SCsndgetset()
134 FindEnvelope(CSOUND *csound, SNDFILE *infd, SOUNDIN *p, in FindEnvelope()
/dports/audio/libsamplerate/libsamplerate-0.2.2/examples/
H A Dtimewarp-file.c39 static sf_count_t timewarp_convert (SNDFILE *infile, SNDFILE *outfile, int converter, int channels)…
43 { SNDFILE *infile, *outfile ; in main()
103 timewarp_convert (SNDFILE *infile, SNDFILE *outfile, int converter, int channels) in timewarp_convert()

12345678910>>...32