Replies: 5 comments 2 replies
-
I have two USB mic's having a delay of at least a second so that kills the fun, looking to see if the Pi has some improvements to get rid of this delay. I guess you have the same with SingStar on PS3 there it works, i have a WII also with SingS using same USB mic's there they work fine. It might be a limitation of the Pi |
Beta Was this translation helpful? Give feedback.
-
Ok, as it turns out I have a USB mic and I was able to experiment with this. I was able to achieve pretty low latency USB microphone > headphone out, but NOT hdmi Install tinyalsa:
Make note of my audio outputs (card 0 is headphone out, card 1 is hdmi)
Find my USB microphone card number (card 2, device 0):
Run tinycap and pipe it into tinyplay. Note: "-D 2" argument corresponds to the card number found above. We're piping tincap (which captures the usb mic's output) into tinyplay (immediately play it)
By default tinyplay will output to Card 0, which is the headphone out. This does seem to have decenly low latency (it's noticeable though) . I could not figure out how to get HDMI audio to work, I assume -D 1 would select Card 1 which is perhaps HDMI out?
Doesn't seem to like whatever hw params I'm passing to it. I also noticed that tinycap was very sensitive to having the right rate and bits set 48000/16. My USB mic apparently doesn't support 41000/16 |
Beta Was this translation helpful? Give feedback.
-
Here is the native way to pipe the USB mic to the default output: But I'm finding the latency unusable. It's under 1s, but it's still not enough |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback, give me some time to test and validate it, busy work week ahead |
Beta Was this translation helpful? Give feedback.
-
I tried , but it didn't work out, so i have no other option than to search for a cheap mixer ;) |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm about to install pikaraoke, just wondering if anyone has used Singstar Ps3 Wireless microphones with it, and what sort of setup was required?
Kind regards,
Chaz192
Beta Was this translation helpful? Give feedback.
All reactions