Home
last modified time | relevance | path

Searched refs:sndfile (Results 201 – 225 of 3346) sorted by relevance

12345678910>>...134

/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A DMakefile.am12 sndfile.cpp \
49 libmodpluginclude_HEADERS = libmodplug/stdafx.h libmodplug/sndfile.h libmodplug/it_defs.h modplug.h
/dports/audio/waon/waon-0.10/
H A DMakefile.pv9 `pkg-config --libs sndfile` \
18 `pkg-config --cflags sndfile` \
H A DMakefile.gwaon9 `pkg-config --libs sndfile` \
19 `pkg-config --cflags sndfile` \
/dports/audio/screcord-lv2/screcord.lv2-36fbff9/
H A DMakefile13 CXXFLAGS += -I. -Wall -ffast-math `pkg-config --cflags sndfile`
14 LDFLAGS += -I. -pthread -shared -Llibrary -lc -lm -lrt -fPIC -DPIC `pkg-config --libs sndfile`
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A DMakefile.am12 sndfile.cpp \
49 libmodpluginclude_HEADERS = libmodplug/stdafx.h libmodplug/sndfile.h libmodplug/it_defs.h modplug.h
/dports/multimedia/php-pHash/pHash-0.9.6/src/
H A Daudiophash.cpp38 SNDFILE *sndfile = sf_open(filename, SFM_READ, &sf_info); in ph_count_samples() local
39 if (sndfile == NULL){ in ph_count_samples()
43 sf_close(sndfile); in ph_count_samples()
151 SNDFILE *sndfile = sf_open(filename, SFM_READ, &sf_info); in readaudio_snd() local
152 if (sndfile == NULL){ in readaudio_snd()
157 sf_command(sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE); in readaudio_snd()
167 sf_count_t cnt_frames = sf_readf_float(sndfile, inbuf, src_frames); in readaudio_snd()
/dports/multimedia/pHash/pHash-0.9.6/src/
H A Daudiophash.cpp38 SNDFILE *sndfile = sf_open(filename, SFM_READ, &sf_info); in ph_count_samples() local
39 if (sndfile == NULL){ in ph_count_samples()
43 sf_close(sndfile); in ph_count_samples()
151 SNDFILE *sndfile = sf_open(filename, SFM_READ, &sf_info); in readaudio_snd() local
152 if (sndfile == NULL){ in readaudio_snd()
157 sf_command(sndfile, SFC_SET_NORM_FLOAT, NULL, SF_TRUE); in readaudio_snd()
167 sf_count_t cnt_frames = sf_readf_float(sndfile, inbuf, src_frames); in readaudio_snd()
/dports/audio/abx/abx-0.0-b1/src/
H A Dplayer.c109 Sound_file *sndfile; member
245 nread = read_pcm_data(player->reader.sndfile, in reader_main()
417 if (seek_sound_file(player->reader.sndfile, loc, SEEK_SET) == -1) { in seek()
639 player->reader.sndfile = NULL; in init_player()
679 if ((player->reader.sndfile = open_sound_file(filename))) { in init_player()
680 player->reader.metadata = get_metadata(player->reader.sndfile); in init_player()
782 if (player->reader.sndfile && in close_player()
783 close_sound_file(player->reader.sndfile) != 0) { in close_player()
/dports/audio/boops-lv2/BOops-1.8.2/
H A Dmakefile4 GUI_LIBS += lv2 sndfile x11 cairo
5 LV2_LIBS += lv2 sndfile
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/
H A Dmakefile4 GUI_LIBS += lv2 x11 cairo sndfile
5 LV2_LIBS += lv2 sndfile
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/
H A Dconfigure.ac84 SV_MODULE_REQUIRED([sndfile],[sndfile >= 1.0.16],[sndfile.h],[sndfile],[sf_open])
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/plugins/eg-sampler.lv2/
H A Dsampler.c115 SNDFILE* const sndfile = sf_open(path, SFM_READ, info); in load_sample() local
118 if (!sndfile || !info->frames) { in load_sample()
131 sf_close(sndfile); in load_sample()
135 sf_seek(sndfile, 0ul, SEEK_SET); in load_sample()
136 sf_read_float(sndfile, data, info->frames); in load_sample()
137 sf_close(sndfile); in load_sample()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/
H A Dconfigure.ac84 SV_MODULE_REQUIRED([sndfile],[sndfile >= 1.0.16],[sndfile.h],[sndfile],[sf_open])
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/
H A Dconfigure.ac84 SV_MODULE_REQUIRED([sndfile],[sndfile >= 1.0.16],[sndfile.h],[sndfile],[sf_open])
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_plugin_interface.cpp808 buf->sndfile = nullptr; in sndbuf_init()
822 dest->sndfile = src->sndfile; in sndbuf_copy()
968 if (leave_open && !buf->sndfile) in buffer_write()
969 buf->sndfile = sf.takeOwnership(); in buffer_write()
1003 buf->sndfile = sf.takeOwnership(); in buffer_read()
1034 buf->sndfile = sf.takeOwnership(); in buffer_read_channel()
1040 if (buf->sndfile == nullptr) in buffer_close()
1042 sf_close(buf->sndfile); in buffer_close()
1043 buf->sndfile = nullptr; in buffer_close()
1070 if (buf->sndfile) in free_buffer()
[all …]
/dports/audio/lv2/lv2-1.18.2/plugins/eg-sampler.lv2/
H A Dsampler.c113 SNDFILE* const sndfile = sf_open(path, SFM_READ, info); in load_sample() local
116 if (!sndfile || !info->frames) { in load_sample()
129 sf_close(sndfile); in load_sample()
133 sf_seek(sndfile, 0ul, SEEK_SET); in load_sample()
134 sf_read_float(sndfile, data, info->frames); in load_sample()
135 sf_close(sndfile); in load_sample()
/dports/audio/libconvolve/libconvolve-0.0.8/
H A DMakefile3 COMPILE_FLAGS = $(CFLAGS) -fPIC `pkg-config fftw3f samplerate sndfile --cflags`
6 LINK_FLAGS = `pkg-config fftw3f samplerate sndfile --libs`
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_click.cc269 SNDFILE* sndfile; in setup_click_sounds() local
272 if ((sndfile = sf_open (path.c_str(), SFM_READ, &info)) == 0) { in setup_click_sounds()
286 if (sf_readf_float (sndfile, tmp, info.frames) != info.frames) { in setup_click_sounds()
309 sf_close (sndfile); in setup_click_sounds()
/dports/devel/py-game/pygame-2.1.0/buildconfig/macdependencies/
H A Dbuild_mac_deps.sh80 bash sndfile/build-sndfile.sh
/dports/audio/csound/csound-6.15.0/Emscripten/
H A Ddownload_and_build_libsndfile.sh55 patch libsndfile-1.0.25/src/sndfile.c < ../patches/sndfile.c.patch
/dports/audio/snd/snd-21.2/sndins/samples/
H A Dagn.rb124 sndfile = File.basename(file, ".*") + ".snd"
127 clm_load(file, :clm, true, :output, sndfile)
/dports/mail/coolmail/coolmail-1.3/system/X11/
H A Ddisplay_list.c46 extern char *sndfile; /* same hack as above */
158 sizeof(str), 0, XtRString, sndfile}; in disp_config()
177 sndfile = (char *)strdup(str); in disp_config()
305 if (sndfile) in disp_bell()
/dports/audio/faad/faad2-c626366/aacDECdrop/
H A Ddecode.c160 int decodeAACfile(char *sndfile, int def_srate, aac_dec_opt *opt) in decodeAACfile() argument
255 aufile = open_audio_file(sndfile, samplerate, frameInfo.channels, in decodeAACfile()
347 int decodeMP4file(char *sndfile, aac_dec_opt *opt) in decodeMP4file() argument
458 aufile = open_audio_file(sndfile, samplerate, frameInfo.channels, in decodeMP4file()
/dports/audio/wavetral/wavetral-57290f2/cmake/Modules/
H A DFindLibSndFile.cmake35 find_path(LIBSNDFILE_INCLUDE_DIRS sndfile.h)
36 find_library(LIBSNDFILE_LIBRARIES sndfile)
/dports/audio/fluidsynth/fluidsynth-2.2.4/.azure/
H A Dazure-pipelines-win.yml53 mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
54 mv lib\libsndfile-1.def lib\sndfile.def || exit -1
126 mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
127 mv lib\libsndfile-1.def lib\sndfile.def || exit -1
185 mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
186 mv lib\libsndfile-1.def lib\sndfile.def || exit -1

12345678910>>...134