Home
last modified time | relevance | path

Searched refs:getSampleRate (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/mda-vst3/source/
H A DmdaTestToneProcessor.cpp112 st= (int32)(len*getSampleRate ()); in doProcessing()
192 swt= (int32)(len*getSampleRate ()); in recalculate()
220 dphi = 51.37006f*(float)pow (1.0594631f,f+df)/getSampleRate (); in recalculate()
226 dphi=twopi*f/getSampleRate (); in recalculate()
234 swd = (swx-sw) / (len*getSampleRate ()); in recalculate()
235 swt= 2 * (int32)getSampleRate (); in recalculate()
242 sw = twopi*sw/getSampleRate (); in recalculate()
243 swx = twopi*swx/getSampleRate (); in recalculate()
244 swd = (swx-sw) / (len*getSampleRate ()); in recalculate()
245 swt= 2 * (int32)getSampleRate (); in recalculate()
[all …]
H A DmdaBeatBoxProcessor.cpp76 sdel = (int32)(0.12 * getSampleRate ()); in setActive()
77 kdel = (int32)(0.10 * getSampleRate ()); in setActive()
85 if (getSampleRate ()>49000) { hbuflen*=2; kbuflen*=2; sbuflen*=2; } in setActive()
100 de = (float)pow (10.0,-36.0/getSampleRate ()); in setActive()
109 de = (float)pow (10.0,-3.8/getSampleRate ()); in setActive()
110 e=0.5f; dp = 1588.f / getSampleRate (); in setActive()
118 de = (float)pow (10.0,-15.0/getSampleRate ()); in setActive()
119 e=0.38f; dp = 1103.f / getSampleRate (); in setActive()
239 hdel = (int32)((0.04 + 0.20 * params[1]) * getSampleRate ()); in recalculate()
258 if (wwx != ww) sfx = (int32)(2 * getSampleRate ()); in recalculate()
[all …]
H A DmdaComboProcessor.cpp234 k = (float)(2.f - 2.f * r * r * cos(0.647f * hz / getSampleRate () )); in filterFreq()
258 del1 = int (getSampleRate () / 6546.f); in recalculate()
259 del2 = int (getSampleRate () / 4315.f); in recalculate()
264 del1 = int (getSampleRate () / 7345.f); in recalculate()
265 del2 = int (getSampleRate () / 1193.f); in recalculate()
270 del1 = int (getSampleRate () / 6546.f); in recalculate()
271 del2 = int (getSampleRate () / 3315.f); in recalculate()
276 del1 = int (getSampleRate () / 982.f); in recalculate()
277 del2 = int (getSampleRate () / 2402.f); in recalculate()
283 del1 = int (getSampleRate () / 356.f); in recalculate()
[all …]
/dports/net/sems/sems-f89581a/core/
H A DAmRtpAudio.cpp274 if(output_sample_rate != getSampleRate()) { in get()
276 getSampleRate(), output_sample_rate); in get()
298 input_sample_rate, getSampleRate()); in put()
351 fec.reset(new LowcFE(getSampleRate())); in init()
354 playout_buffer.reset(new AmPlayoutBuffer(this,getSampleRate())); in init()
358 playout_buffer.reset(new AmJbPlayout(this,getSampleRate())); in init()
415 fmt->channels,getSampleRate(),h_codec); in conceal_loss()
421 fmt->channels,getSampleRate()); in conceal_loss()
459 unsigned int sample_rate = getSampleRate(); in add_to_history()
484 playout_buffer.reset(new AmJbPlayout(this,getSampleRate())); in setPlayoutType()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Denginesynctest.cpp196 mixxx::BeatsPointer pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 120, 0.0); in TEST_F()
198 mixxx::BeatsPointer pBeats2 = BeatFactory::makeBeatGrid(m_pTrack2->getSampleRate(), 124, 0.0); in TEST_F()
228 mixxx::BeatsPointer pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 120, 0.0); in TEST_F()
230 mixxx::BeatsPointer pBeats2 = BeatFactory::makeBeatGrid(m_pTrack2->getSampleRate(), 124, 0.0); in TEST_F()
232 mixxx::BeatsPointer pBeats3 = BeatFactory::makeBeatGrid(m_pTrack3->getSampleRate(), 128, 0.0); in TEST_F()
262 mixxx::BeatsPointer pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 80, 0.0); in TEST_F()
289 mixxx::BeatsPointer pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 80, 0.0); in TEST_F()
292 mixxx::BeatsPointer pBeats2 = BeatFactory::makeBeatGrid(m_pTrack2->getSampleRate(), 80, 0.0); in TEST_F()
347 mixxx::BeatsPointer pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 80, 0.0); in TEST_F()
1296 pBeats1 = BeatFactory::makeBeatGrid(m_pTrack1->getSampleRate(), 160, 0.0); in TEST_F()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/mda-vst3/source/
H A DmdaTestToneProcessor.cpp117 st= (int32)(len*getSampleRate ()); in doProcessing()
197 swt= (int32)(len*getSampleRate ()); in recalculate()
225 dphi = 51.37006f*(float)pow (1.0594631f,f+df)/getSampleRate (); in recalculate()
231 dphi=twopi*f/getSampleRate (); in recalculate()
239 swd = (swx-sw) / (len*getSampleRate ()); in recalculate()
240 swt= 2 * (int32)getSampleRate (); in recalculate()
247 sw = twopi*sw/getSampleRate (); in recalculate()
248 swx = twopi*swx/getSampleRate (); in recalculate()
249 swd = (swx-sw) / (len*getSampleRate ()); in recalculate()
250 swt= 2 * (int32)getSampleRate (); in recalculate()
[all …]
H A DmdaBeatBoxProcessor.cpp81 sdel = (int32)(0.12 * getSampleRate ()); in setActive()
82 kdel = (int32)(0.10 * getSampleRate ()); in setActive()
90 if (getSampleRate ()>49000) { hbuflen*=2; kbuflen*=2; sbuflen*=2; } in setActive()
105 de = (float)pow (10.0,-36.0/getSampleRate ()); in setActive()
114 de = (float)pow (10.0,-3.8/getSampleRate ()); in setActive()
115 e=0.5f; dp = 1588.f / getSampleRate (); in setActive()
123 de = (float)pow (10.0,-15.0/getSampleRate ()); in setActive()
124 e=0.38f; dp = 1103.f / getSampleRate (); in setActive()
244 hdel = (int32)((0.04 + 0.20 * params[1]) * getSampleRate ()); in recalculate()
263 if (wwx != ww) sfx = (int32)(2 * getSampleRate ()); in recalculate()
[all …]
H A DmdaComboProcessor.cpp239 k = (float)(2.f - 2.f * r * r * cos(0.647f * hz / getSampleRate () )); in filterFreq()
263 del1 = int (getSampleRate () / 6546.f); in recalculate()
264 del2 = int (getSampleRate () / 4315.f); in recalculate()
269 del1 = int (getSampleRate () / 7345.f); in recalculate()
270 del2 = int (getSampleRate () / 1193.f); in recalculate()
275 del1 = int (getSampleRate () / 6546.f); in recalculate()
276 del2 = int (getSampleRate () / 3315.f); in recalculate()
281 del1 = int (getSampleRate () / 982.f); in recalculate()
282 del2 = int (getSampleRate () / 2402.f); in recalculate()
288 del1 = int (getSampleRate () / 356.f); in recalculate()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/audio/
H A Dsignalinfo.h32 getSampleRate().isValid(); in isValid()
60 DEBUG_ASSERT(getSampleRate().isValid()); in frames2secsFractional()
61 return frames / getSampleRate(); in frames2secsFractional()
71 DEBUG_ASSERT(getSampleRate().isValid()); in secs2frames()
72 return seconds * getSampleRate(); in secs2frames()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java195 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
221 inputFormat.getSampleRate(), in getOutputFormats()
229 inputFormat.getSampleRate(), in getOutputFormats()
237 inputFormat.getSampleRate(), in getOutputFormats()
249 inputFormat.getSampleRate(), in getOutputFormats()
257 inputFormat.getSampleRate(), in getOutputFormats()
265 inputFormat.getSampleRate(), in getOutputFormats()
277 inputFormat.getSampleRate(), in getOutputFormats()
285 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
H A DAlawCodec.java147 sourceFormat.getSampleRate(), in getAudioInputStream()
151 sourceFormat.getSampleRate(), in getAudioInputStream()
158 sourceFormat.getSampleRate(), in getAudioInputStream()
162 sourceFormat.getSampleRate(), in getAudioInputStream()
221 inputFormat.getSampleRate(), in getOutputFormats()
225 inputFormat.getSampleRate(), in getOutputFormats()
232 inputFormat.getSampleRate(), in getOutputFormats()
236 inputFormat.getSampleRate(), in getOutputFormats()
240 inputFormat.getSampleRate(), in getOutputFormats()
244 inputFormat.getSampleRate(), in getOutputFormats()
H A DUlawCodec.java136 sourceFormat.getSampleRate(), in getAudioInputStream()
140 sourceFormat.getSampleRate(), in getAudioInputStream()
145 sourceFormat.getSampleRate(), in getAudioInputStream()
149 sourceFormat.getSampleRate(), in getAudioInputStream()
207 inputFormat.getSampleRate(), in getOutputFormats()
211 inputFormat.getSampleRate(), in getOutputFormats()
218 inputFormat.getSampleRate(), in getOutputFormats()
222 inputFormat.getSampleRate(), in getOutputFormats()
227 inputFormat.getSampleRate(), in getOutputFormats()
231 inputFormat.getSampleRate(), in getOutputFormats()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java195 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
221 inputFormat.getSampleRate(), in getOutputFormats()
229 inputFormat.getSampleRate(), in getOutputFormats()
237 inputFormat.getSampleRate(), in getOutputFormats()
249 inputFormat.getSampleRate(), in getOutputFormats()
257 inputFormat.getSampleRate(), in getOutputFormats()
265 inputFormat.getSampleRate(), in getOutputFormats()
277 inputFormat.getSampleRate(), in getOutputFormats()
285 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
H A DUlawCodec.java136 sourceFormat.getSampleRate(), in getAudioInputStream()
140 sourceFormat.getSampleRate(), in getAudioInputStream()
145 sourceFormat.getSampleRate(), in getAudioInputStream()
149 sourceFormat.getSampleRate(), in getAudioInputStream()
207 inputFormat.getSampleRate(), in getOutputFormats()
211 inputFormat.getSampleRate(), in getOutputFormats()
218 inputFormat.getSampleRate(), in getOutputFormats()
222 inputFormat.getSampleRate(), in getOutputFormats()
227 inputFormat.getSampleRate(), in getOutputFormats()
231 inputFormat.getSampleRate(), in getOutputFormats()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java289 public float getSampleRate() { in getSampleRate() method in AudioFormat
435 && (format.getSampleRate() == (float)AudioSystem.NOT_SPECIFIED in matches()
436 || format.getSampleRate() == getSampleRate()) in matches()
459 String sampleRate = getSampleRate() == AudioSystem.NOT_SPECIFIED ? in toString()
460 "unknown sample rate" : getSampleRate() + " Hz"; in toString()
476 if (Math.abs(getSampleRate() - getFrameRate()) > 0.00001) { in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java289 public float getSampleRate() { in getSampleRate() method in AudioFormat
435 && (format.getSampleRate() == (float)AudioSystem.NOT_SPECIFIED in matches()
436 || format.getSampleRate() == getSampleRate()) in matches()
459 String sampleRate = getSampleRate() == AudioSystem.NOT_SPECIFIED ? in toString()
460 "unknown sample rate" : getSampleRate() + " Hz"; in toString()
476 if (Math.abs(getSampleRate() - getFrameRate()) > 0.00001) { in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java289 public float getSampleRate() { in getSampleRate() method in AudioFormat
435 && (format.getSampleRate() == (float)AudioSystem.NOT_SPECIFIED in matches()
436 || format.getSampleRate() == getSampleRate()) in matches()
459 String sampleRate = getSampleRate() == AudioSystem.NOT_SPECIFIED ? in toString()
460 "unknown sample rate" : getSampleRate() + " Hz"; in toString()
476 if (Math.abs(getSampleRate() - getFrameRate()) > 0.00001) { in toString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java181 inputFormat.getSampleRate(), in getOutputFormats()
193 inputFormat.getSampleRate(), in getOutputFormats()
207 inputFormat.getSampleRate(), in getOutputFormats()
215 inputFormat.getSampleRate(), in getOutputFormats()
223 inputFormat.getSampleRate(), in getOutputFormats()
235 inputFormat.getSampleRate(), in getOutputFormats()
243 inputFormat.getSampleRate(), in getOutputFormats()
251 inputFormat.getSampleRate(), in getOutputFormats()
263 inputFormat.getSampleRate(), in getOutputFormats()
271 inputFormat.getSampleRate(), in getOutputFormats()
[all …]

12345678910>>...65