Home
last modified time | relevance | path

Searched refs:sf_readf_short (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/audio/alure/alure-1.2/src/
H A Dcodec_sndfile.cpp41 MAKE_FUNC(sf_readf_short);
47 #define sf_readf_short psf_readf_short macro
76 LOAD_FUNC(sndfile_handle, sf_readf_short); in Init()
106 return sf_readf_short(sndFile, (short*)data, bytes/frameSize) * frameSize; in GetData()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dline_model_tests.c150 samples = sf_readf_short(inhandle1, input1, BLOCK_LEN); in test_one_way_model()
255 samples = sf_readf_short(inhandle1, input1, BLOCK_LEN); in test_both_ways_model()
258 samples = sf_readf_short(inhandle2, input2, samples); in test_both_ways_model()
H A Dlpc10_tests.c190 …while ((frames = sf_readf_short(inhandle, pre_amp, BLOCKS_PER_READ*BLOCK_LEN)) == BLOCKS_PER_READ*… in main()
192 …(frames = sf_readf_short(refhandle, ref_amp, BLOCKS_PER_READ*BLOCK_LEN)) == BLOCKS_PER_READ*BLOCK_… in main()
H A Dplc_tests.c132 inframes = sf_readf_short(inhandle, amp, block_len); in main()
H A Decho_tests.c200 sig->max = sf_readf_short(sig->handle, sig->signal, SAMPLE_RATE); in signal_load()
666 far_max = sf_readf_short(farhandle, far_sound, SAMPLE_RATE); in perform_test_sanity()
1510 if ((ntx = sf_readf_short(rxtxfile, buf, 1)) < 0) in simulate_ec()
1521 if ((ntx = sf_readf_short(txfile, &rin, 1)) < 0) in simulate_ec()
1526 if ((nrx = sf_readf_short(rxfile, &sin, 1)) < 0) in simulate_ec()
H A Dtime_scale_tests.c136 while ((frames = sf_readf_short(inhandle, in, BLOCK_LEN))) in main()
H A Dsuper_tone_rx_tests.c394 while ((frames = sf_readf_short(inhandle, amp, 8000))) in talk_off_tests()
457 while ((frames = sf_readf_short(inhandle, amp, 8000))) in file_decode_tests()
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dline_model_tests.c150 samples = sf_readf_short(inhandle1, input1, BLOCK_LEN); in test_one_way_model()
255 samples = sf_readf_short(inhandle1, input1, BLOCK_LEN); in test_both_ways_model()
258 samples = sf_readf_short(inhandle2, input2, samples); in test_both_ways_model()
H A Dlpc10_tests.c190 …while ((frames = sf_readf_short(inhandle, pre_amp, BLOCKS_PER_READ*BLOCK_LEN)) == BLOCKS_PER_READ*… in main()
192 …(frames = sf_readf_short(refhandle, ref_amp, BLOCKS_PER_READ*BLOCK_LEN)) == BLOCKS_PER_READ*BLOCK_… in main()
H A Dplc_tests.c132 inframes = sf_readf_short(inhandle, amp, block_len); in main()
H A Decho_tests.c200 sig->max = sf_readf_short(sig->handle, sig->signal, SAMPLE_RATE); in signal_load()
666 far_max = sf_readf_short(farhandle, far_sound, SAMPLE_RATE); in perform_test_sanity()
1510 if ((ntx = sf_readf_short(rxtxfile, buf, 1)) < 0) in simulate_ec()
1521 if ((ntx = sf_readf_short(txfile, &rin, 1)) < 0) in simulate_ec()
1526 if ((nrx = sf_readf_short(rxfile, &sin, 1)) < 0) in simulate_ec()
H A Dtime_scale_tests.c136 while ((frames = sf_readf_short(inhandle, in, BLOCK_LEN))) in main()
H A Dsuper_tone_rx_tests.c394 while ((frames = sf_readf_short(inhandle, amp, 8000))) in talk_off_tests()
457 while ((frames = sf_readf_short(inhandle, amp, 8000))) in file_decode_tests()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A DSymbols.static11 sf_readf_short
H A Dlibsndfile-1.def15 sf_readf_short @17
H A DSymbols.gnu-binutils16 sf_readf_short ;
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dlibsndfile-1.def16 sf_readf_short @17
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalstream.c181 sf_count_t slen = sf_readf_short(player->sndfile, player->membuf, BUFFER_SAMPLES); in StartPlayer()
230 slen = sf_readf_short(player->sndfile, player->membuf, BUFFER_SAMPLES); in UpdatePlayer()
H A Dalstreamcb.cpp274 sf_count_t num_frames{sf_readf_short(mSndfile, in update()
293 sf_count_t num_frames{sf_readf_short(mSndfile, in update()
H A Dalplay.c94 num_frames = sf_readf_short(sndfile, membuf, sfinfo.frames); in LoadSound()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dsound_load.c105 frames_read = sf_readf_short(sf, (short *)ssd->data, frame_count); in SoundSampleGetData()
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dsamplecache.hh138 count = sf_readf_short (sndfile, &isamples[0], sfinfo.frames); in load()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicesound.cc272 for (int n; (n = sf_readf_short(sf, sbuf, N / 2)) > 0; ) { in play()
353 for (int count; (count = sf_readf_short(sf, sbuf, frames)) > 0; ) { in play()
507 for (int n, k; (n = sf_readf_short(sf, sbuf, frames)) > 0; ) { in play()
/dports/audio/musescore/MuseScore-3.6.1/audiofile/
H A Daudiofile.cpp81 resFrames = sf_readf_short(sf, data, frames); in readData()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Dchromaprint.c71 sf_readf_short (sndfile, data, sfinfo.frames); in z_chromaprint_get_fingerprint()

1234567