this post was submitted on 23 Apr 2024
146 points (94.5% liked)

Linux

47389 readers
545 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] unionagainstdhmo@aussie.zone 1 points 5 months ago (1 children)

Pricing doesn't look that bad $2.99/month for 250GB ($0.01196/GB) but bit of a jump to $14.99/month for 2TB ($0.007495/GB), real lack of middle ground there though. I think it is US dollars (hate how websites don't tell you). Since Audacity is open source it should be possible to create an identical API to the audio.com one for custom storage.

[–] SuperSpruce@lemmy.zip 1 points 5 months ago (1 children)

One of the weirdest things I've noticed with Audacity is the file size of the projects. I have a project with 7 3-minute tracks and maybe 100 edits, and the file size is 6GB! Are the file sizes so large so that they can more easily upsell cloud storage?

[–] unionagainstdhmo@aussie.zone 1 points 5 months ago

Maybe they store the tracks in an uncompressed format to preserve quality. But you'd probably want to only use it for active projects to avoid the hike. Though there is potentially a conflict of interest there - as with any project that offers cloud storage. You'd have to see if a patch to reduce the file size would be accepted or not