Skip to content

An interactive map of Taipei that let's you explore the city through its unique sounds.

Notifications You must be signed in to change notification settings

FH-Potsdam/Sounds-of-Taipei

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sounds of Taipei

An interactive map of Taipei that let's you explore the city through its unique sounds.

NTUT · National Taipei University of Technology
International Program for Interaction Design and Innovation
Special Topics on Interactive Media Design (II)

For any questions about this project, feel free to contact us.

Project by:
Johanna Komesker
Mona Ruppert
Patrick Schneider
Donatus Wolf

preview screenshot
Go to website

Libraries used

Contribute your sound

Upload form

Database structure places.json

id: exact name of the sound and photo file – name in camelCase
sound file needs to be at ./assets/sounds
photo file needs to be at ./assets/photos in *jpg (600 x 400px)

label: the description of the audio which will be displayed on the photo

googlemaps: the shortlink to the location on google maps, which opens when doubleclicking a dot

vol: how lound the song should be played on a scale from 0 (no sound) to 1 (maximum)

db: how loud the song is on a scale from 0 to 1
that creates the size of the circle when hovered

x: Latitude coordinate

y: Longitude coordinate

type: there are three types right now:
       location: a location specific sound like the bird street
       city: a sound, that is specific for taipei, but not for a specific location, like the peep at the MRT entrance
       event: a sound that is only there at an specific event, like the lantern festival

time: was the sound recorded by dayor by night?

author: Who recorded the sound
first letter from the frist name, first and second from the last name
Ex: Donatus Wolf = DWo

About

An interactive map of Taipei that let's you explore the city through its unique sounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.9%
  • JavaScript 22.0%
  • HTML 11.1%