Skip to main content
rickard2
Associate III
April 12, 2020
Question

X-CUBE-AUDIO spiritMP3 license

  • April 12, 2020
  • 2 replies
  • 1089 views

I am look into to use X-CUBE-AUDIO spiritMP3  for encode and decode MP3 but reading the documentation I found the following:

There are no differences between the demo and the commercial version except bitrate restrictions. (Same folders structure, same API, same file names, etc). The demo version supports only the highest bit rates, i.e., 320 kbps for Layer-3, 384 kbps for Layer-2, and 448 kbps for Layer-1. As a consequence, the demo version cannot support Variable Bit Rate (VBR) files.

I thought X-CUBE-AUDIO was completely free and looking into the code it seems like it is possible to change bit rate (however I have not tested it yet). Since my application is for speech and datastorage is limited, I need to now if it is possible to change bit rate or it will come with a license cost. If it is license cost, I will need to look for another MP3 library and I prefer to know this before doing the actual implementation.

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    April 12, 2020

    Pretty sure all MPEG related technology will still need to be licensed from MPEG-LA by the end product manufacturer

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Amel NASRI
    Technical Moderator
    April 22, 2020

    Hello @rickard2​ ,

    Please note that bit rates from 8 to 320 Kbps are supported with ST Free License.

    -Amel

    To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
    rickard2
    rickard2Author
    Associate III
    April 22, 2020

    Thanks!

    Now I can continue implementing spiritMP3  !