Home
last modified time | relevance | path

Searched refs:sf_readf_float (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/audio/zmusic/ZMusic-1.1.8/source/decoder/
H A Dsndload.h9 DEFINE_ENTRY(sf_count_t (*)(SNDFILE *sndfile, float *ptr, sf_count_t frames), sf_readf_float)
16 #define sf_readf_float p_sf_readf_float macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DDiskIO_UGens.cpp114 …count = buf->sndfile ? sf_readf_float(buf->sndfile, buf->data + mPos * buf->channels, mFrames) : 0; in Perform()
129 count = sf_readf_float(buf->sndfile, buf->data + mPos * buf->channels, mFrames); in Perform()
132 … count = sf_readf_float(buf->sndfile, buf->data + (mPos + count) * buf->channels, mFrames); in Perform()
290 … count = sf_readf_float(bufr->sndfile, bufr->data + mPos * bufr->channels, bufFrames2); in DiskIn_next()
293 … count = sf_readf_float(bufr->sndfile, bufr->data + (mPos + count) * bufr->channels, bufFrames2); in DiskIn_next()
297 … bufr->sndfile ? sf_readf_float(bufr->sndfile, bufr->data + mPos * bufr->channels, bufFrames2) : 0; in DiskIn_next()
472 count = sf_readf_float(bufr->sndfile, bufr->data + mPos * bufr->channels, bufFrames2); in VDiskIn_request_buffer()
475 … count = sf_readf_float(bufr->sndfile, bufr->data + (mPos + count) * bufr->channels, bufFrames2); in VDiskIn_request_buffer()
478 …count = bufr->sndfile ? sf_readf_float(bufr->sndfile, bufr->data + mPos * bufr->channels, bufFrame… in VDiskIn_request_buffer()
/dports/audio/ir-lv2/ir.lv2-1.3.4/
H A Dconvert4chan.c120 n1 = sf_readf_float(FL, bufL, n); in really_convert()
132 n2 = sf_readf_float(FR, bufR, n); in really_convert()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A DSymbols.static13 sf_readf_float
H A Dlibsndfile-1.def17 sf_readf_float @19
H A DSymbols.gnu-binutils18 sf_readf_float ;
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dlibsndfile-1.def18 sf_readf_float @19
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalconvolve.c202 sf_count_t slen = sf_readf_float(player->sndfile, player->membuf, BUFFER_SAMPLES); in StartPlayer()
246 slen = sf_readf_float(player->sndfile, player->membuf, BUFFER_SAMPLES); in UpdatePlayer()
374 num_frames = sf_readf_float(sndfile, membuf, sfinfo.frames); in LoadSound()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddataformat.h98 #define sf_readf_sample_t sf_readf_float
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libscorealign/
H A Daudiofilereader.cpp40 long frames_read = (long) sf_readf_float(sf, input_data, n); in read()
/dports/audio/musescore/MuseScore-3.6.1/mtest/zerberus/envelopes/
H A Dtst_sfzenvelopes.cpp98 sf_readf_float(sf, compare_data, 6 * 441); in testEnvelopesAudio()
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/audiostream/
H A DWavFileReadStream.cpp124 if ((readCount = sf_readf_float(m_file, frames, count)) < 0) { in getFrames()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/util/audio/
H A DVorbisProducer.cpp34 numFrames = sf_readf_float(sfFile.get(), sampleBuffer.data(), 1024); in start()
/dports/audio/drumgizmo/drumgizmo-0.9.19/test/dgreftest/
H A Dcompareoutputengine.cc120 nsamples = sf_readf_float(handle, ref_buffer, nsamples); in post()
/dports/audio/libfishsound/libfishsound-1.0.0/src/examples/
H A Dfishsound-encode.c127 while (sf_readf_float (sndfile, pcm, ENCODE_BLOCK_SIZE) > 0) { in main()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsndfileimportable.cc106 per_channel = sf_readf_float (in.get(), buffer, per_channel); in read()
/dports/audio/shairport-sync/shairport-sync-3.3.9/FFTConvolver/
H A Dconvolver.cpp34 size_t l = sf_readf_float(file, buffer, size); in convolver_init()
/dports/audio/libsndfile/libsndfile-1.0.31/examples/
H A Dsndfile-to-text.c71 while ((readcount = sf_readf_float (infile, buf, frames)) > 0) in convert_to_text()
/dports/audio/abx/abx-0.0-b1/src/
H A Dsoundfile.c139 return sf_readf_float(sndfile->sffile, buf, nframes); in read_pcm_data()
/dports/audio/traverso/traverso-0.49.6/src/audiofileio/decode/
H A DSFAudioReader.cpp123 int framesRead = sf_readf_float(m_sf, buffer->readBuffer, frameCount); in read_private()
/dports/audio/faust/faust-2.37.3/architecture/faust/
H A Dsound-file.h34 #define READ_SAMPLE sf_readf_float
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/
H A Dsound-file.h36 #define READ_SAMPLE sf_readf_float
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/src/
H A DWavFileReadStream.cpp153 sf_count_t readCount = sf_readf_float(m_file, frames, count);
/dports/audio/drumgizmo/drumgizmo-0.9.19/src/
H A Daudiofile.cc144 frames_read = sf_readf_float(fh, buffer, frame_count); in load()
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dsamplecache.hh125 count = sf_readf_float (sndfile, &fsamples[0], sfinfo.frames); in load()

12345678