Home
last modified time | relevance | path

Searched refs:STEREO (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DSynthesizer.cpp69 SYNTHESIZE(STEREO,0,0,0,0); in SynthesizeFragment_mode08()
73 SYNTHESIZE(STEREO,0,0,1,0); in SynthesizeFragment_mode09()
77 SYNTHESIZE(STEREO,0,1,0,0); in SynthesizeFragment_mode0a()
81 SYNTHESIZE(STEREO,0,1,1,0); in SynthesizeFragment_mode0b()
85 SYNTHESIZE(STEREO,1,0,0,0); in SynthesizeFragment_mode0c()
89 SYNTHESIZE(STEREO,1,0,1,0); in SynthesizeFragment_mode0d()
93 SYNTHESIZE(STEREO,1,1,0,0); in SynthesizeFragment_mode0e()
97 SYNTHESIZE(STEREO,1,1,1,0); in SynthesizeFragment_mode0f()
133 SYNTHESIZE(STEREO,0,0,0,1); in SynthesizeFragment_mode18()
137 SYNTHESIZE(STEREO,0,0,1,1); in SynthesizeFragment_mode19()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/decoders/
H A Dsol.cpp139 template<bool STEREO, bool S16BIT, bool OLDDPCM8>
152 const uint8 numChannels = STEREO ? 2 : 1; in SOLStream()
157 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
176 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
181 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
196 if (STEREO) { in readBuffer()
202 if (STEREO) { in readBuffer()
213 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
215 return STEREO; in isStereo()
218 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/decoders/
H A Dsol.cpp139 template<bool STEREO, bool S16BIT, bool OLDDPCM8>
152 const uint8 numChannels = STEREO ? 2 : 1; in SOLStream()
157 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
176 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
181 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
196 if (STEREO) { in readBuffer()
202 if (STEREO) { in readBuffer()
213 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
215 return STEREO; in isStereo()
218 template <bool STEREO, bool S16BIT, bool OLDDPCM8>
[all …]
/dports/audio/cam/cam-1.02/
H A Dsounds.c197 if (STEREO(ii)) { in set_sound()
224 if (STEREO(ii)) { in set_sound()
285 if (STEREO(dev_nr)) in init_sliders()
292 if (STEREO(dev_nr)) in init_sliders()
346 if ( (locked) && (STEREO(dev_vol[dev_nr].dev_nr)) ) { in ctrl_sliders()
367 if ( (locked) && STEREO(dev_vol[dev_nr].dev_nr)) in ctrl_sliders()
427 if ((locked) && STEREO(dev_vol[dev_nr].dev_nr)) in ctrl_sliders()
433 if ((locked) && STEREO(dev_vol[dev_nr].dev_nr)) in ctrl_sliders()
485 if ((locked) && STEREO(dev_vol[dev_nr].dev_nr)) in ctrl_sliders()
541 if (STEREO(dev_nrs)) { in ctrl_sliders()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp22 #define STEREO 2 macro
26 assert(builder.getChannelCount() == STEREO); in PolyphaseResamplerStereo()
34 float *dest = &mX[mCursor * STEREO]; in writeFrame()
35 const int offset = mNumTaps * STEREO; in writeFrame()
53 float *xFrame = &mX[mCursor * STEREO]; in readFrame()
H A DSincResamplerStereo.cpp24 #define STEREO 2 macro
28 assert(builder.getChannelCount() == STEREO); in SincResamplerStereo()
36 float *dest = &mX[mCursor * STEREO]; in writeFrame()
37 const int offset = mNumTaps * STEREO; in writeFrame()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp22 #define STEREO 2 macro
26 assert(builder.getChannelCount() == STEREO); in PolyphaseResamplerStereo()
34 float *dest = &mX[mCursor * STEREO]; in writeFrame()
35 const int offset = mNumTaps * STEREO; in writeFrame()
53 float *xFrame = &mX[mCursor * STEREO]; in readFrame()
H A DSincResamplerStereo.cpp24 #define STEREO 2 macro
28 assert(builder.getChannelCount() == STEREO); in SincResamplerStereo()
36 float *dest = &mX[mCursor * STEREO]; in writeFrame()
37 const int offset = mNumTaps * STEREO; in writeFrame()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-sys-0.4.4/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp22 #define STEREO 2 macro
26 assert(builder.getChannelCount() == STEREO); in PolyphaseResamplerStereo()
34 float *dest = &mX[mCursor * STEREO]; in writeFrame()
35 const int offset = mNumTaps * STEREO; in writeFrame()
53 float *xFrame = &mX[mCursor * STEREO]; in readFrame()
H A DSincResamplerStereo.cpp24 #define STEREO 2 macro
28 assert(builder.getChannelCount() == STEREO); in SincResamplerStereo()
36 float *dest = &mX[mCursor * STEREO]; in writeFrame()
37 const int offset = mNumTaps * STEREO; in writeFrame()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-sys-0.4.4/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp22 #define STEREO 2 macro
26 assert(builder.getChannelCount() == STEREO); in PolyphaseResamplerStereo()
34 float *dest = &mX[mCursor * STEREO]; in writeFrame()
35 const int offset = mNumTaps * STEREO; in writeFrame()
53 float *xFrame = &mX[mCursor * STEREO]; in readFrame()
H A DSincResamplerStereo.cpp24 #define STEREO 2 in FixedBlockWriter()
28 assert(builder.getChannelCount() == STEREO); in FixedBlockWriter()
36 float *dest = &mX[mCursor * STEREO];
37 const int offset = mNumTaps * STEREO;
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/audioconvert/
H A Dchannelmix-ops.c214 if ((dst_mask & STEREO) == STEREO){ in make_matrix()
216 if(src_mask & STEREO) { in make_matrix()
228 if (unassigned & STEREO){ in make_matrix()
249 } else if(dst_mask & STEREO) { in make_matrix()
286 } else if (dst_mask & STEREO) { in make_matrix()
325 } else if (dst_mask & STEREO) { in make_matrix()
351 if (dst_mask & STEREO) { in make_matrix()
385 if ((src_mask & STEREO) == STEREO) { in make_matrix()
394 if ((src_mask & STEREO) == STEREO) { in make_matrix()
410 } else if ((src_mask & STEREO) == STEREO) { in make_matrix()
[all …]
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/lv2/ttl/
H A Dvibe_presets.ttl45 lv2:symbol "STEREO" ;
85 lv2:symbol "STEREO" ;
125 lv2:symbol "STEREO" ;
165 lv2:symbol "STEREO" ;
205 lv2:symbol "STEREO" ;
245 lv2:symbol "STEREO" ;
285 lv2:symbol "STEREO" ;
325 lv2:symbol "STEREO" ;
H A Dshelfboost_presets.ttl23 lv2:symbol "STEREO" ;
45 lv2:symbol "STEREO" ;
67 lv2:symbol "STEREO" ;
90 # lv2:symbol "STEREO" ;
H A Ddist_presets.ttl41 lv2:symbol "STEREO" ;
82 lv2:symbol "STEREO" ;
123 lv2:symbol "STEREO" ;
164 lv2:symbol "STEREO" ;
205 lv2:symbol "STEREO" ;
246 lv2:symbol "STEREO" ;
H A Ddistband_presets.ttl56 lv2:symbol "STEREO" ;
109 lv2:symbol "STEREO" ;
161 lv2:symbol "STEREO" ;
213 lv2:symbol "STEREO" ;
265 lv2:symbol "STEREO" ;
317 lv2:symbol "STEREO" ;
369 lv2:symbol "STEREO" ;
421 lv2:symbol "STEREO" ;
/dports/games/scummvm-tools/scummvm-tools-2.5.0/sound/
H A Daudiostream.cpp135 #define MAKE_LINEAR(STEREO, UNSIGNED) \ argument
138 …return new LinearMemoryStream<STEREO, true, UNSIGNED, true>(rate, ptr, len, loopOffset, loopLen, a…
140 …return new LinearMemoryStream<STEREO, true, UNSIGNED, false>(rate, ptr, len, loopOffset, loopLen, …
142 …return new LinearMemoryStream<STEREO, false, UNSIGNED, false>(rate, ptr, len, loopOffset, loopLen,…
/dports/audio/spectrogram/spectrogram-a5f5fef/
H A Dalsa.c25 #define STEREO 2 macro
56 snd_pcm_hw_params_set_channels(hdl, par, STEREO); in init_sio()
70 buffer = calloc(samples * STEREO, sizeof(int16_t)); in init_sio()
H A Dsio.c25 #define STEREO 2 macro
49 par.rchan = STEREO; in init_sio()
59 if (par.rchan != STEREO || in init_sio()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/McCurdy Collection/Miscellaneous/
H A DStereoToMono(Offline).csd1 STEREO TO MONO CONVERSION (OFFLINE)
24 nchnls = 1 ;NUMBER OF CHANNELS (2=STEREO)
26 ;REPLACE THIS FILE NAME WITH THE NAME OF YOUR DESIRED STEREO INPUT SOUND FILE
35 asigL, asigR diskin2 $FILE, 1, 0, 1 ;GENERATE 2 AUDIO SIGNALS FROM A STEREO SOUND FILE
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DAutomatedGlitchActivity.java19 private static final int STEREO = 2; field in AutomatedGlitchActivity
88 sampleRate, MONO, STEREO); in testConfiguration()
91 sampleRate, STEREO, MONO); in testConfiguration()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DDynamicResampler.cpp15 UpdateResampler(mOutRate, STEREO); in DynamicResampler()
114 if ((mChannels == STEREO || mChannels == 1) && in UpdateResampler()
115 mInternalInBuffer.Length() == STEREO) { in UpdateResampler()
119 mChannels == STEREO) { in UpdateResampler()
129 mInputTail.SetLength(STEREO); in UpdateResampler()
267 AutoTArray<nsTArray<float>, STEREO> buffer; in CreateChunks()
270 AutoTArray<const float*, STEREO> bufferPtrs; in CreateChunks()
362 mOutputChunks(aOutRate / 10, STEREO) {} in AudioResampler()
/dports/www/firefox/firefox-99.0/dom/media/
H A DDynamicResampler.cpp15 UpdateResampler(mOutRate, STEREO); in DynamicResampler()
114 if ((mChannels == STEREO || mChannels == 1) && in UpdateResampler()
115 mInternalInBuffer.Length() == STEREO) { in UpdateResampler()
119 mChannels == STEREO) { in UpdateResampler()
129 mInputTail.SetLength(STEREO); in UpdateResampler()
269 AutoTArray<nsTArray<float>, STEREO> buffer; in CreateChunks()
272 AutoTArray<const float*, STEREO> bufferPtrs; in CreateChunks()
365 mOutputChunks(aOutRate / 10, STEREO, aPrincipalHandle) {} in AudioResampler()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DDynamicResampler.cpp15 UpdateResampler(mOutRate, STEREO); in DynamicResampler()
114 if ((mChannels == STEREO || mChannels == 1) && in UpdateResampler()
115 mInternalInBuffer.Length() == STEREO) { in UpdateResampler()
119 mChannels == STEREO) { in UpdateResampler()
129 mInputTail.SetLength(STEREO); in UpdateResampler()
267 AutoTArray<nsTArray<float>, STEREO> buffer; in CreateChunks()
270 AutoTArray<const float*, STEREO> bufferPtrs; in CreateChunks()
362 mOutputChunks(aOutRate / 10, STEREO) {} in AudioResampler()

12345678910>>...32