INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Access to JRiver Audio analyzer  (Read 2419 times)

Wheaten

  • Guest
Access to JRiver Audio analyzer
« on: March 11, 2021, 03:27:45 pm »

Currently working on a OLED driver for the rPi.

I would like to get the Audio analyzer data (through API) on the OLED screen when a track is playing.
There are some third party tools that can be used, like Cava, but they will only loopback through pulseaudio in combination with a USB DAC. I don't want to use pulseaudio for various of reasons or even interfere with the excellent audio setup of JRiver.
Is there a possibility to access this data from JRiver, as it is already available in the GUI?



Logged

EnglishTiger

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 969
Re: Access to JRiver Audio analyzer
« Reply #1 on: March 12, 2021, 08:35:34 am »

Yes - these 2 pages explain what tags/fields are available and how to access them
https://wiki.jriver.com/index.php/Track_Info_Template_SDK and https://jriver.com/DevZone/MJFields.h
Logged
Win NUC - VENOEN 11Th NUC Mini PC Core i7 1165G7,Dual HDMI 2.0+Mini DP,Windows 11 Mini Desktop Computer,Thunderbolt 4.0,1 Lan, USB-C,Wifi,Bluetooth 5.0,32GB RAM Toshiba MQ04ABF100 ‎500Gb 5400 RPM ‎eSATA HD, Gigabyte GP-GSM2NE3512GNTD 1Tb NVMe SSD, Samsung 870 QVO 8 TB SATA 2.5 Inch SSD (MZ-77Q8T0) in Sabrent Ultra Slim USB 3.0 to 2.5-Inch SATA External Aluminium Hard Drive Enclosure (EC-UK30)

Apple 2020 Mac mini M1 Chip (8GB RAM, 512GB SSD)
Sabrent Thunderbolt 3 to Dual NVMe M.2 SSD Tool-Free Enclosure with Sabrent 2TB Rocket NVMe PCIe M.2 2280 High Performance SSD + Crucial P3 Plus 4TB M.2 PCIe

ET Skins & TrackInfo Plugins - https://englishtiger.uk/index.html

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Access to JRiver Audio analyzer
« Reply #2 on: March 12, 2021, 04:57:51 pm »

When I did a few plugins, I never did see a way to access the spectrum analyzer data, if that is what you are asking about.

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

Wheaten

  • Guest
Re: Access to JRiver Audio analyzer
« Reply #3 on: March 12, 2021, 05:10:25 pm »

Hi Ken,

Yes that's the one I am looking for.
Since that seems not to be an option, it will become a progress bar.


Will do something like this:
Logged

Wheaten

  • Guest
Re: Access to JRiver Audio analyzer
« Reply #4 on: March 12, 2021, 05:13:36 pm »

Hi EnglishTiger,

Looked at both links, but the closest i could find was
#define MF_JRANALZYER_PLAYLIST   _T("JRAnalyzer: Playlist")

But I don't think that's the audio analyzer, and need to access it through python.

thanks
Logged
Pages: [1]   Go Up