Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed May 23, 2022
1 parent 829cee2 commit 22563e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Major changes may be added to this project. +
== Dependencies
* C++20

==== Optional
=== Optional
* https://arm-software.github.io/CMSIS_5/DSP/html/index.html[ARM CMSIS-DSP] +


Expand All @@ -24,6 +24,7 @@ Major changes may be added to this project. +
* Reverb
* WAV reader
* Interpolate functions
* Ambisonics
* Conversion functions
** Float and Q23
** Decibel and Amplitude
Expand All @@ -45,7 +46,8 @@ project(example_project)
add_executable(example_project main.cpp)
include(FetchContent)
FetchContent_Declare(ame GIT_REPOSITORY https://github.com/AkiyukiOkayasu/ame GIT_TAG v1.0.1)
FetchContent_Declare(ame GIT_REPOSITORY https://github.com/AkiyukiOkayasu/ame GIT_TAG origin/master)
# FetchContent_Declare(ame GIT_REPOSITORY https://github.com/AkiyukiOkayasu/ame GIT_TAG v1.2.2)
FetchContent_MakeAvailable(ame)
target_compile_features(example_project PUBLIC cxx_std_20)
target_link_libraries(example_project PRIVATE ame)
Expand Down

0 comments on commit 22563e8

Please sign in to comment.