Earlier quoted context omitted.
Converting files to Ogg Vorbis a long time ago was something I regret. There is nothing special about the compression/quality as compared to a quality MP3 encoder or Apple's AAC encoder (maybe the only quality AAC encoder) but you are guaranteed to have to re-encode if you want to play on your sports watch, in your car, play on your smart speakers, etc.)
I ripped all of my CDs to FLAC, then I was able to convert those to Ogg Vorbis at the time for my portable player. Later I converted the FLACs to mp3s, and used Apple's iTunes Match, so I have access to them on various devices for $25/year.
Apple Music Announces Spatial Audio and Lossless Audio
601–610 of 717 posts
Re: Apple Music Announces Spatial Audio and Lossless Audio
#602Earlier quoted context omitted.
Oh, if you're using homebrew and you want ffmpeg to support ALAC, you can do that. brew edit ffmpeg; add `depends_on "fdk-aac"` and `--enable-libfdk-aac`, `--enable-nonfree` to the relevant sections, remove the bottle section; then, brew reinstall ffmpeg. There's probably a better way to do this that doesn't trigger a merge conflict each time they update the bottle hashes (resolved easily with brew edit ffmpeg, repea…
> There's probably a better way to do this that doesn't trigger a merge conflict Well if you want to try Nix, https://github.com/NixOS/nixpkgs/blob/9dba669e8a53f00114b53d... right out of the box :D
Re: Apple Music Announces Spatial Audio and Lossless Audio
#603Earlier quoted context omitted.
> (The best way to view 3D movies, funnily enough, is in a virtual theater on the Oculus Quest 2.) I don't deny the drawbacks of stereoscopic 3D—even as a personal 3D fan, I'm not surprised it never caught on—but I don't think a VR headset is the best way to consume stereoscopic content. Because, well, you have to wear a headset! I have a BenQ W1070 projector which supports stereoscopic 3D, and a Valve Index. For act…
Oh sure I wasn't referring to comfort, just to the pure quality of the 3D experience. A VR headset is the only solution I'm aware of that is full-brightness, zero-ghosting.
But, isn't "full brightness" just a function of how bright you make the projector? Which is to say, you could make a projector that's twice as bright as mine (mine isn't amazing, it cost less a a grand) and in 3D it would have the brightness of my 2D setup.
Re: Apple Music Announces Spatial Audio and Lossless Audio
#604From the article: > J Balvin said: [...] With Lossless, everything in the music is going to sound bigger and stronger but more importantly, it will be better quality. [...] There have been tests showing we cannot hear the difference between minimally lossy audio (e.g. mp3 320kbps) and lossless. But Balvin can. And it sounds "bigger and stronger". The extra quality of lossless is nice when mixing/remixing the sound, a…
I’m not an audiophile, but a couple days ago my wife had the radio in the car on and I thought something was wrong with the stereo, the middle range of the music were missing. It was all snare and a muted bass. I tried adjusting the EQ, but it had no real effect. I was a little worried about my own hearing at this point, but I saw that the station was broadcasting in “HD.” I looked this up and HD apparently means tha…
Re: Apple Music Announces Spatial Audio and Lossless Audio
#605Is that right? And/but is it anything like that in practice? Or are studios still mixing for 5.1 and then running some post-process 'Atmos support' that makes the AVR's Atmos light come on but has little 'other' benefit?
Re: Apple Music Announces Spatial Audio and Lossless Audio
#606Earlier quoted context omitted.
Yeah good times, I’m nostalgic about managing my own music collection using directory structures, everything consistent and well-organized. Tagging metadata using musicbrainz, listening with foobar2000. Nowadays I’ve been sucked into the Spotify vacuum because of convenience, but I do miss out on more obscure music. And I have no idea how to find that, except from sites like SoundCloud and mixcloud, but their UX is h…
Bandcamp is great for this. You can buy albums from indie artists and download in your preferred format, DRM free.
Re: Apple Music Announces Spatial Audio and Lossless Audio
#607Earlier quoted context omitted.
This is largely because MP3 is a crappy, old format. Try high-bitrate Opus on most samples and you're a lot less likely to get above-chance results on an ABX test, pretty much ever, at high bitrates. Ultimately though, lossy compression is always program-dependent ("program" here means the song, not the app). The encoders use psychoacoustic algorithms, and there is no way to prove they will perform well on all sample…
> This is largely because MP3 is a crappy, old format. Try high-bitrate Opus on most samples and you're a lot less likely to get above-chance results on an ABX test, pretty much ever, at high bitrates. On the whole your comment is great, but I think this point might be revealing of either your age or the last time your looked at mp3 encoders. LAME has been great for at least a decade now. Other than (possibly) extrem…
Re: Apple Music Announces Spatial Audio and Lossless Audio
#608Apple can add feature after feature, but if Music continues to split albums without warning, it's close to useless. I can't curate a music library when I can't rely on my music not being jumbled around. Dropping music for licensing issues is one thing, but messing with metadata is beyond frustrating. For arbitrary reasons, Apple Music will: remove songs from albums and re-add them to your library as the "single" or "…
I miss what.cd Despite what anyone thinks about music piracy, what.cd had hands down the best music organization I've ever seen. I wish they had just dropped the torrents and kept the indexing features
They could have open-sourced the whole thing, put a paid API endpoint on in, and kept on.
Re: Apple Music Announces Spatial Audio and Lossless Audio
#609Earlier quoted context omitted.
>otherwise there was an annoying pause between tracks that had seemless blending between them. Oh christ, this is my least favorite thing about newer audio formats. Some of the old albums were meant to be heard in one stretch; there are no gaps between tracks, because you're hearing a story. Then comes mp3 and digital audio, with a second pause between them. It just kills me. I get accused of being a hipster by my fa…
I stopped having this issue for well over a decade. Especially on some albums I enjoy there are tracks which are logically separate (on CD as well as files) yet "play" into one another continuously, so I'd have noticed this as it would produce a weird silence in an otherwise seamless musical transition. It's entirely a player thing to start decoding the next track slightly before the current track ends and continuous…
More modern formats solved this issue by precisely defining the start/end points so decoding can produce an output with precisely the same alignment and number of samples as the input.
There are certainly nonstandard metadata hacks for MP3 to retrofit gapless support into it, but the core format cannot do it.