Home
last modified time | relevance | path

Searched refs:SF_AMBISONIC_B_FORMAT (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalplay.c76 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
81 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
H A Dallatency.c89 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
94 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
H A Dalconvolve.c171 if(sf_command(player->sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in OpenPlayerFile()
176 if(sf_command(player->sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in OpenPlayerFile()
346 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
351 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
H A Dalhrtf.c86 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT)
91 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT)
H A Dalstream.c134 if(sf_command(player->sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in OpenPlayerFile()
139 if(sf_command(player->sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in OpenPlayerFile()
H A Dalstreamcb.cpp138 if(sf_command(mSndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in open()
143 if(sf_command(mSndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in open()
H A Dalreverb.c184 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
189 if(sf_command(sndfile, SFC_WAVEX_GET_AMBISONIC, NULL, 0) == SF_AMBISONIC_B_FORMAT) in LoadSound()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/sdl/
H A Daudiofile.cc73 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
150 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
/dports/audio/ebumeter/ebumeter-0.4.2/source/
H A Daudiofile.cc79 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
156 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
/dports/audio/jconvolver/jconvolver-1.1.0/source/
H A Daudiofile.cc105 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
192 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
/dports/audio/jmatconvol/jmatconvol-0.4.2/source/
H A Daudiofile.cc104 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
191 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
/dports/audio/zita-resampler/zita-resampler-1.8.0/apps/
H A Daudiofile.cc105 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT)
192 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT);
/dports/audio/py-zita-audiotools/zita-audiotools-1.0.0/source/
H A Daudiofile.cc105 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
192 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
/dports/audio/tetraproc/tetraproc-0.8.6/source/
H A Daudiofile.cc104 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()
191 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in open_write()
H A Dimpdata.cc262 if (sf_command (_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in sf_open_read()
302 sf_command (_sndfile, SFC_WAVEX_SET_AMBISONIC, 0, SF_AMBISONIC_B_FORMAT); in sf_open_write()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
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()
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dsndfile.h246 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/libsndfile/
H A Dsndfile.h246 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/tests/bugs/issue-75/
H A Dsndfile.h248 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dsndfile.h249 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Drf64.c826 else if (datasize == SF_AMBISONIC_B_FORMAT) in rf64_command()
827 wpriv->wavex_ambisonic = SF_AMBISONIC_B_FORMAT ; in rf64_command()
/dports/audio/faust/faust-2.37.3/architecture/android/app/lib/libsndfile/include/
H A Dsndfile.h270 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/faust/faust-2.37.3/embedded/faustgen/MacOS/sndfile/
H A Dsndfile.h270 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A Dpysndfile.hh79 SF_AMBISONIC_B_FORMAT = 0x41 enumerator
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Dgx_convolver.cpp74 if (sf_command(_sndfile, SFC_WAVEX_GET_AMBISONIC, 0, 0) == SF_AMBISONIC_B_FORMAT) in open_read()

12