Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

simple acb extraction library working on Python3.

NotificationsYou must be signed in to change notification settings

CrescentApricot/acbpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acbpy is simple acb extraction library working on Python3.
It contains functions and simple command line tool for parse acb format file.
This library is wrapper library ofacb.py.

install

pip3 install git+ssh://git@github.com/Cryptomelone/acbpy.git

usage

command line

acbpy target_file [extract dir]

import

importacbpywithopen("target_file.acb","rb")asf:foriinacbpy.parse_binary(f):print(i.track.name)withopen(f"{i.track.name}.{i.extension}","wb")ass:s.write(i.binary.read())

models

  • track_t(from acb.py)

    • cue_id: int
    • name: str
    • wav_id: int
    • enc_type: int
    • is_stream: int
  • Acb (original)

    • track: track_t
    • binary: io.BytesIO
    • extension: str

test

python3 setup.pytest

license

follows:acb.py

About

simple acb extraction library working on Python3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp