INTERACT FORUM

Please login or register.

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

Author Topic: Sample rate in KHz  (Read 1283 times)

rael71

  • World Citizen
  • ***
  • Posts: 116
Sample rate in KHz
« on: August 15, 2014, 10:16:06 am »

Hi,

is it possible to show the field "Sample rate" in KHz instead of Hz?

Thanks

Andrea
Logged
Bye!

Andrea

adamt

  • Galactic Citizen
  • ****
  • Posts: 447
Re: Sample rate in KHz
« Reply #1 on: August 15, 2014, 10:27:13 am »

Here is a link to someone that did the same :
http://yabb.jriver.com/interact/index.php?topic=75874.0
Logged
Adam Thompson, JRiver

rael71

  • World Citizen
  • ***
  • Posts: 116
Re: Sample rate in KHz
« Reply #2 on: August 15, 2014, 10:35:36 am »

Thank you!!!

Bye

Andrea
Logged
Bye!

Andrea

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Sample rate in KHz
« Reply #3 on: August 15, 2014, 07:15:41 pm »

Code: (Audio Format) [Select]
If(IsEqual([File Type,0],sacd,1),1-bit/, 2.8 MHz,
Delimit([Bit Depth],-bit,)If(IsRange([Sample Rate,0],1000-999999),
   Delimit(Math([Sample Rate,0]/1000),/ kHz,/,/ ),
   If(IsRange([Sample Rate,0],1000000-9999999),
   Delimit(Math(trunc([Sample Rate,0]/1000000,1)),/ MHz,/,/ ),)))
Logged

rael71

  • World Citizen
  • ***
  • Posts: 116
Re: Sample rate in KHz
« Reply #4 on: August 16, 2014, 06:55:45 am »

Quote
Code: (Audio Format)
If(IsEqual([File Type,0],sacd,1),1-bit/, 2.8 MHz,
Delimit([Bit Depth],-bit,)If(IsRange([Sample Rate,0],1000-999999),
   Delimit(Math([Sample Rate,0]/1000),/ kHz,/,/ ),
   If(IsRange([Sample Rate,0],1000000-9999999),
   Delimit(Math(trunc([Sample Rate,0]/1000000,1)),/ MHz,/,/ ),)))

Thank you, this is even better!!!!

Bye

Andrea
Logged
Bye!

Andrea
Pages: [1]   Go Up