Skip to content
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

Ubuntu 22.04 - tested commit 8fac645 - microphone is not passing audio to talk-llama , older builds ( from a month passing microphone audio ) #2107

Open
mirek190 opened this issue Apr 29, 2024 · 2 comments

Comments

@mirek190
Copy link

Hi

Linux - ubuntu 22.04
Tested commit 8fac645 - microphone is not passing audio to talk-llama , older builds ( from a month passing microphone audio and transcribe text from audio )
I also tested via test txt file texx-to-audio.txt under examples and working. Responding and responding but cannot hear nothing via microphone ( is initialized and no errors )

@przemoc
Copy link
Contributor

przemoc commented Apr 30, 2024

Thank you for the report.

Would you be willing to use git bisect to find a commit which introduced the issue?

git bisect start
git bisect bad 8fac6455ffeb0a0950a84e790ddb74f7290d33c4
git bisect good GOOD_REVISION # revision that know and tested to be good

# repeat below

# build and test newly chosen commit
make clean && make talk-llama -j $(nproc)
./talk-llama # with whatever options you're using
git bisect bad # or git bisect good - mark current commit as good or bad

# repeat until binary search space exhausted

@mirek190
Copy link
Author

I'll try
Report later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants