/freebsd/contrib/file/magic/Magdir/ |
H A D | modem | 60 # Magic data for vgetty voice formats 71 # portable voice format 1 73 0 string PVF1\n portable voice format 77 # portable voice format 2 79 0 string PVF2\n portable voice format
|
H A D | epoc | 23 >>8 lelong 0x1000007E voice note 24 !:mime application/x-epoc-voice
|
H A D | zyxel | 11 0 string ZyXEL\002 ZyXEL voice data
|
H A D | iff | 34 >8 string 8SVX \b, 8SVX 8-bit sampled sound voice 36 >8 string 16SV \b, 16SV 16-bit sampled sound voice
|
H A D | acorn | 52 >9 byte =1 1 voice,
|
H A D | audio | 36 >12 belong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.), 74 >12 lelong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.), 98 0 string Creative\ Voice\ File Creative Labs voice data 536 # (ISDN) VBOX voice message file (Wolfram Kleff) 537 0 string VBOX VBOX voice message data 886 # 3 bytes indicating the voice version (200,220) 901 # you can only select voice modules with corresponding language byte ID like 1 904 # number of voice sample in the 1st phrase?
|
H A D | mail.news | 73 # partly verified by `tnef --list -v -f voice.tnef` and `ytnef -v triples.tnef`
|
H A D | map | 51 # determine type voice type by ./riff
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ak7375.txt | 1 Asahi Kasei Microdevices AK7375 voice coil lens driver 3 AK7375 is a camera voice coil lens.
|
H A D | dongwoon,dw9807-vcm.txt | 1 Dongwoon Anatech DW9807 voice coil lens driver 4 controlling voice coil lenses.
|
H A D | dongwoon,dw9714.txt | 1 Dongwoon Anatech DW9714 camera voice coil lens driver 4 for driving voice coil lenses in camera modules.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr.txt | 5 used for audio/voice services on the QDSP. 42 9 - Multimode voice manager. 43 10 - Core voice stream. 44 11 - Core voice processor.
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 1420 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) { \ argument 1425 _seqbuf[_seqbufptr+3] = (voice);\ 1436 #define SEQ_PITCHBEND(dev, voice, value) \ argument 1437 SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) 1438 #define SEQ_BENDER_RANGE(dev, voice, value) \ argument 1439 SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, value) 1440 #define SEQ_EXPRESSION(dev, voice, value) \ argument 1441 SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) 1442 #define SEQ_MAIN_VOLUME(dev, voice, value) \ argument 1443 SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/100) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | omap-twl4030.txt | 10 - ti,mcbsp-voice: phandle for the McBSP node connected to the voice port of twl
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10k1.c | 228 struct emu_voice voice[64]; member 559 for (i = 0; i < 64 && sc->voice[i].busy; i++); in emu_valloc() 561 v = &sc->voice[i]; in emu_valloc() 1826 sc->voice[ch].vnum = ch; in emu_init() 1827 sc->voice[ch].slave = NULL; in emu_init() 1828 sc->voice[ch].busy = 0; in emu_init() 1829 sc->voice[ch].ismaster = 0; in emu_init() 1830 sc->voice[ch].running = 0; in emu_init() 1831 sc->voice[ch].b16 = 0; in emu_init() 1832 sc->voice[ch].stereo = 0; in emu_init() [all …]
|
H A D | emu10kx.c | 363 struct emu_voice voice[NUM_G]; /* Hardware voices */ member 1254 for (i = 0; i < NUM_G && sc->voice[i].busy; i++); in emu_valloc() 1256 v = &sc->voice[i]; in emu_valloc() 1269 if (v == &sc->voice[i] && sc->voice[i].busy) { in emu_vfree() 3197 sc->voice[i].vnum = i; in emu_pci_attach() 3198 sc->voice[i].slave = NULL; in emu_pci_attach() 3199 sc->voice[i].busy = 0; in emu_pci_attach() 3200 sc->voice[i].ismaster = 0; in emu_pci_attach() 3201 sc->voice[i].running = 0; in emu_pci_attach() 3202 sc->voice[i].b16 = 0; in emu_pci_attach() [all …]
|
/freebsd/sys/dev/sound/midi/ |
H A D | sequencer.c | 1690 int ret, voice; in seq_chnvoice() 1705 voice = SYNTH_ALLOC(md, chn, note); in seq_chnvoice() 1720 if (SYNTH_SETINSTR(md, voice, 128 + note) in seq_chnvoice() 1733 if (SYNTH_SETUPVOICE(md, voice, chn) in seq_chnvoice() 1741 SYNTH_STARTNOTE(md, voice, note, parm); in seq_chnvoice() 1745 SYNTH_KILLNOTE(md, voice, note, parm); in seq_chnvoice() 1748 SYNTH_AFTERTOUCH(md, voice, parm); in seq_chnvoice() 1691 int ret, voice; seq_chnvoice() local
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | README | 33 ac_vo, vo voice
|
/freebsd/sys/dev/usb/net/ |
H A D | mbim.h | 561 uint32_t voice; member
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-gta04.dtsi | 88 simple-audio-card,name = "GTA04 voice"; 863 &mcbsp4 { /* GSM voice PCM */
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-axg-s400.dts | 51 button-voice {
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 64 And they heard the voice of the LORD God walking in the garden in the cool of the day: and Adam and… 66 And he said, I heard thy voice in the garden, and I was afraid, because I was naked; and I hid myse… 73 And unto Adam he said, Because thou hast hearkened unto the voice of thy wife, and hast eaten of th… 90 And he said, What hast thou done? the voice of thy brother's blood crieth unto me from the ground. 103 And Lamech said unto his wives, Adah and Zillah, Hear my voice; ye wives of Lamech, hearken unto my… 384 …to my maid; it may be that I may obtain children by her. And Abram hearkened to the voice of Sarai. 526 …of thy bondwoman; in all that Sarah hath said unto thee, hearken unto her voice; for in Isaac shal… 530 …t me not see the death of the child. And she sat over against him, and lift up her voice, and wept. 531 …voice of the lad; and the angel of God called to Hagar out of heaven, and said unto her, What aile… 566 And in thy seed shall all the nations of the earth be blessed; because thou hast obeyed my voice. [all …]
|
/freebsd/contrib/expat/ |
H A D | Changes | 28 !! can schedule a voice call on the topic, in English or German. !!
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 3257 u8 voice: 1; in _set_ant() 7125 hid->type |= (btinfo.hb1.voice ? BTC_HID_RCU_VOICE : 0); in _show_fbtc_cysta_v3() 2510 u8 voice: 1; global() member
|
/freebsd/share/dict/ |
H A D | web2a | 27953 head voice 54741 singing voice 70416 voice box 70418 voice glide 70419 voice glottis 70420 voice key 70421 voice leading 70423 voice part 70424 voice placing 70425 voice stop [all …]
|