top of page

C# - Vocal App In Unity Hub

  • Writer: ACS Acc
    ACS Acc
  • Nov 28, 2020
  • 1 min read

Ok so here we are, at the C# Language.

AIM: Build a Vocal Training App the has voice input.


Aston Walker my good friend and Tech head business partner, has heard my ideas to create a vocal app for my personal project and stepped in with a hefty load of foresight for me.


So Emma is Manning up to take on a new language to execute to the best of my ability an App that with process voice.


Last night we put our heads together and gathered the research to make the plan.


To Astons credit, he came up with the plan, Im along for the learning for sure.


THE PLAN

1- Voice Input

2- Process the voice & compare it against a database of scales. \

a- Input stored database in variable and buffer

b- loop to compare against the db

c- function/algorithm takes input and makes a comparison


I will use this demo project for react-native-unity



RESEARCH LINKS (REFERENCES FOR MY PROJECT)


React Native and iOS


C# realtime pitch tracker


Buffers and getting sound from mic


Buffers and getting sound from mic


Xcode is an api for mac for C# development

Tutorial


I use visual studio with unity as my c# api. The visual studio is the same as the xcode but vs can export to android.

 
 
 

Recent Posts

See All
Building the User Interface (UI)

A while back I decided to build a personal project within my role as SE that would make a difference and be impactful for my...

 
 
 
Expose Endpoint

After creating the Controller, expose the endpoint. Exposing the endpoint in the Controller - [HttpGet] <- Attribute - Adding this...

 
 
 

Bình luận


Post: Blog2_Post
bottom of page