HDD Clicker基于HDD LED活动生成HDD点击声音
HDD Clicker generates HDD clicking sounds, based on HDD Led activity

原始链接: https://www.serdashop.com/HDDClicker

Serdashop网页推广了HDD Clicker,这是一种在使用现代存储(如SSD)时重新创建旧硬盘驱动器的怀旧声音的设备。它通过Molex Power和HDD LED标头连接。 用户可以使用“更静默的现代高清声音”或“大声而喀哒声”等选项自定义声音。其他选项包括额外的LED电缆,电源分离器电缆和3D打印的外壳。可以使用贴纸或胶带对体积和音调进行物理调整。 该设备是与Matze合作开发的。可以参考一些在线评论和演示。

黑客新闻讨论围绕“ HDD Clicker”,该设备模拟基于LED活动的HDD点击声音。评论者发现声音不准确,比硬盘驱动器更像是盖策柜台。有些人解释了复制真实高清声音的困难,涉及寻求和数据传输,前者在SSD中不存在。 对于诸如自定义保险丝层或具有模拟HDD的VM等软件解决方案提出了建议,以实现逼真的声音生成,并将与FSUAE等现有模拟器相似。表达了旧硬件的触觉反馈的怀旧,例如软盘驱动器。一些人将Trixter的Softhddi作为软件选项。一些用户还记得“死亡的点击”,并分享了旧磁盘的独特声音。他们发现当前的点击实现太高且响亮。总体而言,共识是在赞赏概念的同时,执行需要改进真实的HDD声音仿真。
相关文章

原文
HDD Clicker - Serdashop
"); xajax_UpdateAttributeFieldsFloatingBasket(xajax.getFormValues('AttributeBasketForm'), '', '', $('#ProductAmount').val()); } function updateQuotationCount(value) { $('.QuotationCountInner').find('small').html(value); }

Product added to your quotation. Go to the quote page to complete your quotation request, we will contact you as soon as possible.

HDD Clicker

HDD Clicker generates HDD clicking sounds, based on HDD Led activity. It allows the nostalgic harddisk sound, while using modern SSD, CF or SD cards.

You still have to make a choice from the various product options

This product is not in stock

Quantity: 

 

HDD Clicker generates HDD clicking sounds, based on HDD Led activity. It allows the nostalgic harddisk sound, while using modern SSD, CF or SD cards.  
Fully soldered and 100% tested board. 
Updated info added after LGR video : 
Sound volume and tone can be physically tuned, from very loud to almost silent, by applying simple physical changes.
The LGR video shows the 'loud 'quantum hdd' sound configuration (no sticker on buzzer).
Alternative option is a more silent 90s HDD sound configuration (sticker on buzzer).

Developed in friendly cooperation with Matze, based on his prototype.

Connections :

  • Molex Harddisk Power connector
  • HDD LED in header
  • HDD LED out header
  • 'External out' header to optionally connect additional speaker or higher current 5V visual indicator
  • Power LED out header
  • Programming header (do not use, reserved for factory/future updates of the attiny processor)
Includes a 30cm LED connection cable, to connect the board to your mainboard.
Optional 70cm connection cables available (for large tower case mounting).

A 3d printed enclosure is available (includes a velcro mounting dot) :

To address the questions by LGR :
By default, this emulates an old loud harddisk (like loud old quantum drive).
Use the test button to calibrate for your needs, you can easily adjust the behaviour by making small physical adjustments :

Volume adjustment options :

  • Low volume 'modern IDE HDD mode' : a small sticker on the speaker directly : this dampens the sound, sounds like modern harddisk --> this option is now by default selected in the webshop.
  • Medium volume 'LGR mode' : put some tape on the buzzer hole : this dampens the sound slightly, and changes the tone a bit  (like in LGR video). make changes to calibrate the sound yourself.
  • High volume 'Quantum mode' : very loud old cranky HDD sound, this option is selectable in the webshop.
Sound tone adjustment :
  • put some tape on the enclosure to change the tone --> more bassy sound
  • put some material in the buzzer hole in the enclosure  
  • change orientation / position of board within your case
  • add an external actuator on the option port if you like more noise 

The final tone depends also on the place you mount it in the case, feel free to experiment in tuning !
Demonstration recordings will follow. If you can get a good match, send me a video !

Connection infomation :

Review by Retro Erik

Early prototype demonstation by Root42  (Serdaco version will have different connectors)
   
Review by LGR :

Hdd clicker test button and volume/tone options :

 

', prevArrow: '', infinite: false }); $('.product__image').lightGallery({ selector: '.product__image span' }); } function InitProductRelevant() { InitOwlCarousel('relevant-products', 'relevant-products-nav'); InitProtom("#relevant-products"); $('#relevant-products .show__prices').matchHeight(); } function InitViewedRecently() { $("#recently-viewed-products-container").show(); InitOwlCarousel("recently-viewed-products", "recently-viewed-products-nav"); InitProtom("#recently-viewed-products"); } function InitMostViewed() { $("#most-viewed-products-container").show(); InitOwlCarousel("most-viewed-products", "most-viewed-products-nav"); InitProtom("#most-viewed-products"); $('#most-viewed-products .show__prices').matchHeight(); } function InitViewedByOthers() { $("#products-viewed-by-others-container").show(); InitOwlCarousel("products-viewed-by-others", "products-viewed-by-others-nav"); InitProtom("#products-viewed-by-others"); } function ShowOrderUploadDialog(id) { $('input[name=product_upload_id]').val(id); const Form = $('.dialog.dialog__product-upload .product-upload__form'); if (Form.is(":hidden")) { Form.show(); } $('.product-upload__loader').hide(); $('#OrderUploadDialog').parent().find("button").each(function () { if ($(this).text() == 'Add file') { $(this).attr('disabled', false).removeClass('ui-state-disabled'); } }); $('#OrderUploadProcess').hide(); const formElem = $('#OrderUploadForm'); const uploadfile = formElem.find('#uploadfile'); uploadfile.val(''); // opschoning tbv FF uploadfile.replaceWith(uploadfile.clone()); // opschoning tbv IE formElem.show(); formElem.find('#fieldid').val(id); $('#OrderUploadDialog').dialog('open'); } function SortReviews(sType) { // Alle reviews ophalen. const Reviews = $('.ReviewRow-Hidden'); // Alles even tonen. later kunnen we op basis van de instelling dit weer juist zetten. Reviews.removeClass('hideByStart'); // Sorteren. switch (sType) { case 'DateCreatedNew': // Nieuwste datum eerst (hoogste id) Reviews.sort(function (a, b) { return $(b).attr("data-review-id") - $(a).attr("data-review-id") }); break; case 'DateCreatedOld': // Oudste datum eerst (laagste id) Reviews.sort(function (a, b) { return $(a).attr("data-review-id") - $(b).attr("data-review-id") }); break; case 'PointsHigh': // Hoogste score eerst Reviews.sort(function (a, b) { return $(b).attr("data-review-points") - $(a).attr("data-review-points") }); break; case 'PointsLow': // Laagste score eerst Reviews.sort(function (a, b) { return $(a).attr("data-review-points") - $(b).attr("data-review-points") }); break; } // Items per page weer toepassen. (dit alleen als die niet is uitgeklapt). if ($("#AddMore").is(":visible")) { Reviews.each(function (index) { if (index >= 5) { $(this).addClass('hideByStart'); $("#AddMore").show(); } }); } // Gesoorteerde waarden teruggeven. $("#reviews").html(Reviews); } function ActivateThumb() { const id = $('.product__image .slick-current span').data('id'); $('.product__thumb span').removeClass('thumb--active'); if (id window.innerWidth || height > window.innerHeight) { width = window.innerWidth * 0.98; height = window.innerHeight * 0.98; } $('#AskAQuestionDialog').dialog({ autoOpen: false, dialogClass: 'product_askaquestion_dialog', width: width, height: height, modal: true, resizable: false, buttons: { "Cancel": { text: 'Cancel', class: 'StandardButton btn btn-default', click: function(){ $(this).dialog('close'); } }, "Submit": { text: 'Send', class: 'StandardButton ImportantButton btn btn-primary hook__product-ask-a-question', data: { "product-id": 843701751 }, click: function(){ $(this).dialog('close'); } } } }); $('#AskAQuestionDialogConfirm').dialog({ autoOpen: false, dialogClass: 'product_askaquestion_dialog_confirm', width: 600, height: 350, modal: true, resizable: false, buttons: { "Continue": { text: 'Continue shopping', class: 'StandardButton btn btn-default', click: function() { $(this).dialog('close'); } } } }); //Headers van ask a question dialogs verbergen. $('.product_askaquestion_dialog .ui-dialog-titlebar').hide(); $('.product_askaquestion_dialog_confirm .ui-dialog-titlebar').hide(); }
联系我们 contact @ memedata.com