Skip to content

Commit b2184a1

Browse files
add metadata json
1 parent 195c3f3 commit b2184a1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

package-metadata.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"schemaMajor": 1,
3+
"schemaMinor": 0,
4+
"name": "AudioEngine",
5+
"version": "1.0.0",
6+
"overview": "AudioEngine SDK is a lightweight, high-performance iOS framework that brings robust audio format conversion capabilities to your app—particularly for formats that Apple does not support natively, such as OGG, OGA, and MPEG.\nBuilt on top of powerful open-source libraries like SFBAudioEngine and SwiftOgg, this SDK makes it easy to convert, encode, and decode a wide range of audio formats for both playback and processing.",
7+
"authors": [
8+
{
9+
"name": "BalajiRoyal",
10+
"email": "balajiroyalterla007@gmal.com"
11+
}
12+
],
13+
"keywords": [
14+
"sdk",
15+
"ios",
16+
"ogg",
17+
"SwiftOgg",
18+
"AudioEngine",
19+
"converter"
20+
],
21+
"links": {
22+
"homepage": "https://github.com/Alenroyfeild/AudioEngine/blob/main/README.md",
23+
"repository": "https://github.com/Alenroyfeild/AudioEngine.git"
24+
}
25+
}

0 commit comments

Comments
 (0)