-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
noise.flac #98
Comments
I'm experiencing the same symptoms you mention and can not yet figure out a solution. |
Ah. I think this is the same problem as issue #99. |
I have the same issue. Anyone solved it? |
After looking at /dev/shm/voice.log and seeing the following error, I found out that there's a bad flag for the flac command |
@dawsondeere what do you mean by recompile the voicecommand.cpp.I Am a newbie. please explain. |
@arunvramesh When I say recompile voicecommand.cpp, I mean from the directory PiAUISuite/VoiceCommand, run the command |
@dawsondeere when i run the make command i get this, any help? make voicecommand |
@IamVindicta You don't have g++-4.8 installed. Change |
@dawsondeere i installed g++-4.8 and ran again but this time i ended with a different error, sorry im not the best with this. make voicecommand EDIT: I deleted the - before mcpu accidentally but i now get this error: /tmp/ccELBpQ6.o: In function |
@dawsondeere would it be possible for you to upload the complied files somewhere for me and others having issues to download and replace the originals? |
@IamVindicta Thank you a lot, I could reach this point with your help but still I have this problem g++-4.8 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -D'BUILDTS="181024 22:39:29 +0100"' -O3 -lcurl -lboost_regex -o voicecommand voicecommand.cpp |
The make file is using g++4.8. Try compiling it with your main g++ version: (Found here: https://www.raspberrypi.org/forums/viewtopic.php?t=72570) |
Warning: Couldn't read data from file "/dev/shm/noise.flac", this makes an |
Hey!
When I start voicecommand receive this warning in every 2-3 seconds.
And also when I try to re-run the configuration I didn't hear any voice,
My .asoundrc is correct.
And the Suite is up-to-date.
Any suggestion?
The text was updated successfully, but these errors were encountered: