Home
last modified time | relevance | path

Searched refs:sf_get_string (Results 51 – 75 of 83) sorted by relevance

1234

/dports/sysutils/k3b/k3b-21.12.3/plugins/decoder/libsndfile/
H A Dk3blibsndfiledecoder.cpp106 addMetaInfo( META_TITLE, sf_get_string(d->sndfile, SF_STR_TITLE) ); in analyseFileInternal()
107 addMetaInfo( META_ARTIST, sf_get_string(d->sndfile, SF_STR_ARTIST) ); in analyseFileInternal()
108 addMetaInfo( META_COMMENT, sf_get_string(d->sndfile, SF_STR_COMMENT) ); in analyseFileInternal()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/src/
H A DWavFileReadStream.cpp126 const char *str = sf_get_string(m_file, SF_STR_TITLE); in ~SimpleWavFileWriteStream()
130 str = sf_get_string(m_file, SF_STR_ARTIST); in ~SimpleWavFileWriteStream()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A DSymbols.static29 sf_get_string
H A Dlibsndfile-1.def33 sf_get_string @60
H A DSymbols.gnu-binutils34 sf_get_string ;
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dlibsndfile-1.def34 sf_get_string @60
H A Dsndfile.h552 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DWavFileReader.cpp99 const char *str = sf_get_string(m_file, SF_STR_TITLE);
103 str = sf_get_string(m_file, SF_STR_ARTIST);
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/sndfile/
H A Dplugin.cc117 const char * str = sf_get_string (sf, sf_id); in copy_string()
124 const char * str = sf_get_string (sf, sf_id); in copy_int()
/dports/math/octave/octave-6.4.0/libinterp/dldfcn/
H A Daudioread.cc678 result.assign ("Title", sf_get_string (file, SF_STR_TITLE));
679 result.assign ("Artist", sf_get_string (file, SF_STR_ARTIST));
680 result.assign ("Comment", sf_get_string (file, SF_STR_COMMENT));
/dports/audio/libsndfile/libsndfile-1.0.31/programs/
H A Dsndfile-metadata-get.c154 { str = sf_get_string (file, id) ; \ in process_args()
H A Dsndfile-convert.c381 { str = sf_get_string (infile, k) ; in copy_metadata()
/dports/audio/libbs2b/libbs2b-3.1.0/src/
H A Dbs2bconvert.c224 str = sf_get_string( infile, k ); in copy_metadata()
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A Dpysndfile.hh305 const char* sf_get_string (SNDFILE *, int) {return "";} in sf_get_string() function
576 { return sf_get_string (p->sf, str_type) ; } in getString()
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DSndfileDecoderPlugin.cxx250 const char *value = sf_get_string(sf, str); in sndfile_handle_tag()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/libsndfile/
H A Dsndfile.h552 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
H A Dsndfile.hh278 { return sf_get_string (p->sf, str_type) ; } in getString()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/tests/bugs/issue-75/
H A Dsndfile.h571 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dsndfile.h572 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
/dports/lang/fpc-source/fpc-3.2.2/packages/sndfile/src/
H A Dsndfile.pp506 ** On error, sf_set_string() returns non-zero while sf_get_string()
514 function sf_get_string (sndfile : PSNDFILE; str_type : ctypes.cint) : ctypes.pcchar; cdecl;
515 external sndfilelib name 'sf_get_string';
/dports/audio/faust/faust-2.37.3/architecture/android/app/lib/libsndfile/include/
H A Dsndfile.h654 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
/dports/audio/faust/faust-2.37.3/embedded/faustgen/MacOS/sndfile/
H A Dsndfile.h654 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/private/
H A Dsndfile.hh326 { return sf_get_string (p->sf, str_type) ; } in getString()
/dports/audio/libsndfile/libsndfile-1.0.31/include/
H A Dsndfile.hh317 { return sf_get_string (p->sf, str_type) ; } in getString()
/dports/audio/libsndfile/libsndfile-1.0.31/docs/
H A Dapi.md49 | [sf_get_string, sf_set_string](#string) …
516 const char* sf_get_string (SNDFILE *sndfile, int str_type) ;
537 The sf_get_string() function returns the specified string if it exists and a
552 The suggested method of dealing with tags retrived using sf_get_string() is to

1234