I built Popwatch - your personal popcorn popping pal
热度趋势
趋势数据积累中
百分比基于当前可用热度信号,而非评论数或独立用户人数。
Popwatch是一个新开发的移动网站,旨在帮助用户完美地制作微波爆米花。该应用利用设备的麦克风实时监听爆米花爆裂的声音,并通过音频分析来判断爆米花袋何时爆裂完毕。通常,当爆裂声之间间隔3-4秒时,就表示爆米花已完成。这个间隔时间是可配置的,用户可以根据自己的喜好进行调整。该项目的代码库托管在GitHub上。
It's staggering how quickly we can knock up an app now. I've long thought about creating some software for determining the perfect time to stop microwave popcorn. Typically the instructions say to wait until 3-4 seconds between pops.
build a mobile website that will primarily be used by android and iOS devices. It should be able to access the device microphone and listen in realtime. It needs to perform some audio analysis to detect pop sounds. This aim is to create a website that people can visit on their phone, place it down next to a microwave, it then listens for the popping sound of popcorn to estimate when the bag is most likely finished popping. This condition is usually set as when there are 3-4 sec between pops. This variable should be configurable.
About 5 rounds of minor adjustments and features and it's done. Less than 1hr in total.