xmos / fwk_voice

Voice Framework
Other
11 stars 19 forks source link

Add VNR example #267

Closed shuchitak closed 2 years ago

shuchitak commented 2 years ago

Add an example to demonstrate VNR. It'll take in a wav file and demonstrate feature extraction + inference using the lib_vnr api functions. The example will also profile the vnr process and print MIPS. The example will also document commands for:

shuchitak commented 2 years ago

Get scratch size to allocate issue - https://xmosjira.atlassian.net/browse/XT-197 Compilier not calculating stack size for c++ virtual functions issue - http://bugzilla/show_bug.cgi?id=15702

shuchitak commented 2 years ago

VNR example is now on develop.