Recent content by renne

  1. R

    Import/export Audyssey MultEQ XT measurements?

    in_file = sys.argv[1] in_json = json.load(open(in_file, 'r')) channels = dict((item['commandId'], item) for item in in_json['detectedChannels']) for speaker, channel in channels.items(): for measurement, data in channel['responseData'].items(): impulse_response = [int(float(val) *...
  2. R

    Scaling on 4K displays?

    I uninstalled 5.19 and installed 5.20-rc7. "Scale fonts for display DPI" was enabled by default but didn't have any effect. Disabling and enabling didn't cause any change. Setting "General Font Size" to 22 did the trick. ;)
  3. R

    Import/export Audyssey MultEQ XT measurements?

    Hi, I'm using the Audyssey MultEQ-Android-app with a Denon AVR-X2300W to do room-correction. Is there any way to import the measurement-file of the the app into REW, edit the frequency response and export it back into an app-compliant file-format? Thanx for any hint! :)
  4. R

    Scaling on 4K displays?

    Hi, I'm new in this forum, so a "Hello" to all! :) I've connected a 55" 4k-TV to my Ubuntu 20.04-Notebook. Resolution is set to 2160p60 with 200% scaling factor. Linux software scales well, but REW ignores the 200% scaling which makes it nearly unreadable. Is there any configuration option to...
Top Bottom