media3-midi-playback
Compact skill for Media3 MIDI playback with dependency checks, decoder/runtime caveats, and Android playback integration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compact skill for Media3 MIDI playback with dependency checks, decoder/runtime caveats, and Android playback integration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compact skill for Media3 Google IMA CSAI/SSAI ad insertion, AdViewProvider, companions, and ad telemetry.
Compact skill for Media3 MediaSessionService, MediaController, notification, media buttons, and service lifetime.
Compact skill for Media3 offline downloads with DownloadService, DownloadManager, Requirements, and the WorkManagerScheduler role of media3-exoplayer-workmanager.
Compact skill for Media3 bandwidth estimation, ABR limits, load control, network constraints, and preload contention.
Compact skill for Media3 CastPlayer.Builder, automatic local/remote handoff, MediaRouteButton, and Cast session lifecycle.
Compact skill for Media3 HTTP DataSource, OkHttp/Cronet/HttpEngine, cache, headers, auth, and custom DataSource decisions.
| name | media3-midi-playback |
| description | Compact skill for Media3 MIDI playback with dependency checks, decoder/runtime caveats, and Android playback integration. |
| license | Apache-2.0 |
| metadata | {"author":"Shunnek Labs","version":"1.1","target_media3_version":"1.10.1","last_reviewed":"2026-07-23","keywords":["android","media3","midi","audio","exoplayer","decoder"]} |
Use when an app must play MIDI files or add media3-exoplayer-midi.
media3-audio-playback for audio focus, attributes, session, and noisy-device behavior.1.10.1 through the version catalog.media3-exoplayer-midi depends on JSyn, which is published on JitPack. The project MUST add the https://jitpack.io Maven repository or dependency resolution fails.media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }
media3-exoplayer-midi = { module = "androidx.media3:media3-exoplayer-midi", version.ref = "media3" }
// settings.gradle.kts
dependencyResolutionManagement {
repositories {
maven(url = "https://jitpack.io")
}
}
player.setMediaItem(MediaItem.fromUri(midiUri))
player.prepare()
media3-audio-playbackmedia3-background-playback-servicemedia3-analytics-telemetry