Home
last modified time | relevance | path

Searched refs:sndfile (Results 176 – 200 of 3346) sorted by relevance

12345678910>>...134

/dports/graphics/gstreamer1-plugins-opencv/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dmeson.build1 sndfile_dep = dependency('sndfile', version: '>= 1.0.16', required: get_option('sndfile'))
/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dmeson.build1 sndfile_dep = dependency('sndfile', version: '>= 1.0.16', required: get_option('sndfile'))
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dmeson.build1 sndfile_dep = dependency('sndfile', version: '>= 1.0.16', required: get_option('sndfile'))
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dmeson.build1 sndfile_dep = dependency('sndfile', version: '>= 1.0.16', required: get_option('sndfile'))
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_SequencedCommand.cpp67 buf->sndfile = nullptr; in SndBuf_Init()
377 if (buf->sndfile) in Stage2()
378 sf_close(buf->sndfile); in Stage2()
602 if (buf->sndfile) in Stage2()
603 sf_close(buf->sndfile); in Stage2()
606 buf->sndfile = sf; in Stage2()
905 if (buf->sndfile) in Stage2()
909 buf->sndfile = sf; in Stage2()
1016 if (buf->sndfile) in Stage2()
1020 buf->sndfile = sf; in Stage2()
[all …]
/dports/audio/sox/sox-14.4.2/src/
H A Dsndfile.c64 SNDFILE_FUNC_STOP(f,x, int, sf_stop, (SNDFILE *sndfile)) \
65 SNDFILE_FUNC(f,x, int, sf_close, (SNDFILE *sndfile)) \
67 SNDFILE_FUNC(f,x, int, sf_command, (SNDFILE *sndfile, int command, void *data, int datasize)) \
68 SNDFILE_FUNC(f,x, sf_count_t, sf_read_int, (SNDFILE *sndfile, int *ptr, sf_count_t items)) \
69 …SNDFILE_FUNC(f,x, sf_count_t, sf_write_int, (SNDFILE *sndfile, const int *ptr, sf_count_t items)) \
70 SNDFILE_FUNC(f,x, sf_count_t, sf_seek, (SNDFILE *sndfile, sf_count_t frames, int whence)) \
71 SNDFILE_FUNC(f,x, const char*, sf_strerror, (SNDFILE *sndfile))
215 static int sf_stop_stub(SNDFILE *sndfile UNUSED)
499 LSX_FORMAT_HANDLER(sndfile)
H A DMakefile.in2610 libsox_la-sndfile.lo: sndfile.c
2612 …_fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sndfile.Tpo $(DEPDIR)/libsox_la-sndfile.P…
2687 libsox_fmt_caf_la-sndfile.lo: sndfile.c
2689 …RUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_caf_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_caf_la-sndfi…
2701 libsox_fmt_fap_la-sndfile.lo: sndfile.c
2703 …RUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_fap_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_fap_la-sndfi…
2715 libsox_fmt_mat4_la-sndfile.lo: sndfile.c
2729 libsox_fmt_mat5_la-sndfile.lo: sndfile.c
2750 libsox_fmt_paf_la-sndfile.lo: sndfile.c
2757 libsox_fmt_sndfile_la-sndfile.lo: sndfile.c
[all …]
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamSFZ/
H A DMakefile32 BASE_FLAGS += $(shell pkg-config --cflags sndfile rubberband samplerate)
33 LINK_FLAGS += $(shell pkg-config --libs sndfile rubberband samplerate)
/dports/audio/waon/waon-0.10/
H A DMakefile.waon12 `pkg-config --cflags sndfile`
16 `pkg-config --libs sndfile` \
/dports/audio/ardour6/Ardour-6.8.0/tools/omf/
H A DMakefile5 $(shell pkg-config --cflags sndfile)
10 $(shell pkg-config --libs sndfile) \
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/host/
H A Dvamp-simple-host.cpp276 SNDFILE *sndfile;
280 sndfile = sf_open(wavname.c_str(), SFM_READ, &sfinfo);
281 if (!sndfile) {
283 << wavname << "\": " << sf_strerror(sndfile) << endl;
303 sf_close(sndfile);
431 if ((count = sf_readf_float(sndfile, filebuf, blockSize)) < 0) {
432 cerr << "ERROR: sf_readf_float failed: " << sf_strerror(sndfile) << endl;
439 … if ((count = sf_readf_float(sndfile, filebuf + (overlapSize * channels), stepSize)) < 0) {
440 cerr << "ERROR: sf_readf_float failed: " << sf_strerror(sndfile) << endl;
496 sf_close(sndfile);
/dports/audio/rubberband/rubberband-2.0.0/main/
H A Dmain.cpp452 SNDFILE *sndfile;
459 sndfile = sf_open(fileName, SFM_READ, &sfinfo);
460 if (!sndfile) {
462 << sf_strerror(sndfile) << endl;
593 sf_seek(sndfile, 0, SEEK_SET);
604 if ((count = sf_readf_float(sndfile, ibuf, bs)) <= 0) break; in ReadBuffer()
631 sf_seek(sndfile, 0, SEEK_SET); in ReadBuffer()
698 if ((count = sf_readf_float(sndfile, ibuf, thisBlockSize)) < 0) {
821 sf_seek(sndfile, 0, SEEK_SET);
874 sf_close(sndfile);
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2sndfile16 ARCHFILE=$FAUSTARCH/sndfile.cpp
79 …$CXX $CXXFLAGS -DFILE_MODE=$FILE_MODE "$f.cpp" `pkg-config --cflags --static --libs sndfile` -o "$…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_sndfile/test/test_conf/
H A Dfreeswitch.xml.fsxml10 <configuration name="sndfile.conf">
12 …<!-- Allow only these file extensions. Default: allow all sndfile provided extensions + FS custom …
/dports/audio/lv2file/lv2file-0.84-31-gaed7c77/
H A DMakefile1 CFLAGS += -Wall -Wextra --std=c99 `pkg-config --cflags argtable2 sndfile lilv-0`
2 LDLIBS += `pkg-config --libs argtable2 sndfile lilv-0` -lm
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DBuffer.sc179 sndfile = SoundFile.new;
181 sndfile.numChannels = numChannels;
183 if(sndfile.openWrite(path),
185 sndfile.writeData(collection);
186 sndfile.close;
200 var data, sndfile, path;
207 sndfile = SoundFile.new;
209 sndfile.numChannels = numChannels;
211 if(sndfile.openWrite(path),
213 sndfile.writeData(data);
[all …]
/dports/audio/abx/abx-0.0-b1/
H A Dconfigure.ac20 PKG_CHECK_MODULES(sndfile, sndfile)
/dports/audio/libsndfile/libsndfile-1.0.31/
H A Dlibsndfile.spec.in57 %{_includedir}/sndfile.h
58 %{_libdir}/pkgconfig/sndfile.pc
66 - Force installation of sndfile.pc file.
/dports/math/xtensor-io/xtensor-io-0.13.0/modules/
H A DFindSndFile.cmake19 NAMES sndfile.h
25 NAMES sndfile
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/convoLV2/
H A Dconvolution.cc85 SNDFILE *sndfile; in audiofile_read() local
90 if ((sndfile = sf_open(fn, SFM_READ, &nfo)) == 0) { in audiofile_read()
111 sf_close (sndfile); in audiofile_read()
121 sf_close (sndfile); in audiofile_read()
127 if(nfo.frames != (rd=sf_readf_float(sndfile, rdb, nfo.frames))) { in audiofile_read()
133 sf_close (sndfile); in audiofile_read()
163 sf_close (sndfile); in audiofile_read()
/dports/audio/drumgizmo/drumgizmo-0.9.19/test/
H A Ddrumkit_creator.cc106 auto sndfile = sf_open(filename.c_str(), SFM_WRITE, &sfinfo); in createWav() local
107 if (!sndfile) { in createWav()
114 sf_write_raw(sndfile, data_vec.data(), 2*data_vec.size()); in createWav()
116 sf_write_sync(sndfile); in createWav()
117 sf_close(sndfile); in createWav()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dcommand_test.c706 { SNDFILE *sndfile ; in instrumet_rw_test() local
713 if (sf_command (sndfile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) == SF_TRUE) in instrumet_rw_test()
725 if (sf_command (sndfile, SFC_UPDATE_HEADER_NOW, NULL, 0) != 0) in instrumet_rw_test()
728 sf_write_sync (sndfile) ; in instrumet_rw_test()
729 sf_close (sndfile) ; in instrumet_rw_test()
895 { SNDFILE *sndfile ; in cue_rw_test() local
912 if (sf_command (sndfile, SFC_GET_CUE, &cues, sizeof (cues)) == SF_TRUE) in cue_rw_test()
915 if (sf_command (sndfile, SFC_SET_CUE, &cues, sizeof (cues)) == SF_TRUE) in cue_rw_test()
924 if (sf_command (sndfile, SFC_UPDATE_HEADER_NOW, NULL, 0) != 0) in cue_rw_test()
927 sf_write_sync (sndfile) ; in cue_rw_test()
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/Octave/
H A DMakefile.in248 OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@/sndfile
372 oct_module_srcs = sndfile.cc
373 oct_module_files = sndfile.oct PKG_ADD
604 sndfile.oct : sndfile.o
607 sndfile.o : sndfile.cc
640 rm -f sndfile.o sndfile.oct
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.h375 SndFileR sndfile,
383 SndFileR sndfile,
390 SndFileR sndfile, int type, double value, PendingOperationList& ops) const;
392 … SndFileR sndfile, int type, MuseFrame_t frame, double value, PendingOperationList& ops) const;
394 SndFileR sndfile, int types, MuseFrame_t frame, PendingOperationList& ops) const;
396 … SndFileR sndfile, int type, MuseFrame_t frame, double value, PendingOperationList& ops) const;
/dports/audio/moc/moc-2.5.2/decoder_plugins/
H A Ddecoders.m424 m4_include(decoder_plugins/sndfile/sndfile.m4)

12345678910>>...134