#audio-tech
1 messages · Page 89 of 1
Oh god the rokits
when someone's looking for an interface, they have either usually realized that the equipment they're using is not enough or they're trying to copy a celebrity or favorite artist (which isn't tied to equipment as much as most people think, but it happens. more relevant to music styles)
if it becomes unpopular in both of these areas...
idk it's just the sense I'm getting, being around a lot of these people
oh
unison audio chords packs
that's above the rokit 8 in explosively bad reception for similar reasons
it was helping new artists get things done, but many experts spoke out about it saying they were repackaging music theory or even just the scale highlighting button in daws
does anyone know about akg k361s and k371s?
yes
yeah nils is an expert on those
guys I bought the hifiman arya stealth and currently have the fiio k5 pro ( non ess ) that i plan to pair it with. is it enough or should I consider upgrading the amp ?
should be fine
thank you
Wait...i think i got it...I was assuming 1-bit sample meant that the sample size was 1 bit...as in that was the range...
but i think it's 1 bit because that's just how it's conveying the digital signal...
oh this is what you were asking about
yeah DSD is weird
arguably better than conventional music storage
to be fair...i should have realised it earlier...it is called "direct stream digital"
I just thought "1-bit? that's gotta have horrible range"
I currently have one SACD..and I don't think i'll buy one again in a while
Thankfully I have some legit and less legit ways of listening to the CD
least legit is playing the DSF I ripped from the CD on my phone with an app
most legit is probably my Sony UHD bluray player
I have some Samsung phones that some people on the internet SAY support DSD natively, and then other people say it's not real native playback.
And then I have a "hi res" chinese mp3 player that says it supports up to dsd256...but I have no idea how real that is,,,and the interface is absolute shit
What are great headphones under $300 usd that do well in metal music I have no amp but I do have an interface
hd6xx or hd600 if you can find it at a low price
Are you sure hd600 can handle with no amp I don't plan on buying one either
if you put it on an extremely crappy source may not
like some weak dongles
but otherwise on pretty much anything yeah its fine
It'll be connected to my m1 max MacBook and my windows desktop
macbook has a good audio output. should be fine
What country are you in? does it have to be portable? you refuse to use an amp?
Yeah it has to be portable and USA. Amps are expensive and also make the headphones difficult to travel with
I want to get a decent audio experience without needing one
do you need isolation
you said computer, so i was hoping a desktop amp would be ok,,,damn
yeah, he needs to be committed...jk
the only portable amp I have is a bluetooth reciever
I know they have those Bluetooth ones but $200 for decent ones is crazy
And I still gotta carry it around with me rather then just plugging them into my MacBook and pc
I got mine for 20 at a used shop...I guess they didnt know what FiiO was
yeah get the 6xx and maybe some truthear holas or truthear zero: reds if you need isolation
Dacimora is a factory with a 20-year production history. It is widely recognized by colleagues or customers in China and continues to expand into foreign markets such as Amazon. Please believe in the quality and service. I wish you a pleasant shopping experience. Product Introduction: How to prop...
Probably a POS
Alright
It's not on Amazon or any website I'll get the hd 600 then
its on drop.com
This is true
each sample IS 1 bit. As in, can only ever be 1 or 0
as opposed to PCM where for example 16 bit can represent 65536 possible values
We answer 11 of YOUR questions about everything audio! How is DSD different to PCM? How can you find out your ideal sound signature? What about FLAC? And what's the weak link in your chain?
Submit your questions for future episodes here: https://forum.headphones.com/t/audio-support-question-submissions-thread/21527
Do I need an amp?: https://y...
11:50 in this vid
is there a way to convert the bitstream into some kind of waveform? or is it a compressed/encrypted data steam?
ill check it later. thanks
Effectively the bitstream IS the waveform.
with DSD, you don't need to do any digital processing or reconstruction like PCM. You just need to filter out the high frequency switching noise
In theory you could basically slap a capacitor on the end of a USB cable and the output would be the original waveform
(Massively oversimplified but ye)
If for example you needed to output 80% amplitude for a particular period:
PCM: Sample will describe something close to 80% of amplitude. (65536/100)*80= 52428
So the PCM sample would be 52428 ( 01100110011001100 in binary, so that'd be the 16 bit sample)
DSD: Rapidly alternates between 1 (full output) and 0 (no output), millions of times per second. With it being '1' about 80% of the time. This series of pulses is then put through a capacitor/low-pass filter to filter out the high frequency switching signal components/noise and you're left with an output voltage that is close to 80%
I can show a visual demonstration tomorrow that makes it click quite easily, need to get to my office though
Whenever I hear about "converting" dsd to PCM, it's made to sound like it's a lossy process and something is worse
is it a licensing issue? like is the bitstream encoded in a way that is considered DRM and is "protected".
The way you're describing it you could convert it to PCM maybe with a little maths
DSD needs no special licensing, conversion just requires maths that's all.
But that maths (particularly going from PCM to DSD) can in some cases be incredibly complex especially if you're trying to do it really high quality
you mean DSD to PCM?
There are many modulators which are pretty simple, some simple enough they run on DAC chips themselves or will run on any PC with minimal impact in real time.
Others that are ridiculously effective (in this context meaning they preserve more dynamic range in the audio band, and shape quantization noise out further and more effectively) can be so compute intensive you literally need a top of the line CPU AND GPU if you want any hope of running them real time
but that's getting into the 'not necessary but kinda cool to try if you have a great audio setup' area
No going from DSD to PCM is actually a lot simpler.
If I had some DSD files, how hard would it be to convert them to PCM and just use the PCM files? everything ive read seems to imply converting to PCM is icky and wrong
So, If I just happen across a PCM to DSD converter...it's probably fake?
When going from DSD to PCM, it's relatively easy to work out where the waveform should be at any point, similar maths to a normal FFT / Fourier Transform. And then you can use the high precision PCM samples to just describe that amplitude.
Going the other way though....that's tricky.
because you only have a bit depth of 1, you will inherently have a lot of what's called quantization error.
Say you need to divide 1 by 3. But you can only use integers. Well the real answer is 0.33, but you can't put 0.33, you have to put 1 or 0. So you round down to 0
But now what if you need to do the same for the next sample? Keep doing this and you end up with an output that is just constantly 0. Far away from the real value, you have a quantization error of 0.33
A modulator's job is to create a bitstream that will actually produce something closer to that 0.33 final output by feeding back the quantization error, trying to generate an inverse signal, and then sum that with the original, in theory cancelling out the error. Repeat until error is as small as possible. That's a really basic explanation, but as mentioned in reality it can get so complex especially when trying to retain high levels of precision
Noise shaping is a technique typically used in digital audio, image, and video processing, usually in combination with dithering, as part of the process of quantization or bit-depth reduction of a signal. Its purpose is to increase the apparent signal-to-noise ratio of the resultant signal. It does this by altering the spectral shape of the erro...
No it'll work fine, just might not sound that good
Converting DSD to PCM or PCM to DSD is not a lossless process. There will always be some degree of alteration. How much depends on how good the modulator used is
But it's not like I'm gonna convert my DSD64 files I got from a SACD to PCM and It's gonna suddenly be 16-bit@44.1KHz quality
What if I just jam the bitstream into a waveform file and listen to it...lol. im joking
There's a lot of basic tools that will do an OK job and do it quite quick. A LOT of media players and other software uses a software package called 'SoX' as the actual tool, which does an OK job.
If you wanted to get the absolute best result, a tool like HQPlayer would be needed. But that's fairly expensive and takes a 'get the best results, figure out how to build a computer that can run it later' approach
Here's an example showing how a few different tools for converting a DSD file (of various original rates) to PCM did.
The poorer ones either have outright higher noise floors, or much higher noise at high frequencies
Better modulators 'shape' quantization noise further away (out to higher frequencies) and retain more dynamic range (less noise) within that 20hz-20khz range
"a tool like HQPlayer would be needed. But that's fairly expensive". Ahhh yes, I love money
does this say what the bit depth of the PCM was?
32
Though bit depth/dynamic range is limited by the modulator not the PCM bit depth
would using a higher depth help?
ehh actually nvm that's not true. Some DSD modulators exceed 24 bit precision but not many
No, using higher PCM bit depth basically just means you have higher dynamic range (lower noise).
Technically 16 bit is 96dB, 24 bit is 146dB, 32 bit is 194dB
But most DSD modulators will have noise floors above 194dB anyway
Also no real device actually exceeds 21 bit precision
The random noise generated by things not being absolute 0 kelvin limits it https://en.wikipedia.org/wiki/Johnson–Nyquist_noise
Johnson–Nyquist noise (thermal noise, Johnson noise, or Nyquist noise) is the electronic noise generated by the thermal agitation of the charge carriers (usually the electrons) inside an electrical conductor at equilibrium, which happens regardless of any applied voltage. Thermal noise is present in all electrical circuits, and in sensitive ele...
Basically if you wanted more than 21 bit precision you'd need to have your DAC/amp be liquid nitrogen cooled 😛
(or have your entire system run at immensely high voltages)
sounds like a little too much effort for me
So, while DSD to PCM is easy, it's still a better idea to just find a device that can natively render a DSD signal to a DAC that converts it to analog?
How bad of an idea would it be to directly connect a DAC and an ADC as a way of converting DSD to PCM?
I'm trying to remember if I've ever seen 24-bit audio that wasn't just me selecting it as an option because it sounded cool
So, theoretically, this file can really only effectively render as if it were 21-bits? And that's not even considering I'm using my built in sound device on a budget motherboard
Man, I really respect Ryan Nyquist's contributions to science
...is what we told ourselves 5 years ago and yet raycons happened
I think it's a fair assumption
We also didn't have open back gaming headsets being sold to the mass market
Just because we have one crappy thing still doesn't mean that progress isn't being made
we did
38x started selling three years ago, the game one which the 37x was based on was released in 2014
and till now they still haven't really taken off
good studio headphones for gaming any recommendtations what about the hd 650's
if ur in the states the 6xx is the same thing but cheaper
otherwise 600 over the 650 imo
R70x is worth a consider if you're willing to get an amp
Edition XS as well if you're fine with planars, I personally don't like em that much but others do
edition XS if you dont mind the headband but way better soundstage and detail than 600/650
and actually has sub bass
how bad did I do?
my favorite part was it took me about 4 tries to plug in the buds in correctly...and I hate hooks. maybe ill cut them off
Hello, Am looking for a good set of Headphones, any reccomendations? Hopefully under 200 Australian Kangaroo Coins
Preferably Wired by Ol' mate Senny or Sony
(i watch Dankpods don't judge)
131.02 USD btw
pls @ me in reply if possible
Detail is debatable
did I say the thing
no wait
I did not say the thing
ultra super price
ultra
like if you saw the amazon price of an hd600 for $120
it depends what you're after but if you want higher resolution and instrument separation than an hd600, this has it
bright treble, about a db less sub bass than an hd600, smaller stage too
better distortion per db though, if you want to do +12db bass and listen at 85db it handles it perfectly
if the review was written in 2020 or 2021 it was likely still $300 at the time of purchase
you can get aftermarket headbands for it now
If my amp has a "balanced" jack, what do I get from it, except maybe relief from paranoia related to the bygone days of segregation?
I personally don't hear a difference between balanced and stereo
Only benefit feels like it letting you use more different headphones as some headphones only come with a balanced cable.
I was thinking of maybe spending 5 or 10 dollars on a cable since my new earbuds have what seems like somewhat standard mates for their detachability
if I'm really cheap, I can see if there are four whole lines all the way to the plug on the cable it came with and buy a 4 pole plug and make my own
oh! or make my own with speaker wire
i have the small jack to the chonky one adapter for the headphones too, i got a cheap kit https://www.glarry.co.uk/glarry-precision-electric-bass-guitar-w-20w-amplifier-p103.html?l
Shop high quality and cheap Glarry GP Electric Bass Guitar w/ 20W Amplifier for Beginners Music Lovers, Students Gift etc, Find more Glarry Electric Guitars in Glarrymusic.com.
do you think Bass Pro Shop would have that bass?
who said it was usb?
I was just making fun of overcomplicated and nonsensical naming schemes
twisted pair audio spec
good news, it's four wires all the way to the plug
does best practices say I should split the pairs as much as possible?
Currently the earphones employ the elusive UTPoTP method
found another kit because i realised its right handed https://www.gear4music.com/Guitar-and-Bass/VISIONSTRING-Left-Handed-Bass-Guitar-Pack-Black/5B2A?
Does somebody have a recommendation for closedback (maybe openback) headphones in the range of up to 160€? (black friday deals included)
I saw the Hi-X15 and the NTH-100 but there are so much more and i dont really have enough knowledge for a decent decision.
If you don't specify your location, I'm just gonna assume you're in Germany
Ich bin ein kaseburger
Käse*
Ich bin ein Käseburgen
Would anyone be able to recommend a soundbar available for less than £300? I'm looking to buy one to replace my LG CS55's built-in speakers
käseburgir here aswell
Kann ich käseburgir haßen?
Basically it's preferable to find a DAC that can actually play DSD natively. Many DACs can't though and a lot are a bit misleading in that regard. Many DACs will label themselves as having 'Native DSD' when actually that's referring to the native DSD ASIO protocol, NOT native DSD conversion. They still convert to PCM internally.
But it's also not 'terrible' to just convert to PCM. After all, better to actually be able to play the tracks rather than not listen at all
oh it comes with an amp
it's defo not a great one but it should do
yea
How are the samsung buds 2 for 60? Any other good wireless buds at that pricepoint?
Would the bids 2 pro be better value?
yea interfaces almost always look bigger in the pictures
Would this sound bar be at all comparable to sound quality from a set of powered speakers like the edifier 1280s? I have my TV wall mounted above my bed with my couch opposite (just ended up the best way to do it with space constraints) and so I dont have any surface to put my speakers on. However if the sounds is comparable a soundbar would also be fine by me since I did always struggle to hear dialogue on the powered speakers just due to the lack of a centre channel.
I'm not a huge audiophile, but when I put my TV in game mode the sound is actually just really bad. When just watching Netflix through the app and the TV isn't in game mode it's alright, but while gaming I'm basically stuck with only headphones atm
exception being stuff like the ssl2 and anything that resembles that (ie. air192)
basically all of the galaxy buds except for the beans are a safe bet, get one that's in ur budget and it'll be good
The less effects the better tbh
for these snapshot pictures
oh absolutely not, that was supposed to look silly
they convey very different messages.
I opted for the silly option.
It's a shoe horn
Hey all, I was wondering if you guys could help me pick out a sound bar? I imagine that's the best choice for a tv audio setup in a small living room in an apartment for under $200?
I made a list of some soundbars I found around this price point, are any of these good? https://www.amazon.com/hz/wishlist/ls/3369AZ72TUQAI?ref_=wl_share
Or do you think a soundbar isn't the right option? I definitely want something better than my tv speakers I can barely hear people talk
"Shoes Horn"
I just tested out how much my amp draws when I put my music up really loud. At my max comfortable volume (lvl 4/10 on the amp and 100% on Windows), I got it to draw a casual 191W peak xD. My two speakers are rated for 170W nominal each
thanks, I was also looking at the nekocake but Ive heard very mixed things about it
moondrop space travel is also a newer option
Do radios count as audio tech? 😅🥴
technically yes but i dont know how much people here will be able to help
is it decent, i know that theres been trouble in translating the price to perf they have in the chu and the aria to TWS
if you like the harman in-ear target then yeah they look pretty good.
i know some people find the harman IE target kind bright so it looks like it avoids that in the treble
nekocakes are alright, but the anc is weak
if you want ANC, get the buds pro or 2 or smth with anc
if you want cheap, space travel is a better tuned nekocake without anc
I had two pairs of nekocakes one 2021 version and one 2022 version
2022 was better in every way except for fit and comfort
but I wouldn't get them over the space travel
Anyone have any opinions between these 2 soundbars?
LG S65Q: https://www.amazon.com/dp/B09RZ8WWYK/?coliid=I3T4B4UNV5EGOX&colid=3369AZ72TUQAI&ref_=list_c_wl_lv_ov_lig_dp_it&th=1
Vizio V51x-J6: https://www.amazon.com/dp/B08CGVTVMN/?coliid=I1X00XNWO2ZGFP&colid=3369AZ72TUQAI&ref_=list_c_wl_lv_ov_lig_dp_it&th=1
Is it better to go for the 5.1?
what's a budget pre-amp with a clean output?
my mic is too soft rn with an audio interface
By soft do you mean quiet?
Hmmm. There's quite a few in-line pre-amps
The last time I looked into them it was like 3 years ago so idk what the newest and bestest is right now
Look on sweetwater for one that fits your budget and find a sound demo on YouTube
Doubt it. If your laptop didn't have enough power you'd run into clipping. And things would sound broken, not quiet.
unlikely, try boosting in software first and take a sample
If it sounds broken then try a powered usb hub
if it sounds fine then either just keep boosting it in software (you can do a fair bit, minifuse has a pretty low noise floor)
is it possible to digital gain my input signal then?
what software do i use?
im on mac 💀
oh.
I'm not sure
Wait is input volume maxxed in macos too?
just doubelchecking
any eq app on macos should work fine, as long as it has a pregain slider
i don't think i can change input level
double-click the minifuse 1
the 6xx's sound great based off of the 3 songs ive listened to so far manythanks for the reccomendation
Welcome to hifi 🙏
LEPROUS - Castaway Angels (OFFICIAL VIDEO)
Obtain the new single here: https://leprousband.lnk.to/CastawayAngels-SingleID
Einar Solberg / LEPROUS commented as follows:
"This year we've all had to readjust our lives, do new things. Missed out on things we were supposed to do, and find new things to do. One day in the beginning of the corona outb...
What are you looking at? GMRS? SW? LW? MW?
ok so im doing my black friday shopping and i want some opinions im looking for a loud party speaker but that doesnt have complete shit sound quality but its gotta be loud.
https://www.amazon.com/Pathfinder-All-Weather-Speaker-Premium-Wide-Angle/dp/B092KFKQ47/
https://www.amazon.com/Rockville-Battery-Powered-Portable-Bluetooth/dp/B08KWLSY15/
https://www.amazon.com/Tribit-StormBox-Blast-Portable-Speaker/dp/B09PMYTJD2/
This pre-owned or refurbished product has been professionally inspected and tested to work and look like new. How a product becomes part of Amazon Renewed, your destination for pre-owned, refurbished products: A customer buys a new product and returns it or trades it in for a newer or different m...
What makes the Rock Party 6 the perfect speaker for your party?Fully wireless with a 3-6 hour battery life per charge. Weather your party is indoors or outdoors this speaker has you covered!With dual 6.5” woofers this speaker gets super loud and has clean sound.With (2) microphone inputs you can ...
Idk honestly I got an rtlsdr v5 on Amazon and it should be here tmrw I heard that was a good one for beginners to get into radio's and stuff and I was going to see if anyone had some tips or advice cause I have no idea wtf I'm doing lol
I have a handheld self-contained unit myself. I just set it on scan usually.
If that thing supports air traffic channels, is suggest looking up your local frequencies. just know you can't really scan for them
if the software lefts you set squelch and then scan each channel for an hour, you still might not get all the channels
looking for recommendations on good wireless earbuds under or around $100 or usally under or around that on sale
bump
For a second there I thought you were playing zelda off the radio
I used software to define my radio as an N64...jk
Hi,
I want to purchase a soundbar (Sennheiser AMBEO Soundbar Plus) and I want to connect it to my portable PC with a DAC. Someone can help me to choose between the three:
- Creative Sound Blaster X4
- SMSL PO100 Pro MQA USB DDC
- SMSL PO100 AK MQA AK4493S USB DAC
PS: I can take any other suggestion for another DAC
Anyone got good headset recommendations. Been using a wireless razer headset for a while now, but I'd love to get something with better audio quality. Looked at the DT 770 pro which seems nice, but they also come in multiple ohm variants etc. And I would probably need something to power them too maybe?
Very much open to other suggestions too
I was going to get the blackshark v2 pros from razer, but I'm getting tired of the noticable quality fluctuations of my Razer nari which is why I'm considering going back to wired
the dac is in the soundbar itself, you run an optical cable from your computer to the soundbar
I have a laptop
so do you know a good converter usb-C to optic who can go up to 192Khz
i think i just found that the
- SMSL PO100 Pro
is not a DAC but just a converter up to 32 bits/768 kHz for 60 dollars.
is it a good choice?
i think to have all the option, i need an HDMI splitter to sends one signal to my second screen and another one to the soundbar
https://www.amazon.fr/FeinTech-VAX01202-Extracteur-téléviseur-récepteurs/dp/B08TX473Z8?th=1
is this good?
Le VAX01202 est une solution pour connecter les derniers téléviseurs équipés d'une connexion HDMI EARC aux systèmes audio précédents. Les lecteurs modernes tels que la XBox Series X ou la PlayStation PS5 peuvent être connectés directement au téléviseur, même via HDMI 2.1. Par conséquent, il n'y a...
Is it possible to use A four pin XLR in place of a 4pin headphone jack? or is the protocol just so vastly different? Like the mapping of the wires is not remotely close
Like I’m thinking of literally rewiring it was one because it’s way more durable but if it’s not possible then whatever
hello there, here again to have confirmation about some 20$ jack cabled earbuds
are truthear hola the best option for the money?
I can look at them. I can’t be that hard to tell if there were 20 bucks.
If that’s what you mean
I can’t be that hard to tell if they were worth
Using the stupid auto dictate thing and it’s being a dick
Uhhh, technically you can. But I expect bad things to happen if you plug it into gear that wasn't designed for it.
Instead you should look at 2.5mm or 4.4mm connectors for balanced.
Yes
thanks
so im looking for some decent earbuds, i dont really have a budget set, i was thinking of getting nothing ear 2 but i dont know whats the sount quality, what should i get ?
Airpod pro 2's are the best in class right now. Even if you're on android.
out of my price range
wdym ?
Something like this. A qudelix 5k and some nice wired earbuds.
to be honest, if it allow me to get decent sound but for cheap, im in
was mostly going wireless at first cause well phone has no jack port
also needed something not bothersome for travelling
since welp, my headphone are big, and have cable that annoy me
so yeah fine with that, would still prefer actual wireless
This is gonna be the best imo
Wireless earbuds are overpriced and only a handful of them compete with the budget wired memes
And if you wanna upgrade in the future, you can just get a better pair of iems or headphones
Qudelix 5k and truthear holas.
the qudelix 5K is 139 euro
I mean space travel is pretty solid for its price
also my budget is of around 100 euro
Tangzu wan'er is the cheapest of the 20 dollar trio, bt20 pro?
It's a lot more than that but if it's out of budget then then yeah go for the moondrop space travel as nexgen proposed
Like I said. Only a handful.
yea
unfortunately
actually wait for cyber monday and try to snipe a galaxy buds
how good are those ?
+/pro/2/pro2 are all solid
They're tuned pretty well and from what I've seen the app is pretty nifty. I can't vouch for the user experience
and should have some big discounts
cyber monday dont mean shit here in france
The app is useless
nor do black friday
ah
its fine then, perhaps galaxy buds 2 fit ur budget
But yea space travel is a better tuned nekocake without anc
alright, if i were to go higher than 20 euro, what should i look for ?
I'm not a big fan of the case (I'd highly recommend the first party cover they sell) but it's overall still pretty decent
hold on let me look real quick
Galaxy buds
Any galaxy buds that's not the beans are good
But idk if galaxy buds are gonna be 4-5x as good as the moondrop space travel
they fit just in my budget
They're gonna fit in your pocket and work better I think
But sound quality should be somewhat even
well thats perfect, imma go with the galaxy ear buds then
at the price? no. But it's still much more refined
battery life should be better right ?
the buds 2 are 5 hours I believe? and space travel is 4
and just a last question, are they decently comfy? like some ear buds feel like absolute shit to wear
if you really care about battery life get the buds+
thats pretty good for me
nah 5 hour is a lot already
for the buds 2 (and pro shape in general) it can be a little hit or miss, it was pretty good for me but can be an issue for people with tiny ears (that said the only tws that I haven't heard these complaints about is the airpods pro)
but I'd say they're pretty good
i got ears like dumbo so ill be fine lol
ah yea then should be fine
Perfect then
Do I need a dac and an amp for Hifiman sindaras
"need" is a strong word
They'll work without one.
I meant for like a decent listening experience heard headphones can sound pretty bad without one
you need to not get them instead
one of my worse audio purchases
It depends. I would always recommend getting the headphones and deciding if you want a proper DAC and amp later on.
If you hate the headphones, a better DAC and amp won't fix it. If you love them, a better DAC and amp will make them better.
No need to spend even more money on your headphones before you decide if you like them.
Hi guys! With Black Friday coming up, I wanted to pair a good entry level Sound Bar with my TV to watch like Netflix, Apple TV, Disney+, Youtube and etc. And also use it to play my Switch Games
Something that isn't too expensive, just a good entry level to take my sound quality better than just TV speakers. But nothing too crazy cuz I don't want to disturb my neighbors.
Maybe a budget of around $200?
I would also prefer something that is as easy as plug in play and not too complicated where you have to adjust settings per X thing that you're doing or watching. Like you know, "This has the BEST sound quality, but you have to faff around with the settings everytime you turn it on." I would rather not have that pls XD
It Actually does You just have to use an actual audio XLR cable not yaknow like a …. Light xlr
I’m sure if I just got the connectors or something like that and just made it myself that would be fine or I could just make my own connector
It’s not like every manufacture, doesn’t do anyway 👀
you could go for galaxy buds 2
or pro
sound aint terrible, good feature set
oh nexgen already mentioned that nvm
As far as I know, not many (or any that I can think of) use a 3.5mm for balanced connection unless it's also directly compatible with single ended as well.
Plugging a single ended headphone into a balanced plug willy nilly is an easy way to break your amplifier.
But you do you. If you short something and it breaks, well, you were warned.
Should I get 6xx
For the memes
It probably cant even stage or have the same bass response as dt880
But for the memes
The 6xx is better than the dt880
yeah it definitely cant do bass but for everything else it beats 880
So yes this would be the first good purchase you've ever made
the 880 cant really do bass either though
bros about to buy a headphone that doesnt have spikey treble for the first time ever
It does on my amp
when i say do bass i mean eq'd to harman with reasonable or preferably no distortion
It's flat
Extended
Harman bass is boosted
I have heard 0 dynamics that had a bass shelve without distorted bass
I don't think it exists
anyone here have any experience with the creative pebble v2 (2.0)?
I bought them
get the ones that have a subwoofer
else it is gonna have virtually no bass
which is more significant than you think
@covert nova its the same price with and without subwoofer here
I already have the ones without it, bought them 2 years ago
I am thinking about upgrading not sure what the next leap/step should be
it's not like I am mixing music or anything
I mainly watch shows and youtube reactions, plus game
the pebles have very boosted bass around 166hz and 240hz when placed on your desk, like its around 12dB louder around those frequencies
which makes them really boomy and bloated
if you EQ those out they sound way better
I got mine to sound pretty good with EQ, the drivers themselves are honestly pretty competent
Bty, doing one of those "Bass Test - 2000Hz - 1Hz", my speakers go silent at around 67Hz
do you have the one with a subwoofer?
no
silent around 67Hz means it falls off hard around 100Hz
it feels like it sharply dropped at around 120Hz
I EQ the 6k peak on my dt880 and it sounds fine now
yeah...
if you want cheap get them with a subwoofer
sell your current ones
I mean, rn I am fine going to the 200 price range
That's perfectly normal for a speaker their size.
If you want speakers that go low they can't be small. And if they are going low and they are small, then extreme sacrifices are being made
if you have the budget get the pebble v2.1 with a calibration mic like the minidsp UMIK-1
but what exactly does bass improve/affect?
I am quite unknowledgeable about audio
tbh I am mainly looking for "sharper" voices
rn it feels like whenever I am watching a show the voices are a bit echo-y
maybe you are having trouble with the frequencies that are boosted in the bass area
that echo-y sound could be where its resonating with your desk
Bass makes things sound fuller, bigger, more impactful.
If you want clear voices, that can be a result of just poor placement. Put your speakers closer to you and maybe put them on some stands. Like on a can of soup or something.
They're also full range drivers so a little bit off axis isn't gonna hurt anyone
my speakers are under the monitor, which is within an arm's length
the boom and rumble
a lot of the uh
but what I mean by echo-y
is like, imagine you are at a large gym and someone is speaking in a mic, but despite the volume being loud, the voice sounds "blurry"
"entertainment" of audio resides in bass for most end users
not as much when you get deeper into audio a lot but bass is very important in any case
things will be very soulless without it
@covert nova play this and check if somewhere in the sub 300Hz region the sound suddenly gets way louder
https://www.youtube.com/watch?v=PAsMlDptjx8
20Hz to 20,000Hz is commonly considered to be the range of human hearing.
We created this track to help car audio fanatics tune and test their stereo systems.
Sonic Electronix always strives to be the premiere online shopping destination for car electronics ...
for me its boosted around 166 and 240Hz
20-130hz is the general bass area you want to have fyi
sound started at 70s
it got a lot more intense in the late 300s/early 400s
Yeah that's almost certainly from placement in your room. The speakers are projecting sound everywhere and the echos are bouncing off your walls. You can move the speakers closer to you so the echos are relatively quieter. Move the speakers away from surfaces that will make the echos (your desk, your walls, your monitor). Or you can buy a speaker that has a focused sound
Which for $200 idk any speakers that would necessarily do that. You'd want something with a big front baffle or a horn.
not flat as in 0 change
just slight gradual change, very slow
yeah that's pretty bad lol
the "sharp" increase happens at 300s/400s
hm
not hearing below 70hz
completely different than the v3
yeah my room is quite small
between my back and the wall are 3 arm lengths, then from me to the monitor/speakers is an arms length, and the monitor is sticking to the wall facing me
but as I mentioned, the speakers are extremely close to me
are you in a triangle
btw as for getting more expensive speakers, don't bother if your room is ass.
rectangle
I am facing the "long" side
monitor is sticking to said wall, with speakers under it and me sitting within an arm's length
like the speakers? I have them next to each other under the monitor
triangle as in the distance between you and your speakers are the same as the distance between your speakers
I would say move them closer still. Just to try it out at least.
I wish there was a way to measure the effect of the hrtf of the individual ears so I could use that in EQ
It's completely unnecessary tho
did this, sounds a bit nicer
The in-room response is gonna translate flawlessly to your personal hrtf
Because you have a head and torso already factored into your listening experience
You just removed your head and torso
Or what
Might be. You can just change the channel balance. that's the easiest eq possible
my left ear does not hear any peaks on the he1000 stealth
Maybe your left ear is immune to your placebo
the angle I force the driver in changes the loudness
Get some in-ear mics.
I swear how symmetrical the nasal cavity is also affects your hearing
HATS?
Head and torso simulator
cool
But that should factor into your personal hrtf. Which your brain should compensate for and perceive as "neutral"
its basically permanently irritated in there for me on the left side
I have special nasal spray for it but it does not feel good to take so I dont
Have you seen a doctor
I have
the hearing tests at the hospital basically only verify if you can hear well enough to understand speach
they went in there with a camera and it was really irritated
the nasal spray also hurts like hell in your throat
it doesn't hurt inside my nose
Built different I guess
what do you guys think about the edifier mr4?
good for price
is it best-in-price-range?
I am looking at the amazon listing
it says "Speaker type: Woofer, Amplifier"
how do I know if it is passive?
are the pebbles passive?
don't worry about it
you don't need an amp for them and they are good price/performance
grey is just being himself
id say go for it
the mr4 this guy is getting are pretty good
jbl 305p if you can find a pair second hand
this them?
oh look badger you got a very fast reply
yea
@warm scarab do these need any kind of external amp that isnt included?
all built in
let me see give me a second
should have 6.5mm
yeah you will need dual 6.5mm
or rca
hmm interesting
right
yellow is for display and you don't need it
without the video cable ofc
yea lol
if you plan to connect this to your motherboard's audio out
just google 3.5mm to rca
or 3.5mm to dual 6.5
thats also 6.5
those are 6.5?
regular audio jacks are 3.5mm
right i knew that
totally
just always thought the thicker one was 6mm
why not just connect it to the monitor? I saw someone do that in an unboxing video for those speakers
my monitors have shitty amps
maybe my asus or LG is okay but id rather use my pc or my preamp
pc or apple dongle is alright
i think my mobo has a good audio system
im using my scarlet solo for my headphones and mic tho
this is what my mobo claims for audio
pretty meaningless tbh
figured
audio specs are generally not worth shit
i remember my old msi mobo claimed to have like top tier audio amps and the audio on that was shit
i ended up using a thrift store reciever that drew like 800 watts to use my headphones lol
which motherboard port am I supposed to put a 3.5mm aux-in in?
lmao
look for whatever has a headphone icon on it
or just try random ports
my mobo has good io
i dont think ive ever seen anyone actually use those 5.1 outputs
they're on just about every high end mobo but nobody uses them
whats crazy is my motherboard has gone up in value over time
they dont make these anymore
whats so special about it
i don't understand computers why is that good
fans make noise and break
because you can add your own cooling?
no fan = less noise and less break
x570 kinda sucks because theres a shitty little fan over the chipset that is loud
no icons, just words
rear
c/sub
line in
line out
2 asus x570 boards
line out
line out is the one you want
well if its mic, line in. headphones, line out
is it frowned upon to mount speakers horizontally
i dont have a lot of vertical space above my monitors
on the floor next to the shoes
||/s||
lmao
triple monitor makes that kind hard
ideally you'd put speakers where the monitors are
yeah, i would put above where the monitors are if it wasnt for the pc
you can put them above the monitors pointing down at you with the right mounting hardware
plugged it into the line out, but now only one of the speakers has sound
is it plugged in all the way
yes
¯_(ツ)_/¯
i think i can make speakers work
thinking maybe just clamps on either side of the desk, on the outside edge of triple monitors
x570 normally has a chipset fan because its die is (supposedly) reject zen 2 processors
so not exactly the most efficient thing to use as a chipset
UNFORTUNATELY most motherboards include a crappy fan that's kinda whiney and generally bad
so those that just use a hunk of metal rather than a fan are rare and sought after
i think it is also a top spec x570, which adds to its value
well I was told to use eqalizer apo to eq but the program dont even work
Aren't they one of the best headphones under $300?
sounds like you set it up wrong
well the peace one works but apo still isnt working
the APO is just a background thing
it dont stay open for longer than like a second
the peace one is the one you want to use
Ngl this shit looks kinda confusing
So many soldiers and shit
Sliders*
what headphones are you trying to EQ
HD560s
okay. how do you want to EQ them
Give more bass
download this text file
hit the import button
select the text file
10db bass boost with a slight tilt
ok
when I launch program it keeps saying audio enhancments isnt enabled but when I got to windows setting It wont let me trun it on do I need to worry about this ?
idk how to help you from there
yes enable audio enhancements
this is the window you want to get to, through control panel > hardware and sound > sound
is that the way you tried it?
naturally you must right click > properties for the actual output device you're using
sometimes when it's a lot of realtek stuff it's hard to tell
and you'll probably have to rerun the eqAPO configurator and restart
apparently peace can break things too, eqapo at it's core is buggy freeware
found a comfort issue with the hd6xx, its not the usual clamping issue its the headband shape.
the sharp edges of the cushion dig into my head is there any way to combat this other than scissors and time?
did you try adjusting the headband length
what can I do to reduce noise when using https://www.amazon.com/Monster-Digital-Analog-Audio-Converter/dp/B07V1JM8GR
to convert a optical audio stream to aux on a soundbar
my motherboard does not have an optical out
open to alternative solutions as well
tried multiple ways to supply the coverter power, between having its own outlet, usb > brick, physically seperating it from powered devices, etc...
Im looking at getting a new microphone, what would everyone recommend?
I work from home quite a lot and I use my PC for calls a lot. I have a yamaha mixer I use for my mic, headphones and speakers atm
I prefer using my speakers, so everytime I get a call, I rush to turn off my speakers and put on my headphones before accepting it. Is there a mixer or interface out there, where I can route the Headphones and Speakers to different outputs in windows?
what are you willing to spend? There are a lot of options between 50 and 5000 bucks
do you already own an interface?
i have Audio-Techinca ATH-M50Xs, is there any way to further improve audio quality? (software/hardware)
You can probably find some way to use a hotkey to switch between audio outputs. A quick Google shows that there's a lot of tutorials for that.
you can tune a headphone but you can't tuna fish
Ad read sponsored by https://linsoul.com
⇊ Come play around with my giant tools ⇊
https://crinacle.com/graphs/iems/graphtool (for IEMs)
https://crinacle.com/graphs/headphones/graphtool (for headphones)
⇊ Recommended EQ software ⇊
Windows: EqualizerAPO (https://sourceforge.net/projects/equalizer...
Well I'd love to have a setup like that, but my mixer is just one output in windows. Then it sends audio to the headphones and speakers at the same time. Thats why I need tto turn them off
Yeah in that case I don't think you can. How about an audio switcher? There's tons of Amazon that let you switch between speakers and headphones. You just gotta find one with the ins and outs you you want.
I'm mainly asking for a device that shows up as different devices to windows, because the program I use to take calls, supports setting a different device for ringtones. So I could keep my speakers on for ringtones and just put my headphones on for calls
an audio switcher like that would make my switching arround easier, but I'd like a solution that doesnt need me switching audio devices some way anytime I get a call
If your audio is routed through a single mixer with one windows output then idk how you'd manage to make an entirely new device in Windows that can switch through your mixer automatically
I'm asking if anyone knows other interfaces or mixers that can do that
that have seperate headphone and speaker outputs in windows
You would need two mixers, I think
And then some fancy software that lets you route very specific things to very specific places.
Oh. Yeah idk. Goxlr might be what you want but they're defunct.
See what digital mixers streamers use these days.
what ID3 tagging program do you recommend? (must support MP3 and FLAC). i normally use EasyTAG, but i'm having issues with it.
every program in the world letts you set in and outputs I dont get what you mean
I was hoping not to use 2 mixers, since it seems like an overcomplicated solution. I was hoping some of the interfaces with good software could be a solution, like the presonus revelator io but I dont find a lot about it.
I would try and find a different community that focuses more on streaming
Epos vox maybe
Because this is something that streamers have to deal with all the time.
Podcastage might be another good community
thats true, I'll try that thanks
Im looking around 100aud, i dont have an audio interface
Hard cap of 200aud
Hey, I'm brand new to all audio stuff, and I bought a relatively cheap microphone. Specifically https://a.co/d/2tqqIRn. I'm getting all the indication that its connected, I'm seeing it pop up in my settings and it's not recieving audio. Any ideas?
is it muted?
I've seen similar designs where it's a capacitive mute switch on top
but can be in other places
you didn't fill the bloodpot in the mic
ok ye check if it's muted, the top is a capacitive mute switch
Those things usually come pre-filled
Its unmuted when it glows
@fierce pond If I understand correctly, this is somethong you can do with a 4 output channel interface
for example: my motu m4 uses out 1-2 as the main outputs. that goes through the speaker volume knob and the headphone one. but out 3-4 is a 2nd windows device with no volume knob, just windows volume. those outputs can be hooked up to either a pair of speakers/speaker amp or a headphone amp
which means I can have a game going through open back headphones while listening to vc on speakers
ideally not speakers with no volume knob of sorts if I'm using them on out 3-4
alternatively it is possible to listen to out 1-2 and out 3-4 at the same time with 2 patch cables, monitoring button, and a ratio
which ultimately comes out of out 1-2
that sounds like exactly what I'm looking for!
I've been looking at a bunch of 4channel interfaces, but I havent found an example of someone showing the windows settings or setting it up, like I'd like
There's great Black Friday savings on selected Sennheiser Audiophile products. Check HD 820 headset with a frequency response: 6 - 48,000 Hz (-10 dB) and 56mm Ring Radiator dynamic transducer system. Get ready to elevate your home music experience.
sus
Hope you got an one hell of an interface / amp
I'll record a demo so we can make sure we're talking about the same thing
also idk if other 4 channel interfaces have the same options, it will require some research
I’m trying to replace my Razer Kraken Tournament Edition headphones with something that has really good surround sound for gaming, any suggestions? (that isn’t razer because of the recent software issues)
“Surround sound” is a lie. It’s just an EQ pretending to be wider
Check out the audeze Maxwell
hyperx cloud alpha was the best I've heard for this kind of stuff. the spatializer is built right into the remote
usb
Does it have proprietary software?
nope, nothing
I wouldn't say it sounds great though
actually overall it's balanced sounding but low detail like good $30 wired headphones
Idk before the synapse shenanigans, there was a major difference with THX surround sound that had both accurate 360 audio with nice vertical audio
but I found the utility of it really powerful in dead by daylight, minecraft, and titanfall II for example
the spatializer in the remote is very clean sounding unlike the one in the hyperx cloud II where it becomes washed over with reverbs and strange tonality
I’d would like something as close to the razer kraken te in terms of audio quality (without the cursed software)
I may be able to record some audio of it so you can judge the quality somewhat, as well as a comparison headphone
but yeah I have no idea what the kraken sounds like
so hard to say
I’m not an audiophile but I will say is that before the decrepit update, the thx surround sound mode didn’t sacrifice audio quality and it was accurate with audio direction.
I also have a razer blackshark v2x and cloud II for headphones I consider to have subjectively better sound quality
with the v2x having poor tonality but surprisingly resolving
Was your razer headphones effected by the new update?
not sure. I had both the spatial audio app and thx 7.1 which was like the premium version for $10
they didn't update (probably because of my firewall) and I could only get their free spatial audio app to work
but I liked that it was clean sounding and pretty subtle
You pay for the thx app?
Sennheiser HD598 (I don’t think they produce anymore) have a very flat almost reference feel to them. I’d say find something similar than use a 3rd party EQ like equalizerAPO to shape them however you want
In the end headphones are just 2 drivers against your ears. Marketed audio profiles are easily reproducible
yeah but it only works in a few games
Where can I find recommendations
but it actually worked in none of them lol
I heard there’s a list from the amd upgrade video
Lol at this point I’d like a pair of headphones that have AirPod audio quality 💀
For like sound systems and subwoofers
Ok air pods pro are quite remarkably good
But earbuds ain’t it long term
well the difference is that all headphones portray positional audio cues differently, not just from tone
and games have been optimized to work with the general imaging/occlusion behavior of cheap gaming headsets
even if they overall sound "bad"
Tragic
Any good sound system pick ups for Black Friday?
also some of these headsets, like when paired with software or firmware, are able to conditionaly amplify or further separate these cues
Cop a 2.1 samsung sound bar, those things have come a long way.
in a way that's optimized for that particular headphone in the case of a remote
I have a hard time believing this, because you introduce some sort of “reactionary” compute layer you introduce latency, and unless this algorithm is stupid simple? You’d notice the latency in a heartbeat
eh... depends on what they're doing
Black Friday id expect just under or over $100
minimum phase eq for starters is zero latency in theory
but there's a lot more going on
one moment
BH-b550?
Ive got the B53M myself
Cool perk to these things, the sub wirelessly pairs. Meaning you can slide on the floor as long as you have power cable to find that….gspot
recorded audio of just the remote. this is the cloud II one, which I don't like as much and you'll hear how it's super reverby and midrangey
but it's doing a lot of things
Need to put headphones in to see what you mean….give me a bit
it does work best on the cloud II of course, but if you have an hd600 that seems to work pretty well too
You can always plug in any headset into the clouds usb dongle lol
What’s the goal here, competitive advantage? Immersion?
particularly for distinguishing front vs back
I'm guessing immersion of sorts for that one
If you ask me. ((If the game supports it)) 5.1 channel is where the real experience is
yes
I'm not saying spatializers are great or even good, but they usually do something moderately useful to stereo game audio
I do enjoy “widening” of the sound stage, absolutely. I just wanted to clear up a very popular marketing misconception
oh, yes of course
it's all stereo in the end
I have the feeling I was supposed to do something but forgot what it was
wow well that's odd
thomann did not charge me for shipping
that makes this a 72% off launch price / $90.00 mc450
ridiculous
https://www.amazon.com/FIFINE-Dynamic-Microphone-Streaming-Suspension/dp/B0C6Q7GC46
https://www.amazon.com/FIFINE-Microphone-Individual-Voice-AmpliGame-SC3/dp/B0BZP95YB5/
Would this be decent, worth wild, audio upgrade I have a fifine 6990 rn and I am not sure how much of an upgrade it would be from that
audeze maxwell
Anyone got Bluetooth "around" ear headphone recommendations (not for gaming) within a 100-200 $ price range?
Features must include good noise canceling, decent sound
I was looking into the wave mics, are they any good?
Tier list getting spicy...
💖 75
D's nuts
Hi, does anyone know any worthy headset with usb and 3.5 connection for like around 50-60$?
Hey guys I haven’t ever bought speakers or anything so I don’t really know, but does anyone know of a good speaker and subwoofer combo I can get for a few hundred dollars?
Wired preferably
take a look at the edifier s350db
Ooooooh this is exactly what I’m looking for thank you
How do I connect these to my pc?
Can I?
your computer might have an optical port, which would be the best. otherwise you'll need a 3.5mm stereo to RCA cable which are pretty cheap and common
built in amp moment
gigachads use active speakers
i would prolly only for a subwoofer
Hyperx Cloud 2 wired going for $49 on Amazon not bad I think
hi guys! I'm looking for wireless headsets and came up with 3 options, open to feedback 🙂
Steelseries Arctis Nova Pro Wireless, Astro A50 Wireless or the Sennheiser EPOS I GSP 670 Wireless Gaming Headset
I can't decide on these three
You guys better jump on this CRAZY black Friday deal

what r good audio interfaces ^_^ 
One message removed from a suspended account.
One message removed from a suspended account.
pick whichever one doesnt demand the use of crap software
Motu m2 is pretty good
wassup bro
One message removed from a suspended account.
Any1 know if turtle Beach 700 gen 2 max headset is ok mic and audio wise?
turtle beach is trash that will fail you in a couple months
Damn
How does logitech hold up
Leaning towards g733 unless if there's something better for pc, ps5 and switch?
what's your budget and what are you looking for for a pair of headphones?
Nothing special
My minimum reqs are connecting to pc, ps5 and switch
Maybe budget range $200 USD
PC37X
though it's wired
although I'm pretty sure all three have a 3.5mm headphone jack?
My ps5 and switch controllers got headphone jacks
I will perform a magic trick
but for neutral or higher sub bass or for boosting footsteps and to some extent positional audio cues, these ain't it without eq
Hey
This May or May not be the right place to ask But here it goes
I have the AirPods pro 1 gen rn i Got Them for Xmas 2020
But over the past 6 mouths or so i have had problem with them not connecting (which is mostly gone now) and my left pod making a noise Sound for a couple of second almost Daily sometimes even 2-3-4 times if i use Them at work
So Should i upgrade to the AirPods pro gen 2. I can save 70 usd becouse of Black friday at a store near me
Perhaps contact apple and ask if they can repair it
But honestly, they're probably fakes. I've never heard of those problems in actual airpods before.
i can tell you that they are not fake
the problem with connecting was that one of them wouldnt connecnt and them i would have to go into to bluetooth and "forget" them and then reconnect them from new and that would fix the problem for mabye a week or so but like i said that problem is more or less gone its been atleast a mouth snice i lasted needed to do that
the noise problem i think comes from me dropping them one to many times becouse i mainly use the left one if i only use one airpod
Any good Black Friday mics?
are there any good speaker and subwoofer combos that don't sound like garbage for around 60 bucks? i just bought the creative pebble plus set and the subwoofer might as well not be included because it literally does nothing, it could turn my headphones up to 100% volume and hear as much bass as i would from this sub with my pc at 100% volume
even my 150 dollar samsung sounds better when i turn it up to 100 this is actually pathetic man
its 60$ man what do you expect
its bottom of the barrel as far as first hand speakers go
the cheapest standalone active subwoofers woth no sattelites is like 100 bucks
For speakers yes it is.
Anyone have good proposition for speaker from 100 to 500$
I want to focus more on audio quality then how loud it can go
active or passive
I dont mind
you have a speaker amp?
Nope it for my desktop but i do music and other thing on it
ive done that in the past
they give out resistance surprisingly quickly
anyhow
if you have an amp jbl530
if you don't jbl305 are pretty good
305 are like 300$
the 305 like i said
I don't know any other better speakers in the 300-500$ range so you should wait for other replies if you insist on paying more
but they are pretty good speakers
for a pair?
nice
pretty good price
id use the remaining 300$ for a subwoofer
I don't really know subwoofers though can't recommend you any
I took the my parent one lil they wasnt using it
So i got one
If i remember it worth 500$ or more
I don't know what you have but I have doubts that most boomers who aren't super into hifi have anything decent
then it can be good but more expensive isn't necessarily better
what is it?
also if you really want into this hobby, you should invest some in room treatment/correction too
you can learn how to do both in like 20 minutes maybe but improve your overall experience drastically
wow that narrows it down a lot
if you don't like it its probably not very good
or your speakers are so bad you confuse their shitness for the sub's
I guess
But what i really need is some good speaker
Maybe
there call monitor speaker and those suck cause my gf took my other one for are piano
So ye they suck
well I told you all I can, can't really give advice on something I don't know about any further
I will look the if jbl305 and see
its pretty good but not sure best you can get for 500$
Thx
the adam t5v's are pretty sick if you like treble clarity
and good bass extension for a 5" speaker
and no not treble clarity as in high shelf like people often point out in the FR for the t5v
but they are pathetically nearfield and directional so I'd only use them up close on a desk
completely forgot about adam audio
yeah those are pretty good
they also have sub pairings on their site, not sure how those perform though
I have literally seen 0 high end headphones with black friday discounts
how high end? like 1k+?
yeah
hm
or any tube amps
will steelseries arctis 3 console work with PC?
64audio has sale
u12t 20% off
I dont care about IEMs
Looking for a smaller sound bar to go along with my PC setup. Preferably <=$100 USD, but could go a bit higher if the deal is right.
But a new cable or an extender?
Some are kinda crap. You want to avoid anything that looks like it has a stiff sleeve or is too rough. Those typically pick up any sound and send them to your headphones like a stethoscope every time you move.
Amazon basics and ugreen tend to have softer cables.
oh i may go ugrean then. i never had good luck with amazon basics anything
oh that one is crap
so much noise floor
oh extender, should be fine
How does a cable have a noise floor
I thought they were talking about the ugreen dongle
?
what is a good studio mic for discord and like general use
Samson Q2u
does it have to be right next to ur face like some other mics
cuz I find i usally have it a bit away from face so it dont get in way of screen
I guess most mics have to be like that lol guess ill have to get used to that lol
thats how most good mics are
if you want to put a mic further away, it needs to be incredibly well designed to not pick up absolutely everything else in your room
like your keyboard and mouse clicks
I see cuz had some friend rec some shura mic think it was
it wasnt the sm7b was it
he said choose sm7b or mv7
sm7b is kind of a meme. people wind up buying it because its what streamers use, and then dont realize that its incredibly annoying to set up properly
also you dont need to spend $300 for a mic thats for discord and general use
honestly I thought about just getting this https://www.amazon.ca/dp/B07W1G95PH?ref=ppx_yo2ov_dt_b_product_details&th=1
so I didnt need a seperate mic
what headphones do you have
560s
that wouldnt be a bad idea
does it sound bad ?
idk
find a sound demo
if you dont want a mic in your field of view, this is a good solution
is that keyed the same as an hd560s?
the web page says its compatible with a bunch of sennys
it even looks like the same keying is used on the m40x/m50x version / it's identical
but could be an image issue
Quick question, I want to make a 3.5mm jack cable to use the output of my drum set as the mic input for my phone (to film some video's). Now, is it safe to combine the Left and Right channel of a Trs cable to the one mic ring of a trrs cable? Or does that cause problems?
i have a logitech g433 headset and it randomly gets really loud and staticky does anyone mnow how to fix it?
logitech support might
Interference from something or something inside is breaking
What about Limited-time deal: Logitech for Creators Blue Snowball iCE USB Microphone for Gaming, Streaming, Podcasting, Twitch, YouTube, Discord, Recording for PC and Mac, Plug & Play - White https://a.co/d/3l39Ty7
The Blue Snowball iCE plug 'n play USB mic is the fastest, easiest way to get high-quality sound for recording and streaming. Its custom cardioid condenser capsule delivers crystal-clear audio quality that’s light-years ahead of your built-in computer microphone. With an eye-catching retro design...
Finally replaced my crappy cheap mic. Did I make a good choice?
Congratulations
Works great for me, and with G HUB you get some free voice changers.
I got the full white one.
What is?
Blue Yetti.
Thanks
👍
Oh, so that's what I'm supposed to download. Was trying to look for the software it suggested in the manual but the web page wasn't loading. Guess that's why
Yup, then your PC / Software should recognize your mic, and then select it and mess around with it's features.
I'll set it up rn
Awesome!
can someone please let me know some good headsets for 100 dollars that i can find somewhere like bestbuy
fail
if you're going there to try some out, see if they have the hyperx cloud II, cloud alpha S, razer blackshark v2, maybe a few from steelseries
you literally just named every single brand
the hyperxs are trash that die in a couple months
from what I remember, the blackshark v2 is just straight up bad
steelseries is just ok
thought you were talking about the ksc75 for a sec
wait what should i get then?

