# Definition of Terms

## 3rd Party ID Integration <a href="#id-3rdpartyid" id="id-3rdpartyid"></a>

We integrate popular 3rd party music related services to display their ID’s in our recognition results, this means our clients can easily link our recognition results with other services.

Supported 3rd party IDs:

* ISRC
* UPC
* [Spotify](https://www.spotify.com/)
* [Deezer](http://www.deezer.com/)
* [YouTube](https://www.youtube.com/)
* [MusicBrainz](https://musicbrainz.org/)

## Brand Exposure <a href="#brand-exposure" id="brand-exposure"></a>

If you choose the plan with “Brand Exposure Required” then please follow the rules to expose our brand appropriately within your project. Place the text, logo and link where you use or display the recognition results.

For more information of how to expose the brand please refer to [Branding & Attribution Guidelines](https://www.acrcloud.com/branding).

## Broadcast Monitoring Status <a href="#monitoringstatus" id="monitoringstatus"></a>

| Status      | Description                                                                                                                                                                 |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Running     | The stream is working                                                                                                                                                       |
| Timeout     | The stream is currently not stable, no results will be shown at the moment, the system will try to rectify the stream, and in the meantime why not use another stream link. |
| Invalid URL | The stream URL has a problem, our system can not access the stream, please check the stream or change to another stream URL.                                                |
| Paused      | The stream was paused temporarily, you may need to restart the stream.                                                                                                      |

## Valid Request <a href="#validrequest" id="validrequest"></a>

Valid Requests = Requests with results + Requests with no results/2

## Monitoring Type <a href="#monitortype" id="monitortype"></a>

Monitor streams on ACRCloud: The streams will be captured on ACRCloud, you will need to collect the internet stream URLs and input them on ACRCloud system.

Monitor streams on your local server: The streams will be captured on your own server, this option requires you to prepare your own server to capture streams but the recognition part will be done on ACRCloud system.

## Terminology <a href="#terminology" id="terminology"></a>

To clarify our terminology in EDM and mixes:

**Speed Scaling**: If both scales of time and speed are changed proportionally, we call this a change in “speed”: the song is played faster and at the same time at a higher pitch. This can be achieved by simply changing the rotational speed of the turntable, or by modifying the sampling rate of a digital media player – while keeping the sampling rate of the audio encoding unchanged.

**Tempo Shifting/Time Scaling**: Changing the time scale only will be referred to as a “tempo” change: here, the audio is sped up or slowed down without observable changes in pitch.

**Pitch Shifting/Frequency Scaling**: If only the frequency scale is modified but time is not scaled, this will be called pitch shifting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acrcloud.com/faq/definition-of-terms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
