Différences entre les versions de « Le75::MonsieurBurns »

De {}
Aller à la navigation Aller à la recherche
Ligne 90 : Ligne 90 :
  
 
[[Fichier:Processing2.png]]
 
[[Fichier:Processing2.png]]
 +
 +
[[Fichier:Processing1.png]]

Version du 8 février 2016 à 09:12

DICTAPHONE ma gueule

Taper arduino ou raspberry dans la recherche google pour trouver des vieux trucs de geek.

Se renseigner sur:

https://fr.wikipedia.org/wiki/Processing

http://en.wikipedia.org/wiki/Spectrogram

Sound files are chock full of data, a spectrogram is a good place to start as it's similar to how our brains process sounds; responding to patterns of frequencies over time. I've played with sound files quite a bit, mostly using matlab and writing my own code. I'm not sure if that'd be right for what you're trying to do, there are probably simpler ways...

spectroscope


Programme qui transforme le son en image:

http://photosounder.com/


http://createdigitalmusic.com/2009/04/sound-to-pixels-and-back-again-isolating-instruments-with-photosounder/


LINUX DEBIAN SUR ACER?


Acer Aspire S3 on different linux distributions

This part aims to describe the steps needed, to fully enable all features of the Acer Aspire S3 when using Ubuntu 13.04, Linux Mint 15 (both released in spring 2013) For Opensuse, see the appropriate section at the end of the article.

Please update or merge the relevant sections if appropriate. Preface

Ubuntu and Linux Mint supports most hardware components of this notebook. Sound is fully supported. WLAN support works right away. Due to the dual core processor, Ubuntu runs with excellent performance on this ultrabook. Some things still have to be tweaked manually, for example the powersave-mode. The battery will not last for the claimed six hours. Depending on the system load, the battery life time is something around four hours. BIOS update

The Bios (Basic Input/output System) is the operating system between the hardware and the Linux or Windows operating system. This Bios is in charge of the fan and many other low-level processor features. It is the one that loads up first, before linux or Windows. Your Acer S3 came with the 1.15 version. It has now been upgraded to 1.18 and does noticeably make the processor cooler and lowers your laptop battery drainage. I would recomend the upgrade. Installing the incorrect Bios may harm to your system, so please be carefull.

1- First go to the Acer site : Acer Bios update site 2- Select the Aspire S3-951 model and click on the “Bios” thumbnail 3- Download the 1.18 (as of april 30, 2012) or higher version of the Bios

For those who still have a Windows partition 4- Uncompress it and then enter the Windows folder and double click on the only file you will find. 5- Wait patiently until the update comes to an end. It will automaticely reboot your computer.

You sould now notice a lower fan noise

For those who have only a linux partition You need a usb Stick and a internet connection. 4- Uncompress the file ( We vill only use the DOS folder not the Windows one), 5- Format, if it is not already done, your usb stick using the standard fat16 format, 6- Install unetbootin and choose freedos in “select distribution”, choose usb and press “ok”, 7- after the install is finished move the “DOS” folder to your usb stick. 8- Boot your laptop on the usb stick, then choose option number 5 of boot “FreeDOS Live CD only” , 9- go to “C:\” then to the “DOS” folder and start “flash.bat” file . 10- after update is finished comp. reboots , and remove the usb stick to avoid freedos to boot again ! Basic Installation Instructions

To install linux on your laptop, first download the Iso file of you favorite distribution (Ubuntu, Mint, Fedora, OpenSuse,…). Remember your Acer Aspire S3 requires a 64bit Linux version. Now you need to put Linux on an USB Stick (if you don't have an external DVD reader). There are two ways of doing this depending if you have already linux on your S3 or on any other computer or if you just have Windows.

If you have not yet installed Linux on your S3

Please follow the excellent guide at : future desktop

If you already have a Linux distribution installed on your S3 or on any other computer that you can put your hands on

Put a USB Stick into one of the USB ports and use imageWriter to be able to copy your linux distribution onto it. If you don't have it open a Terminal (Al+Ctrl+T) and run this command:

sudo apt install usb-imagewriter

Launch imageWriter from the menu, select your ISO image and your USB device and press “Write to device”.

Now that you have the USB stick filled with your prefered Linux distribution

When you power up your S3 with the USB stick inserted, You can ask it to boot from your USB stick by pressing F12 when the computer bios starts (The first screen that appears). A menu will then appear showing the different drives to boot from. (In alternative, press F2 during the bios boot start it will lead you to the bios setup. In the boot tab, make sure that the USB stick is at the top of the boot order. Save the changes and leave the BIOS.)

Go on with the installation procedure. The Hard disk drive will be recognized as /dev/sda and the SSD (solid state drive) is recognized as /dev/sdb by the installer. (It seems like Windows uses the SSD only for hibernation) You will get a performance boost if you customize your installation by instaling Linux on the SSD.

To install Linux in the more efficient manner, try the custom installation. You need to delete one of the primary partitions because the factory configuration of your S3 Acer uses the maximum four primary partitions available. Deleting the SSD (/dev/sdb) seems a good option. I use this partition :

   16GB ext4 for the root “/” on the SSD (/dev/sdb)
   4GB for swap. on the SSD (/dev/sdb)
   Half the Hard Disk Drive for Windows (/dev/sda)
   Half the Hard Disk Drive for my documents “/home”

Don't forget to place the Windows/ Linux system boot launcher called “Grub” on the Sda Hard Disk Drive (look at the bottom of the partition window). By default, Grub is installed on the SDD and will not boot giving you the “Grub rescue” prompt.


Processing2.png

Processing1.png