forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change provides a sample rate converter (SRC). The SRC is polyphase FIR type. All the conversions coefficients tables are automatically generated by a separate Octave scripts set in the rimage tools set. The supported in/out rates and the performance can be customized for a different quality/resources trade-off.
- Loading branch information
Showing
32 changed files
with
5,767 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SUBDIRS = init audio platform tasks drivers ipc lib arch | ||
SUBDIRS = init math audio platform tasks drivers ipc lib arch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
noinst_LIBRARIES = libaudio.a | ||
|
||
libaudio_a_SOURCES = \ | ||
src.c \ | ||
src_core.c \ | ||
mixer.c \ | ||
mux.c \ | ||
volume.c \ | ||
|
Oops, something went wrong.