Skip to content

Commit d94c795

Browse files
committed
Update sub-repo license
1 parent f2bf05c commit d94c795

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Tutorials/LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2019-2020 James Fung
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

Tutorials/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to build Android audio effect from scratch?
2+
3+
## Example - JamesDSP Engine frame
4+
Compatibility: Support all Android version from 4.4(Kitkat) to 10.0(Q)
5+
6+
Any signal processing code is not present.
7+
8+
Android audio framework learner that use current repository can play around it and add your own DSP code. I'm pretty sure this repository is a good starting point, you can build your own audio effect engine without download the whole Android source code from Google, while I can't deny AOSP Android code is very useful at reference, but not very useful at program design.
9+
10+
**Description to be continued**
11+
12+
## License
13+
All codes under this folder is distributed in Apache license.
14+
15+
Main repository GNU license is excluded and not related.

0 commit comments

Comments
 (0)