Questions tagged [shazamkit]
3 questions
1
vote
1 answer
is there any code example of how use ShazamKit in react native?
i already created the bridge but its hard to understand the documention of ShazamKit .
i wonder if there was any idea/help/source code to help me detect music by microphone on a react native application with latest Shazamkit version.
thank you.
i…

amirhosein
- 844
- 9
- 24
1
vote
1 answer
Android version of ShazamKit performs poorly compared to the official Shazam app
In my Flutter project, I implemented the ShazamKit API for both iOS and Android, using the flutter_shazam_kit package.
Following each step as described here, I implemented the example, and managed to make it work on both Android and iOS.
That being…

matteoh
- 2,810
- 2
- 29
- 54
0
votes
0 answers
OjbC Exception not caught in Swift?
I've wrapped Swift code with a try-catch but it seems crashes from thrown exceptions still occur. Could it be that an objc exception is not caught by Swift?
do {
try self.session.matchStreamingBuffer(buffer, at: time)
} catch {
...
}
and…

gerbil
- 859
- 7
- 26