Skip to content

Commit

Permalink
Merge pull request #6
Browse files Browse the repository at this point in the history
sync trunk
  • Loading branch information
gakki2019 authored Feb 6, 2025
2 parents a0a32a9 + 32fefd7 commit 0c3b0dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

**pyAXCL**基于[AXCL](https://axcl-docs.readthedocs.io/zh-cn/latest/) 驱动上实现的 Python API,支持开发板和M.2算力卡形态。
**pyAXCL**基于[AXCL](https://axcl-docs.readthedocs.io/zh-cn/latest/) 驱动上实现的python API,支持开发板和M.2算力卡形态。

<img src="https://axcl-docs.readthedocs.io/zh-cn/latest/_images/axcl_architecture.svg" style="zoom:80%;" />

Expand Down
6 changes: 3 additions & 3 deletions axcl/ax_codec_comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@


AX_AAC_TRANS_TYPE_E = c_int32
AX_AAC_TRANS_TYPE_UNKNOWN = -1, # Unknown format.
AX_AAC_TRANS_TYPE_RAW = 0, # "as is" access units (packet based since there is obviously no sync layer)
AX_AAC_TRANS_TYPE_ADTS = 2, # ADTS bitstream format.
AX_AAC_TRANS_TYPE_UNKNOWN = -1
AX_AAC_TRANS_TYPE_RAW = 0
AX_AAC_TRANS_TYPE_ADTS = 2
AX_AAC_TRANS_TYPE_BUTT = 3


Expand Down
5 changes: 0 additions & 5 deletions sample/memory/sample_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
from ctypes import memset







BASE_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append(BASE_DIR + '/..')
sys.path.append(BASE_DIR + '/../..')
Expand Down

0 comments on commit 0c3b0dc

Please sign in to comment.