Thanks for the feedback on this guys - incredible amount of effort went into those measurements and I hope that this might inspire others.
Featured Stories
Topics Discussed
Related Forum Threads
- FS: Asus Essence STX w/op-amp upgrade Last post on 4/22/13 at 7:33pm in Amplification For Sale / Trade
- How to surround sound on stereo headphones? Last post on 4/6/13 at 3:34am in Headphones (full-size)
- How to choose between Xonar Phoebus and Essence STX to go with my IE80 for gaming and mild music Last post on 4/16/13 at 9:07am in Computer Audio
- Asus Xonar STX and TI LME49990 Op Amp Oscillation? Last post on 5/10/13 at 10:46am in Computer Audio
- Best Soundcard for Gaming with Sennheiser PC360? Last post on 4/30/13 at 8:44pm in Computer Audio
Recent Reviews
-
This review is reposted from my blog: http://noblehifi.blogspot.co.uk/2013/05/soundmagic-hp200-review.html Disclaimer: The HP200 was given to me by SoundMAGIC for this review. This...
-
Firstly let's get some things squared away: I do not believe in break-in. (Burn-in for those who don't understand terminology.) I do not believe cable materials alter sound. I do not...
-
The 90s have taken a while to grow on me. I found a deal for the L2s (champagne accents and cable) on AMZ Warehouse and pulled the trigger after becoming interested in JVC's dual-driver...
-
The DAC market is clearly exploding. Seems like every week or so we hear of a new model being launched. Many of them look quite nice, with good specs and plenty of features. Some...
-
very relax sounding IEM, great for relaxing, fit is awkward if u have small ears, accessories are tons but most are useless, tape mod is good! Recommended
OK, so what CAN I reliably measure from a PC soundcard ? - Page 2
Gear mentioned in this thread:
- firev1
- Trader Feedback: 0
-
- offline
- 709 Posts. Joined 8/2011
- Location: SG
- Select All Posts By This User
Thanks stv014 for this, putting it in my siggy to spread the word on easy testing. I think the biggest tip to for anyone who wants to do audio related testing with decent soundcards should really start with a good DMM first, absolutely needed, the rest just fall in place.
- lee730
- Trader Feedback: +18
-
- offline
- 12,605 Posts. Joined 1/2011
- Location: Hawaii
- Select All Posts By This User
Can someone give me in-depth directions on how to run these RMAA tests on amps and DAPs? I've tried it on my DX100 which already is suppose to measure flat but I can't get the signal on both L and R to remain stable. Either its too low or clipping. Any help would be very appreciated. I was able to do a good RMAA test on my own sound card which everything came back very good or excellent. So I'm not sure what I am doing wrong? Is there a specific recording you have to play back to have balance on both L and R channels? Seems there are no idiot proof guides on how to do this and this is sad.
If the signal is not stable on one channel, make sure that there are no contact problems. By the way, what are you trying to measure, and exactly how ?
- lee730
- Trader Feedback: +18
-
- offline
- 12,605 Posts. Joined 1/2011
- Location: Hawaii
- Select All Posts By This User
I'm trying to do RMAA test on my DX100, Studio V etc. I was able to do a successful test on my sound card by looping it from the mic to the the first line in port. Now trying to do the test on the DX100 and I can't get the channels to be balanced. Its either clipping or not enough power. I also notice the channels changing. I was under the impression this is due to the actual music being played since left and right channels do change in actual music.
- skamp
- Trader Feedback: 0
-
- offline
- 1,217 Posts. Joined 10/2008
- Location: France
- Select All Posts By This User
The mic? What? You're supposed to connect the output of whatever device you're measuring (a headphone out or a line out) to the line in of your soundcard, and record that. The mic input should never be used for RMAA measurements.
- lee730
- Trader Feedback: +18
-
- offline
- 12,605 Posts. Joined 1/2011
- Location: Hawaii
- Select All Posts By This User
When I did the RMAA test on the sound card I looped it back from the line out 1 to line in on the sound card. I was able to get great results on that test. The first time around I got horrible results as I had things set up wrong.
I did connect from the HO to the Line In and am not able to get the sound balanced. Its either clipping or the signal is too low.
Some simple programs for generating various test signals (maximum length sequences, sine sweeps, jitter test, etc.):
A few more simple command line utilities:
"convolve" convolves a sound file with another one. But it can also convolve with a maximum length sequence, or a simple FIR lowpass or highpass filter. Additionally, some transforms (inverse filter, linear phase, minimum phase) can be applied to the impulse response. By convolving a recorded maximum length sequence with a reverse MLS, the impulse response can be extracted. It is also possible to resample the input file by any fractional ratio, to correct DAC/ADC sample rate mismatches.
"resample" converts the sample rate of a sound file. There are obviously many tools for that purpose, but it allows for resampling by fractional ratios (e.g. from 44100.28767753 Hz to 44100 Hz), can apply fractional sample delays, and do this with decent accuracy and quality. The interpolation quality, lowpass filter length, cutoff frequency, and linear vs. minimum phase are configurable.
Both the above utilities can apply a gain to the output (overall and separately for each channel), and write WAV files in floating point or 8, 16, 24, or 32-bit integer format. Integer formats are dithered.
"sinetest" analyzes and prints the frequency, amplitude, and phase of a sine wave. This can be used, with the "resample" utility, to correct the level, sample rate, and delay of a loopback recording that includes a few seconds of a test tone.
- lee730
- Trader Feedback: +18
-
- offline
- 12,605 Posts. Joined 1/2011
- Location: Hawaii
- Select All Posts By This User

A few more simple command line utilities:
"convolve" convolves a sound file with another one. But it can also convolve with a maximum length sequence, or a simple FIR lowpass or highpass filter. Additionally, some transforms (inverse filter, linear phase, minimum phase) can be applied to the impulse response. By convolving a recorded maximum length sequence with a reverse MLS, the impulse response can be extracted. It is also possible to resample the input file by any fractional ratio, to correct DAC/ADC sample rate mismatches.
"resample" converts the sample rate of a sound file. There are obviously many tools for that purpose, but it allows for resampling by fractional ratios (e.g. from 44100.28767753 Hz to 44100 Hz), can apply fractional sample delays, and do this with decent accuracy and quality. The interpolation quality, lowpass filter length, cutoff frequency, and linear vs. minimum phase are configurable.
Both the above utilities can apply a gain to the output (overall and separately for each channel), and write WAV files in floating point or 8, 16, 24, or 32-bit integer format. Integer formats are dithered.
"sinetest" analyzes and prints the frequency, amplitude, and phase of a sine wave. This can be used, with the "resample" utility, to correct the level, sample rate, and delay of a loopback recording that includes a few seconds of a test tone.
This is all alien to me lol ;). I already gave it up. I don't know how I was able to get good results testing the damn sound card itself but can't for the life of me properly run the test on a DAP. They need to make this **** easier lol.
- skamp
- Trader Feedback: 0
-
- offline
- 1,217 Posts. Joined 10/2008
- Location: France
- Select All Posts By This User
No. You're just having PEBCAK issues.
I did not post these in response to your questions, but rather for being somewhat relevant to this topic. I do not think many people will use those programs, though, but I do use them (and a number of others) for the measurements, ABX files, etc. posted here, so the tools being available makes the tests more repeatable by others. I also plan to release the utilities I used for creating graphs like the ones that can be found here, these can analyze sine sweeps for frequency response, THD vs. frequency, and THD vs. level, and also impulse responses for group delay vs. freqiuency.
To show a practical example of using these tools, here is how they can be used to create a level matched, pitch corrected, and accurately synchronized (to a fraction of a sample) loopback recording from the line output of a RealTek ALC887 onboard audio codec, for the purpose of ABX testing or measurements. The resulting A.wav and B.wav files are both in 96/24 format, and A.wav is created in software with high quality sample rate conversion (but using a lowpass filter with deliberately slow roll-off to simulate a real DAC).
The test sample also includes a maximum length sequence that is not used here, but could be for measuring the impulse response of the loopback, which would be useful for null testing (i.e. to convolve the original sample with the IR to eliminate frequency and phase response differences; note however, that low frequency jitter makes a null test difficult to implement if the DAC and ADC do not share the same clock).
The files can be found in this archive, except some large and redundant ones (sample2.wav is created by appending sample.wav to test.wav, and then 1 second silence at the end, and lb_fixed.wav is created as shown below).
testgen testgen.txt test.wav 44100 16
arecord -f dat -f S32_LE -r 96000 -D hw:1,0 --period-size=8192 --buffer-size=16384 -d 52 loopback.wav
aplay -D hw:0,0 --period-size=8192 --buffer-size=16384 sample2.wav
sinetest -d 13 loopback.wav -c 1 -f 2500 -a 0.9 -p 0
Channel #1: frequency = 2499.94092442 Hz
amplitude = 0.54074378 (-5.340169 dBFS)
phase = 288.296957 degrees
frequency correction = 1.000023630791
amplitude correction = 1.66437422 (4.42501961 dB)
start time = 2.280533559587 s (218931.2217203 samples)
sinetest -d 13 loopback.wav -c 2 -f 3000 -a 0.9 -p 0
Channel #2: frequency = 2999.92910926 Hz
amplitude = 0.54400694 (-5.287911 dBFS)
phase = 201.926923 degrees
frequency correction = 1.000023630806
amplitude correction = 1.65439065 (4.37276132 dB)
start time = 2.280533586866 s (218931.2243391 samples)
average frequency correction = 1.0000236307985
average start time = 2.2805335732265
resample -il 128 -k 2.2805335732265 -m 1.0000236307985 -g1 1.66437422 -g2 1.65439065 -d 50 loopback.wav lb_fixed.wav
resample -il 128 -fl -2000 -r 96000 -f 3 sample.wav A.wav
resample -k 19 -d 29.78544217687 -f 3 lb_fixed.wav B.wav
- OK, so what CAN I reliably measure from a PC soundcard ?
Recent Discussions
- › fiio e9 6 seconds ago
- › Sony Discman D25 and Fred_Fred 2004 3 way design rechargeable amp 1 minute ago
- › What headphones do you currently use? 1 minute ago
- › C&C BH Portable Headphone Amp (80 Hours from a Single Charge!)... 1 minute ago
- › Battle Of The Flagships (57 Headphones Compared) UPDATE: Ultimate... 2 minutes ago
- › Fiio X5 thread 2 minutes ago
- › REVIEW: Firestone Audio Tobby DAC 3 minutes ago
- › Woo Audio Amp Owner Unite 3 minutes ago
- › Is Grado evolving too slowly? 5 minutes ago
- › The BEST-LOOKING Headphones 7 minutes ago
Recent Reviews
- › Soundmagic HP200 by Quadpatch
- › Pioneer SE-A1000 Lightweight Audiophile AV Over-Ear Headphones (Black) by CrystalT
- › JVC HA-FXT90 by JoeDoe
- › Firestone Tobby by project86
- › Sennheiser IE80 by minhquancanon7d
- › Unique Melody Miracle by Loquah
- › Grado SR80i Headphones by jeffphus
- › SMSL SA-98 Flagship-level Top HIFI Digital Big Power Amplifier... by REvandenBERG
- › Hisoundaudio Wooduo 2 by TheGame21x
- › HiFiMAN RE-400 by TKWizard
New Articles
- › Mac OS X Music Players - alternatives to iTunes by miceblue
- › STAX SR-007 (Omega II) ... A Review After 4... by Currawong
- › List of lossless and high-res music (FLAC,... by ffivaz
- › Beware of the following scams and people... by Currawong
- › Sennheiser 449 Mod Possibly 4 8 Mod by hernan604
- › 2012 Head-Fi Holiday Gift Guide (Computer Audio) by joe
- › 2012 Head-Fi Holiday Gift Guide (Portable... by joe
- › 2012 Head-Fi Holiday Gift Guide (Desktop Audio) by joe
- › 2012 Head-Fi Holiday Gift Guide (Headphone... by joe
- › 2012 Head-Fi Holiday Gift Guide (Power Corner) by joe
About Head-Fi.org | Join the Community | Advertise
© 2013 Head-Fi.org is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map

















