mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 07:41:21 +08:00
8a9fffb987
- Refactor frame converter implementation - Update mp4 track to use ICodex - General refactoring and code improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
85 B
Go
8 lines
85 B
Go
package mp4
|
|
|
|
import (
|
|
"m7s.live/v5/pkg/format"
|
|
)
|
|
|
|
type AudioFrame = format.RawAudio
|