Home
last modified time | relevance | path

Searched full:effects (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.c1 /* SoX Effects chain (c) 2007 robs@users.sourceforge.net
89 /* Effects chain: */
105 free(ecp->effects); in sox_delete_effects_chain()
121 /* Effects table to be extended in steps of EFF_TABLE_STEP */
189 lsx_debug_more("sox_add_effect: extending effects table, " in sox_add_effect()
191 lsx_revalloc(chain->effects, chain->table_size); in sox_add_effect()
194 chain->effects[chain->length] = in sox_add_effect()
195 lsx_calloc(effp->flows, sizeof(chain->effects[chain->length][0])); in sox_add_effect()
196 chain->effects[chain->length][0] = *effp; in sox_add_effect()
199 chain->effects[chain->length][f] = eff0; in sox_add_effect()
[all …]
H A Dexample1.c31 /* The function that will be called to input samples into the effects chain.
55 /* The function that will be called to output samples from the effects chain.
82 /* A `stub' effect handler to handle inputting samples to the effects
92 /* A `stub' effect handler to handle outputting samples from the effects
103 * Reads input file, applies vol & flanger effects, stores in output file.
121 * Since we are using only simple effects, they are the same as the input in main()
125 /* Create an effects chain; some effects need to know about the input in main()
140 /* Add the effect to the end of the effects processing chain: */ in main()
147 /* Add the effect to the end of the effects processing chain: */ in main()
158 /* Flow samples through the effects processing chain until EOF is reached */ in main()
H A Dexample0.c30 * Reads input file, applies vol & flanger effects, stores in output file.
49 * Since we are using only simple effects, they are the same as the input in main()
53 /* Create an effects chain; some effects need to know about the input in main()
69 /* Add the effect to the end of the effects processing chain: */ in main()
76 /* Add the effect to the end of the effects processing chain: */ in main()
88 /* Flow samples through the effects processing chain until EOF is reached */ in main()
H A Dsox.c145 /* Effects */
147 /* We parse effects into a temporary effects table and then place into
148 * the real effects chain. This allows scanning all effects to give
150 * when mixer or resample effects need to be auto-inserted as well.
159 /* Size of memory structures related to effects arguments (user_effargs[i],
162 static size_t *nuser_effects = NULL; /* array: number of effects in each chain */
166 /* Indicates that not only the first effects chain is in effect (hrm), but
684 lsx_warn("%s: effects that modify audio should not follow dither", in add_effect()
703 exit(2); /* The effects chain should have displayed an error message */ in auto_effect()
708 * additional effects chain beyond value of eff_chain_count. It
[all …]
H A DMakefile.am46 # libsox - file format, effects, and utility library #
56 # Effects source
61 echo.c echos.c effects.c effects.h effects_i.c effects_i_dsp.c \
76 # Libraries required by libsox for file handlers, effects, or utils;
180 # currently load its formats and effects, so the checks would fail.
H A Dsox.h94 Attribute applied to a function to indicate that it has no side effects and
1029 …API: sox_signalinfo_t.length is set to SOX_UNKNOWN_LEN (= -1) within the effects chain if the actu…
1308 Global parameters (for effects & formats), returned from the sox_get_globals
1336 …sox_bool use_threads; /**< Private: true if client has requested parallel effects process…
1354 double * mult; /**< Effects headroom multiplier; may be null */
1554 Global parameters for effects.
1593 /* The following items are private to the libSoX effects chain functions. */
1602 Chain of effects to be applied to a stream.
1605 sox_effect_t **effects; /**< Table of effects to be applied to a stream */ member
1606 size_t length; /**< Number of effects to be applied */
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DFEATURES.in48 The audio effects/tools included in this release are as follows:
50 * Tone/filter effects
64 * Production effects
77 * Volume/level effects
88 * Editing effects
95 * Mixing effects
101 * Pitch/tempo effects
108 * Mastering effects
119 * Analysis `effects'
125 * Miscellaneous effects
[all …]
H A Dscreenshot120 sox: effects chain: input 44100Hz 2 channels 16 bits (multi)
21 sox: effects chain: remix 44100Hz 2 channels 16 bits (multi)
22 sox: effects chain: norm 44100Hz 1 channels 16 bits
23 sox: effects chain: highpass 44100Hz 1 channels 16 bits
24 sox: effects chain: gain 44100Hz 1 channels 16 bits (multi)
25 sox: effects chain: rate 44100Hz 1 channels 16 bits
26 sox: effects chain: norm 48000Hz 1 channels 16 bits
27 sox: effects chain: dither 48000Hz 1 channels 16 bits
28 sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
H A DChangeLog33 Effects:
45 effects. (Ulrich Klauer)
56 o Speed optimization for effects that operate on channels
89 Effects:
96 o Fix hang in several effects (rate, tempo, and those based on
168 Effects:
173 o Fix to effects pipeline to let fade effect specify time from end of
176 o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer)
177 o Effects chain can now be unlimited in length. (Ulrich Klauer)
178 o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer)
[all …]
H A Dsox.151 optionally apply effects to them. It can combine multiple input
85 Input(s) \*(RA Combiner \*(RA Effects \*(RA Output(s)
90 Output(s) and the Effects are swapped w.r.t. the logical flow just
92 before their respective file name, the opposite is true for effects.
102 performs the same format translation, but also applies four effects
152 effects can be found below in this manual, in
268 Of course, further options and effects (as described below) can be
377 Applying multiple effects with a single SoX invocation will,
429 effects to increase the audio volume. Clipping could also occur with many
430 other effects, when converting one format to another, and even when
[all …]
H A Dlibsox.372 effects processors. It is mainly developed for use by SoX but is
134 …t, this information should be used to make sure appropriate effects are placed in the effects chai…
138 \fBsox_create_effects_chain\fR will instantiate an effects chain that
139 effects can be added to. \fIin_enc\fR and \fIout_enc\fR are the
144 output encodings as they are referenced only as effects
149 if any effects are still in the chain.
153 as to what the output signal should be but depending on the effects
160 formats (skelform.c) and effects (skeleff.c). Note that new formats
191 SoX's formats and effects operate with an internal sample format of
288 .SH EFFECTS
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dff.rst17 effects.
73 - FF_CONSTANT can render constant force effects
74 - FF_PERIODIC can render periodic effects with the following waveforms:
83 - FF_RAMP can render ramp effects
86 - FF_DAMPER can simulate damper effects
87 - FF_RUMBLE rumble effects
105 Returns the number of effects the device can keep in its memory.
107 Uploading effects to the device
127 Effects are file descriptor specific.
149 This makes room for new effects in the device's memory. Note that this also
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-core.c38 * Checks whether 2 effects can be combined together
145 old = &ff->effects[id]; in input_ff_upload()
158 ff->effects[id] = *effect; in input_ff_upload()
228 * input_ff_flush - erase all effects owned by a file handle
230 * @file: purported owner of the effects
232 * This function erases all force-feedback effects associated with
234 * in which case all effects will be erased.
297 * @max_effects: maximum number of effects supported by the device
312 dev_err(&dev->dev, "cannot allocate device without any effects\n"); in input_ff_create()
317 dev_err(&dev->dev, "cannot allocate more than FF_MAX_EFFECTS effects\n"); in input_ff_create()
[all …]
H A Dff-memless.c28 /* Number of effects handled with memoryless devices */
241 * Combine two effects and apply gain.
324 * at one time we have to combine multiple effects into one
351 * here we have started effects that are either in ml_get_combo_effect()
409 pr_debug("timer: updating effects\n"); in ml_effect_timer()
417 * Sets requested gain for FF effects. Called with dev->event_lock held.
493 * Even though we stop all playing effects when tearing down in ml_ff_destroy()
495 * input_ff_flush() that stops and erases all effects), we in ml_ff_destroy()
543 /* we can emulate periodic effects with RUMBLE */ in input_ff_create_memless()
552 ml->states[i].effect = &ff->effects[i]; in input_ff_create_memless()
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Diforce-protocol.rst16 specify force effects to I-Force 2.0 devices. None of this information comes
54 First, I describe effects that are sent by the device to the computer
74 Device effects states
96 00 Channel (when playing several effects at the same time, each must
236 Query number of effects
241 QUERY = 4e ('N'umber of effects)
243 The device should respond by sending the number of effects that can be played
245 ff 02 4e 14 CS would stand for 20 effects.
333 Bit 0 Stop all effects
350 Each device has a certain amount of memory to store parameters of effects.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp794 //! <b>Effects</b>: Constructs a vector taking the allocator as parameter.
803 //! <b>Effects</b>: Constructs a vector taking the allocator as parameter.
812 //! <b>Effects</b>: Constructs a vector and inserts n value initialized values.
828 //! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
845 //! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
864 //! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
883 //! <b>Effects</b>: Constructs a vector
900 //! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
917 //! <b>Effects</b>: Constructs a vector
933 //! <b>Effects</b>: Constructs a vector that will use a copy of allocator a
[all …]
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c125 /*--------- Side effects helper functions -------*/
208 Implements the AAA instruction and side effects.
229 Implements the AAA instruction and side effects.
250 Implements the AAD instruction and side effects.
267 Implements the AAM instruction and side effects.
283 Implements the ADC instruction and side effects.
300 Implements the ADC instruction and side effects.
318 Implements the ADC instruction and side effects.
346 Implements the ADD instruction and side effects.
361 Implements the ADD instruction and side effects.
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dprim_ops.c131 Implements the AAA instruction and side effects.
157 Implements the AAA instruction and side effects.
183 Implements the AAD instruction and side effects.
206 Implements the AAM instruction and side effects.
228 Implements the ADC instruction and side effects.
255 Implements the ADC instruction and side effects.
282 Implements the ADC instruction and side effects.
316 Implements the ADD instruction and side effects.
339 Implements the ADD instruction and side effects.
362 Implements the ADD instruction and side effects.
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipv6.rst27 The possible values and their effects are:
49 The possible values and their effects are:
67 The possible values and their effects are:
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c199 * Side Effects: none.
225 * Side Effects:
270 * Side Effects:
413 * Side Effects: none.
445 * Side Effects:
495 * Side Effects:
569 * Side Effects:
652 * Side Effects:
763 * Side Effects:
808 * Side Effects:
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h60 * @sndbit: bitmap of sound effects supported by the device
61 * @ffbit: bitmap of force feedback effects supported by the device
76 * supports force feedback effects
89 * @snd: reflects current state of sound effects
98 * feedback effects loaded into the device when disconnecting
530 * @max_effects: maximum number of effects supported by device
531 * @effects: pointer to an array of effects currently loaded into device
562 struct ff_effect *effects; member
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dprism2sta.c152 * Side effects:
186 * Side effects:
214 * Side effects:
239 * Side effects:
278 * Side effects:
403 * Side effects:
577 * Side effects:
906 * Side effects:
957 * Side effects:
980 * Side effects:
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dcomplex95 // Effects: Behaves the same as C99 function cacos, defined
131 // Effects: Behaves the same as C99 function casin, defined
175 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
307 // Effects: Behaves the same as C99 function cabs, defined
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dcomplex95 // Effects: Behaves the same as C99 function cacos, defined
131 // Effects: Behaves the same as C99 function casin, defined
175 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
307 // Effects: Behaves the same as C99 function cabs, defined
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Datomic_count.hpp26 // Effects: Constructs an atomic_count with an initial value of n
35 // Effects: Atomically increments the value of a
41 // Effects: Atomically decrements the value of a

12345678910>>...36