Ibralogue Docs
  • Manual
  • Scripting Reference
  • Website
  • GitHub
  • Discord
Search Results for

    Show / Hide Table of Contents

    Interface IAudioProvider

    Provides audio playback for dialogue lines. Implement this interface to integrate Ibralogue with any audio backend (Unity AudioSource, FMOD, Wwise, etc.).

    Namespace: Ibralogue
    Assembly: .dll
    Syntax
    public interface IAudioProvider

    Methods

    | Edit this page View Source

    Play(string)

    Plays an audio clip identified by the given clip ID (typically a Resources path or an identifier understood by the audio backend).

    Declaration
    void Play(string clipId)
    Parameters
    Type Name Description
    string clipId
    | Edit this page View Source

    Stop()

    Stops the currently playing audio.

    Declaration
    void Stop()
    • Edit this page
    • View Source
    In this article

    Ibralogue

    A simple, extendable dialogue system library for the Unity Game Engine.

    Project

    • Website
    • GitHub
    • Release Notes

    Community

    • Discord
    • Patreon
    • Report a Bug

    MIT License · Unity 2022.3+