audio

Generic Go package designed to define a common interface to analyze and/or process audio data

  • 所有者: go-audio/audio
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

audio

GoDoc

audio is a generic Go package designed to define a common interface to analyze
and/or process audio data.

At the heart of the package is the Buffer interface and its implementations:

  • FloatBuffer
  • Float32Buffer
  • IntBuffer

Decoders, encoders, processors, analyzers and transformers can be written to
accept or return these types and share a common interface.

The idea is that audio libraries can define this interface or its
implementations as input and return an audio.Buffer interface allowing all
audio libraries to be chainable.

Performance

The buffer implementations are designed so a buffer can be reused and mutated
avoiding allocation penalties.

It is recommended to avoid using Float32Buffer unless performance is critical.
The major drawback of using float32s is that the Go stdlib was designed to work
with float64 and therefore the access to standard packages is limited.

Usage

Examples of how to use this interface is available under the
go-audio organization.

主要指標

概覽
名稱與所有者go-audio/audio
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2016-12-06 04:18:44
推送於2024-05-22 00:43:59
最后一次提交2018-10-13 13:32:23
發布數1
最新版本名稱v1.0.0 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數218
關注者數13
派生數12
提交數43
已啟用問題?
問題數11
打開的問題數6
拉請求數7
打開的拉請求數3
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?