Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh20 SAMPLING_RATE="20000 80000"
28 for sampling_rate in $SAMPLING_RATE;do
58 …h_plot.sh -o \"sampling_rate_${SAMPLING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand samplin…
59 for sampling_rate in $SAMPLING_RATE;do
67 for sampling_rate in $SAMPLING_RATE;do
77 …P_THRESHOLD}_sampling_rate_${SAMPLING_RATE}\" -t \"Ondemand up_threshold: ${UP_THRESHOLD} and samp…
78 for sampling_rate in $SAMPLING_RATE;do
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh20 SAMPLING_RATE="20000 80000"
28 for sampling_rate in $SAMPLING_RATE;do
58 …h_plot.sh -o \"sampling_rate_${SAMPLING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand samplin…
59 for sampling_rate in $SAMPLING_RATE;do
67 for sampling_rate in $SAMPLING_RATE;do
77 …P_THRESHOLD}_sampling_rate_${SAMPLING_RATE}\" -t \"Ondemand up_threshold: ${UP_THRESHOLD} and samp…
78 for sampling_rate in $SAMPLING_RATE;do
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh20 SAMPLING_RATE="20000 80000"
28 for sampling_rate in $SAMPLING_RATE;do
58 …h_plot.sh -o \"sampling_rate_${SAMPLING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand samplin…
59 for sampling_rate in $SAMPLING_RATE;do
67 for sampling_rate in $SAMPLING_RATE;do
77 …P_THRESHOLD}_sampling_rate_${SAMPLING_RATE}\" -t \"Ondemand up_threshold: ${UP_THRESHOLD} and samp…
78 for sampling_rate in $SAMPLING_RATE;do
/dports/audio/linuxsampler/linuxsampler-2.2.0/benchmarks/
H A Dtriang.cpp37 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in int_math()
64 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in int_math_abs()
98 const float r = frequency / SAMPLING_RATE; // frequency alteration quotient
104 const int wl = (int) (SAMPLING_RATE / frequency); // wave length (in sample points)
161 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in numeric_di_harmonic_solution()
H A Dlfobench.h54 #ifndef SAMPLING_RATE
55 # define SAMPLING_RATE 44100.0f macro
H A Dsquare.cpp31 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in square_int_math()
57 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in square_pulse()
H A Dsaw.cpp31 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in saw_new_int_math()
57 …ncy, LFO::start_level_min, 0 /* max. internal depth */, 1200, false, (unsigned int) SAMPLING_RATE); in saw_old_int_math()
H A Dsine.cpp31 …ency, LFO::start_level_max, 0 /* max. internal depth */, 1200, true, (unsigned int) SAMPLING_RATE); in sine_complex_nr()
57 …ency, LFO::start_level_max, 0 /* max. internal depth */, 1200, true, (unsigned int) SAMPLING_RATE); in sine_builtin()
/dports/devel/ccrtp/ccrtp-2.1.2/demo/
H A Daudio.h33 const int SAMPLING_RATE = 8000; variable
40 const int PACKET_SIZE=SAMPLING_RATE*PERIOD/1000;
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.11.0-src/tools/
H A Dceltclient.c58 #define SAMPLING_RATE 48000 macro
131 audio_dev = alsa_device_open(argv[1], SAMPLING_RATE, CHANNELS, FRAME_SIZE); in main()
136 CELTMode *mode = celt_mode_create(SAMPLING_RATE, FRAME_SIZE, NULL); in main()
163 tmp = SAMPLING_RATE; in main()
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.7.0-src/tools/
H A Dceltclient.c58 #define SAMPLING_RATE 48000 macro
131 audio_dev = alsa_device_open(argv[1], SAMPLING_RATE, CHANNELS, FRAME_SIZE); in main()
136 CELTMode *mode = celt_mode_create(SAMPLING_RATE, FRAME_SIZE, NULL); in main()
163 tmp = SAMPLING_RATE; in main()
/dports/comms/multimon-ng/multimon-ng-1.1.0/
H A Ddemod_dumpcsv.c33 #define SAMPLING_RATE 22050 macro
77 "DUMPCSV", false, SAMPLING_RATE, 0, dumpcsv_init, dumpcsv_demod, NULL
H A Ddemod_display.c38 #define SAMPLING_RATE 22050 macro
84 "SCOPE", true, SAMPLING_RATE, 0, scope_init, scope_demod, NULL
H A Dxdisplay.c52 #define SAMPLING_RATE 22050 macro
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dopus.c32 #define SAMPLING_RATE 48000 macro
102 ip_data->sf = sf_rate(SAMPLING_RATE) in opus_open()
213 rc = op_pcm_seek(priv->of, offset * SAMPLING_RATE); in opus_seek()
276 return samples / SAMPLING_RATE; in opus_duration()
/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Dopus.py269 SAMPLING_RATE = 48000 variable in _OpusStruct
273 SAMPLES_PER_FRAME = int(SAMPLING_RATE / 1000 * FRAME_LENGTH)
303 …return _lib.opus_encoder_create(self.SAMPLING_RATE, self.CHANNELS, self.application, ctypes.byref(…
353 return _lib.opus_decoder_create(self.SAMPLING_RATE, self.CHANNELS, ctypes.byref(ret))
368 return _lib.opus_packet_get_samples_per_frame(data, cls.SAMPLING_RATE)
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/pseudotoad_flower/
H A Dnotch.h34 #define SAMPLING_RATE 44100 macro
H A Dnotch.c35 float f = cos(M_PI * cutoff / SAMPLING_RATE); in init_notch()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dwavpack.py64 SAMPLING_RATE = (6000, 8000, 9600, 11025, variable in WavPackAudio
339 self.__samplerate__ = WavPackAudio.SAMPLING_RATE[sample_rate]
/dports/net-mgmt/pmacct/pmacct-1.7.5/docs/
H A DTRIGGER_VARS36 VAR: $SAMPLING_RATE