Aptivi - Stable Manuals
ProjectsWebsiteBlog
BassBoom v0.1.x - Manual
BassBoom v0.1.x - Manual
  • Welcome!
  • Versions
    • Version Release Notes
      • API v1.0 series
    • Compatibility Notes
  • Installation
    • Installing BassBoom
      • Windows
      • macOS
      • Linux
      • Android
    • Upgrading BassBoom
      • Windows
      • macOS
      • Linux
      • Android
  • Fundamentals
    • What is the music player?
    • What is BassBoom?
    • BassBoom Features
      • BassBoom CLI
      • BassBoom GUI
  • Power Users
    • Using Basolia
      • Devices
      • File
      • Format
      • Lyrics
      • Playback
      • Albums
      • Radio
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
  • Opening a music file
  • Closing a music file
Edit on GitHub
  1. Power Users
  2. Using Basolia

File

File management for BassBoom

The file tools shipped with the BassBoom.Basolia library allows you to open and close a music file so that you can play music and get its information, such as the ID3v2 metadata information.

Opening a music file

To be able to get the most out of the Basolia library, like playing MP3 files, you should call the OpenFile() function, pointing it to a path to a music file.

public static void OpenFile(string path)

Closing a music file

If you're done playing a music file or performing a specific operation on it, you can call the CloseFile() function to close the file.

public static void CloseFile()

Last updated 6 months ago