search for: raydat

Displaying 4 results from an estimated 4 matches for "raydat".

2013 Jan 09
0
PESQ calculated MoS-Values for Speex
...Q calculated MoS-Values for Speex Thanks for your fast answer Lloyd. I would rate mode4 of speex with 4 and mode2 with 4. (MoS) I can't hear a huge difference between both, except that mode4 files have more bass-parts (I guess because they are wideband encoded). I recorded the files on a RME RayDat with 48kHz per second and sampled it down with cubase (at the export). I'm not sure if this can make the difference, but I will try to record it with a samplerate of 16khz (I'm not sure if my RayDat even supports this?!) No, I don't hear unusual frequencies (though it's sounding re...
2013 Jan 09
3
PESQ calculated MoS-Values for Speex
Hello, I just signed up to this mailing-list (note: my first mailing list at all), because I'm having some problems related to speex. Let me just introduce you to what I'm doing. I am writing a short (really short) paper about VoIP techniques, especially audio codecs for speech. I pointed out basic technologies behind audio codecs; vector quantization, lpc, long-term prediction and some
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...eturn -1; diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 4a1f576dd9cf..3382c069fd3d 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -2284,11 +2284,10 @@ static int hdspm_get_wc_sample_rate(struct hdspm *hdspm) switch (hdspm->io_type) { case RayDAT: case AIO: status = hdspm_read(hdspm, HDSPM_RD_STATUS_1); return (status >> 16) & 0xF; - break; case AES32: status = hdspm_read(hdspm, HDSPM_statusRegister); return (status >> HDSPM_AES32_wcFreq_bit) & 0xF; default: break; @@ -2310,11 +2309,10 @@ static int...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...eturn -1; diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 4a1f576dd9cf..3382c069fd3d 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -2284,11 +2284,10 @@ static int hdspm_get_wc_sample_rate(struct hdspm *hdspm) switch (hdspm->io_type) { case RayDAT: case AIO: status = hdspm_read(hdspm, HDSPM_RD_STATUS_1); return (status >> 16) & 0xF; - break; case AES32: status = hdspm_read(hdspm, HDSPM_statusRegister); return (status >> HDSPM_AES32_wcFreq_bit) & 0xF; default: break; @@ -2310,11 +2309,10 @@ static int...