Fix: delete if from allow_speaker

#30

Seems like in the last commit this function was deleted but was still being referenced later in the code and that is messing up the demo. I am not entirely sure if the goal of the last commit was to completely get rid of it, but it seems that the reference wasn't deleted so I just added it back.

looking into the code inside of my machine i realized that the if statement should be deleted as MAX_SPEAKERS was also deleted. Will fix.

jromero2 changed pull request title from Fix: add the allow_speaker function back to Fix: delete if from allow_speaker
jromero2 changed pull request status to closed

Sign up or log in to comment