Home
last modified time | relevance | path

Searched refs:sf_command (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DFileFormats.cpp41 sf_command(NULL, SFC_GET_FORMAT_MAJOR_COUNT, in sf_num_headers()
53 sf_command(NULL, SFC_GET_FORMAT_MAJOR, in sf_header_index_name()
65 sf_command (NULL, SFC_GET_FORMAT_MAJOR, in sf_header_index_to_type()
79 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)) ; in sf_num_encodings()
90 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, in sf_encoding_index_name()
101 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, in sf_encoding_index_to_subtype()
117 sf_command(NULL, SFC_GET_FORMAT_INFO, &format_info, sizeof(format_info)); in sf_header_name()
172 sf_command (NULL, SFC_GET_SIMPLE_FORMAT_COUNT, &count, sizeof (int)) ; in sf_num_simple_formats()
184 sf_command (NULL, SFC_GET_SIMPLE_FORMAT, in sf_simple_format()
249 sf_command(NULL, SFC_GET_FORMAT_MAJOR_COUNT, in sf_get_all_extensions()
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dpeak_chunk_test.c144 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
145 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
146 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
196 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak()
211 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
212 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
213 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
226 if (sf_command (file, SFC_GET_SIGNAL_MAX, data, sizeof (double))) in test_float_peak()
238 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak()
336 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in read_write_peak_test()
[all …]
H A Dcommand_test.c261 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in float_norm_test()
307 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in float_norm_test()
322 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_TRUE) ; in float_norm_test()
378 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in double_norm_test()
423 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in double_norm_test()
438 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_TRUE) ; in double_norm_test()
604 sf_command (file, SFC_CALC_SIGNAL_MAX, &peak, sizeof (peak)) ; in calc_peak_test()
651 sf_command (file, SFC_CALC_SIGNAL_MAX, &peak, sizeof (peak)) ; in calc_peak_test()
687 if (sf_command (file, SFC_FILE_TRUNCATE, &len, sizeof (len))) in truncate_test()
725 if (sf_command (sndfile, SFC_UPDATE_HEADER_NOW, NULL, 0) != 0) in instrumet_rw_test()
[all …]
H A Dexternal_libs_test.c62 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)) ; in major_format_test()
66 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &info, sizeof (info)) ; in major_format_test()
92 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof (int)) ; in subtype_format_test()
96 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &info, sizeof (info)) ; in subtype_format_test()
122 sf_command (NULL, SFC_GET_SIMPLE_FORMAT_COUNT, &simple_count, sizeof (int)) ; in simple_format_test()
126 sf_command (NULL, SFC_GET_SIMPLE_FORMAT, &info, sizeof (info)) ; in simple_format_test()
H A Dscale_clip_test.c162 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in flt_scale_clip_test_16()
164 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in flt_scale_clip_test_16()
292 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in flt_scale_clip_test_24()
422 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in flt_scale_clip_test_32()
552 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in flt_scale_clip_test_08()
684 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in dbl_scale_clip_test_16()
814 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in dbl_scale_clip_test_24()
944 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in dbl_scale_clip_test_32()
1074 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in dbl_scale_clip_test_08()
1235 sf_command (file, SFC_SET_CLIPPING, NULL, SF_TRUE) ; in flt_short_clip_read_test()
[all …]
H A Dformat_check_test.c88 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &container_max, sizeof (container_max)) ; in format_combo_test()
89 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &codec_max, sizeof (codec_max)) ; in format_combo_test()
96 (void) sf_command (NULL, SFC_GET_FORMAT_MAJOR, &major_fmt_info, sizeof (major_fmt_info)) ; in format_combo_test()
108 …subtype_is_valid = sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &subtype_fmt_info, sizeof (subtype_fm… in format_combo_test()
H A Draw_test.c78 sf_command (sndfile, SFC_FILE_TRUNCATE, &start, sizeof (start)) ; in raw_offset_test()
103 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ; in raw_offset_test()
118 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ; in raw_offset_test()
133 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ; in raw_offset_test()
H A Dheader_test.c276 sf_command (outfile, SFC_UPDATE_HEADER_NOW, NULL, 0) ; in update_header_sub()
299 sf_command (outfile, SFC_SET_UPDATE_HEADER_AUTO, NULL, SF_TRUE) ; in update_header_sub()
354 sf_command (outfile, SFC_UPDATE_HEADER_NOW, NULL, 0) ; in update_header_before_write_test()
400 if (sf_command (outfile, SFC_SET_UPDATE_HEADER_AUTO, NULL, SF_TRUE) == 0) in update_seek_short_test()
468 if (sf_command (outfile, SFC_SET_UPDATE_HEADER_AUTO, NULL, SF_TRUE) == 0) in update_seek_int_test()
536 if (sf_command (outfile, SFC_SET_UPDATE_HEADER_AUTO, NULL, SF_TRUE) == 0) in update_seek_float_test()
604 if (sf_command (outfile, SFC_SET_UPDATE_HEADER_AUTO, NULL, SF_TRUE) == 0) in update_seek_double_test()
664 sf_command (outfile, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in header_shrink_test()
665 sf_command (outfile, SFC_UPDATE_HEADER_NOW, NULL, SF_FALSE) ; in header_shrink_test()
666 sf_command (outfile, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in header_shrink_test()
[all …]
H A Dmisc_test.c407 sf_command (file, SFC_WAVEX_SET_AMBISONIC, NULL, SF_AMBISONIC_B_FORMAT) ; in wavex_amb_test()
416 sf_command (file, SFC_WAVEX_GET_AMBISONIC, NULL, 0) != SF_AMBISONIC_B_FORMAT, in wavex_amb_test()
446 …exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_FALSE) != SF_FALSE, "\n\nLine %d… in rf64_downgrade_test()
447 …exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\n\nLine %d: … in rf64_downgrade_test()
451 …exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_FALSE) != SF_TRUE, "\n\nLine %d:… in rf64_downgrade_test()
452 …exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\n\nLine %d: … in rf64_downgrade_test()
504 …exit_if_true (sf_command (file, SFC_RF64_AUTO_DOWNGRADE, NULL, SF_TRUE) != SF_TRUE, "\n\nLine %d: … in rf64_long_file_downgrade_test()
H A Dpcm_test.c287 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_8()
314 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_8()
350 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in pcm_test_bits_8()
377 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in pcm_test_bits_8()
553 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_16()
580 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_16()
616 sf_command (file, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in pcm_test_bits_16()
819 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_24()
846 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_24()
1085 sf_command (file, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ; in pcm_test_bits_32()
[all …]
H A Dfloating_point_test.c229 sf_command (file, SFC_TEST_IEEE_FLOAT_REPLACE, NULL, replace_float) ; in float_scaled_test()
238 sf_command (file, SFC_TEST_IEEE_FLOAT_REPLACE, NULL, replace_float) ; in float_scaled_test()
282 sf_command (file, SFC_TEST_IEEE_FLOAT_REPLACE, NULL, replace_float) ; in double_scaled_test()
354 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in float_short_little_test()
406 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in float_short_big_test()
458 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in float_int_little_test()
510 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in float_int_big_test()
562 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in double_short_little_test()
614 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in double_short_big_test()
666 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in double_int_little_test()
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_filerenderer.c125 sf_command(NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof(int)); in fluid_file_renderer_settings()
130 sf_command(NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof(finfo)); in fluid_file_renderer_settings()
136 sf_command(NULL, SFC_GET_FORMAT_MAJOR, &cmpinfo, sizeof(cmpinfo)); in fluid_file_renderer_settings()
299 sf_command(dev->sndfile, SFC_SET_CLIPPING, NULL, SF_TRUE); in new_fluid_file_renderer()
300 sf_command(dev->sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE); in new_fluid_file_renderer()
335 if(sf_command(dev->sndfile, SFC_SET_VBR_ENCODING_QUALITY, &q, sizeof(double)) == SF_TRUE) in fluid_file_set_encoding_quality()
535 sf_command(NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof(int)); in fluid_file_renderer_find_file_type()
540 sf_command(NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof(finfo)); in fluid_file_renderer_find_file_type()
564 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof(int)); in fluid_file_renderer_find_valid_format()
570 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE, &format_info, sizeof(format_info)); in fluid_file_renderer_find_valid_format()
/dports/audio/libsndfile/libsndfile-1.0.31/examples/
H A Dlist_formats.c49 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)) ; in main()
50 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof (int)) ; in main()
55 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &info, sizeof (info)) ; in main()
62 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &info, sizeof (info)) ; in main()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/bindings/
H A Dfluid_filerenderer.c147 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)); in fluid_file_renderer_settings()
152 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof (finfo)); in fluid_file_renderer_settings()
158 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &cmpinfo, sizeof (cmpinfo)); in fluid_file_renderer_settings()
291 sf_command (dev->sndfile, SFC_SET_CLIPPING, NULL, SF_TRUE); in new_fluid_file_renderer()
292 sf_command (dev->sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE); in new_fluid_file_renderer()
319 if (sf_command (r->sndfile, SFC_SET_VBR_ENCODING_QUALITY, &q, sizeof (double)) == 0) in fluid_file_set_encoding_quality()
498 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)); in fluid_file_renderer_find_file_type()
503 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof (finfo)); in fluid_file_renderer_find_file_type()
525 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)); in fluid_file_renderer_find_valid_format()
531 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &format_info, sizeof (format_info)); in fluid_file_renderer_find_valid_format()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/bindings/
H A Dfluid_filerenderer.c147 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)); in fluid_file_renderer_settings()
152 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof (finfo)); in fluid_file_renderer_settings()
158 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &cmpinfo, sizeof (cmpinfo)); in fluid_file_renderer_settings()
291 sf_command (dev->sndfile, SFC_SET_CLIPPING, NULL, SF_TRUE); in new_fluid_file_renderer()
292 sf_command (dev->sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE); in new_fluid_file_renderer()
481 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)); in fluid_file_renderer_find_file_type()
486 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof (finfo)); in fluid_file_renderer_find_file_type()
508 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)); in fluid_file_renderer_find_valid_format()
514 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &format_info, sizeof (format_info)); in fluid_file_renderer_find_valid_format()
/dports/audio/libsndfile/libsndfile-1.0.31/programs/
H A Dsndfile-convert.c393 if (sf_command (infile, SFC_GET_CHANNEL_MAP_INFO, chanmap, size) == SF_TRUE) in copy_metadata()
394 sf_command (outfile, SFC_SET_CHANNEL_MAP_INFO, chanmap, size) ; in copy_metadata()
397 if (sf_command (infile, SFC_GET_CUE, &cues, sizeof (cues)) == SF_TRUE) in copy_metadata()
398 sf_command (outfile, SFC_SET_CUE, &cues, sizeof (cues)) ; in copy_metadata()
400 if (sf_command (infile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) == SF_TRUE) in copy_metadata()
401 sf_command (outfile, SFC_SET_INSTRUMENT, &inst, sizeof (inst)) ; in copy_metadata()
403 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == SF_TRUE) in copy_metadata()
404 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) ; in copy_metadata()
H A Dsndfile-info.c230 sf_command (file, SFC_GET_LOG_INFO, strbuffer, BUFFER_LEN) ; in info_dump()
237 sf_command (file, SFC_GET_LOG_INFO, strbuffer, BUFFER_LEN) ; in info_dump()
256 sf_command (file, SFC_CALC_SIGNAL_MAX, &signal_max, sizeof (signal_max)) ; in info_dump()
300 got_inst = sf_command (file, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) ; in instrument_dump()
342 got_bext = sf_command (file, SFC_GET_BROADCAST_INFO, &bext, sizeof (bext)) ; in broadcast_dump()
415 …got_chanmap = sf_command (file, SFC_GET_CHANNEL_MAP_INFO, channel_map, sfinfo.channels * sizeof (i… in chanmap_dump()
487 got_cart = sf_command (file, SFC_GET_CART_INFO, &cart, sizeof (cart)) ; in cart_dump()
H A Dcommon.c57 sf_command (infile, SFC_CALC_SIGNAL_MAX, &max, sizeof (max)) ; in sfe_copy_data_fp()
68 { sf_command (infile, SFC_SET_NORM_DOUBLE, NULL, SF_FALSE) ; in sfe_copy_data_fp()
133 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
196 if (sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
386 sf_command (NULL, SFC_GET_FORMAT_INFO, &info, sizeof (info)) ; in sfe_dump_format_map()
390 sf_command (NULL, SFC_GET_FORMAT_INFO, &info, sizeof (info)) ; in sfe_dump_format_map()
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSndFile.c60 sf_command(NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof(int)); in G_DEFINE_TYPE()
67 sf_command(NULL, SFC_GET_FORMAT_MAJOR, &finfo, sizeof(finfo)); in G_DEFINE_TYPE()
106 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof(int)); in ipatch_snd_file_sub_format_get_type()
113 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE, &sinfo, sizeof(sinfo)); in ipatch_snd_file_sub_format_get_type()
226 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof(int)); in ipatch_snd_file_format_get_sub_formats()
232 sf_command(NULL, SFC_GET_FORMAT_SUBTYPE, &info, sizeof(info)); in ipatch_snd_file_format_get_sub_formats()
/dports/audio/libsndfile/libsndfile-1.0.31/docs/
H A Dcommand.md3 title: libsndfile : the sf_command function.
6 # sf_command
9 int sf_command (SNDFILE *sndfile, int cmd, void *data, int datasize) ;
411 sf_command (sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE) ;
413 sf_command (sndfile, SFC_SET_NORM_FLOAT, NULL, SF_FALSE) ;
461 sf_command (sndfile, SFC_SET_NORM_DOUBLE, NULL, SF_TRUE) ;
961 sf_command (sndfile, SFC_UPDATE_HEADER_NOW, NULL, 0) ;
1092 sf_command (sndfile, SFC_SET_CLIPPING, NULL, SF_TRUE) ;
1122 sf_command (sndfile, SFC_GET_CLIPPING, NULL, 0) ;
1763 sf_command (sndfile, SFC_GET_CUE, &cues, sizeof (cues)) ;
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsndfile_helpers.cc152 sf_command(0, SFC_GET_FORMAT_MAJOR_COUNT, &count, sizeof (int)); in sndfile_major_format()
155 sf_command (0, SFC_GET_FORMAT_MAJOR, in sndfile_major_format()
187 sf_command(0, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)); in sndfile_minor_format()
190 sf_command (0, SFC_GET_FORMAT_SUBTYPE, in sndfile_minor_format()
/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()
321 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max()
341 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_max_all_channels()
342 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, normalize) ; in psf_calc_max_all_channels()
367 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_max_all_channels()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/frontend/
H A Daudioin_sndfile.c79 sf_command(file, SFC_GET_FORMAT_INFO, &format_info, sizeof(format_info)); in print_info_sndfile()
83 sf_command(file, SFC_GET_FORMAT_INFO, &subformat_info, sizeof(subformat_info)); in print_info_sndfile()
86 sf_command(file, SFC_GET_LIB_VERSION, sndlibver, sizeof(sndlibver)); in print_info_sndfile()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/openmpt123/
H A Dopenmpt123_sndfile.hpp81 sf_command( 0, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof( int ) ); in find_format()
86 sf_command( 0, SFC_GET_FORMAT_MAJOR, &format_info, sizeof( SF_FORMAT_INFO ) ); in find_format()
90 sf_command( 0, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof( int ) ); in find_format()
95 sf_command( 0, SFC_GET_FORMAT_SUBTYPE, &subformat_info, sizeof( SF_FORMAT_INFO ) ); in find_format()
/dports/math/octave/octave-6.4.0/libinterp/dldfcn/
H A Daudioread.cc438 sf_command (file, SFC_SET_NORM_DOUBLE, nullptr, SF_TRUE);
439 sf_command (file, SFC_SET_CLIPPING, nullptr, SF_TRUE) ;
440 sf_command (file, SFC_SET_VBR_ENCODING_QUALITY, &quality, sizeof (quality));
700 sf_command (nullptr, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)); in audio_sub_formats()
706 sf_command (nullptr, SFC_GET_FORMAT_SUBTYPE, &info, sizeof (info)); in audio_sub_formats()
744 sf_command (nullptr, SFC_GET_FORMAT_MAJOR_COUNT, &count, sizeof (int));
750 sf_command (nullptr, SFC_GET_FORMAT_MAJOR, &info, sizeof (info));

1234567891011