Skip to content

Commit

Permalink
docs: add introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkay committed May 18, 2024
1 parent e143c6d commit cce088f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# react-native-audio-sync

Native iOS function to determine the synchronisation offset between two largely similar audio files
Native iOS function to determine the synchronisation offset between two substantially similar audio files.
Android not implemented (yet).

The underlying Swift code leverages Apple's Accelerate framework, in particular the
[vDSP_conv](https://developer.apple.com/documentation/accelerate/1450516-vdsp_conv) function, to perform a
cross-correlation in order to determine the time difference of the first input relative to the second.

## Installation

Expand Down

0 comments on commit cce088f

Please sign in to comment.