Home
last modified time | relevance | path

Searched refs:chnstr (Results 1 – 1 of 1) sorted by relevance

/third_party/libsnd/src/
Dbroadcast.c115 { char chnstr [16] ; in gen_coding_history() local
141 psf_strlcpy (chnstr, sizeof (chnstr), "mono") ; in gen_coding_history()
145 psf_strlcpy (chnstr, sizeof (chnstr), "stereo") ; in gen_coding_history()
149 snprintf (chnstr, sizeof (chnstr), "%uchn", psfinfo->channels) ; in gen_coding_history()
184 psfinfo->samplerate, width, chnstr, PACKAGE_NAME, PACKAGE_VERSION) ; in gen_coding_history()