Skip to content

v3.0.06

Compare
Choose a tag to compare
@ewilan-riviere ewilan-riviere released this 04 Feb 11:42
· 22 commits to main since this release
d4cce92
  • Add getAudioFormats() to Audio::class to get an array with all audio formats of file.
  • Add param to getTags(?string $audioFormat = null) to select a specific tag format, default will be maximum tags found.
  • Add same param to getTag(string $tag, ?string $audioFormat = null) to select a specific tag format, default will be maximum tags found.
  • Add getPodcastDescription() method to Audio::class to get the podcast description.
  • Add getLanguage() method to Audio::class to get the language of the podcast.