# Play background music

You can play background-musics with Alice Novel.

<!--
臨時ファイルを作成するため、画像と比較するとやや低速となっています。

※キャッシュ周りの仕様を変更したことにより、臨時ファイル作成後はやや高速な再生ができるようになりました。
-->

### Usage

Background music can be played by following `bgm: ` with a file name.

It is possible to interrupt background music that is already playing by writing only `bgm: `.

### Examples

```anov
bgm: bgm.wav
```

```anov
bgm: 
```

### Version Information

- Alice Novel: v0.9.0-rc2 or later
- Alice Console: *Unsupported*
- Common Novel: [v0.1.0](https://github.com/AliceNovel/CommonNovel/blob/v0.1.0/docs/v0.1.x/v0.1.0.md#45-play-audio) (only spec, implementation is unsupported)
