Files changed (1) hide show
  1. README.md +69 -3
README.md CHANGED
@@ -1,3 +1,69 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: audio-to-audio
4
+ ---
5
+ FM Radio Super Resolution
6
+
7
+ This is a model designed to upscale recordings of FM radio. It was created using the Aero architecture with a modified version of the "Aero" project:
8
+
9
+ * Modified Project: https://github.com/pokepress/aero
10
+ * Original: https://github.com/slp-rl/aero
11
+
12
+ Usage:
13
+ 1. Check out and install the modified version of the Aero project and put the checkpoint file in the working directory.
14
+ 2. If needed, convert the audio recordinng to 44.1 khz stereo.
15
+ 3. Call the new project with:
16
+
17
+ python predict.py experiment=aero_441-441 +filename="PATH_TO_AUDIO_FILE" +output="PATH_TO_OUTPUT_DIRECTORY" checkpoint_file="PATH_TO_CHECKPOINT_FILE"
18
+
19
+ The model should be able to:
20
+ * Reduce stereo hiss
21
+ * Reduce certain kinds of static/interference
22
+ * Reduce 19khz stereo pilot
23
+ * Reduce overly warm bass frequencies (boost them 3 or so dB if you miss them)
24
+ * Restore lost high & low frequencies (generally only up to 16khz since most training data is MP3-based)
25
+
26
+ Transmitters Used:
27
+ * Scosche "TuneIn" FM transmitter
28
+ * nulaxy KM28 FM transmitter
29
+ * Monster iPod/iPhone FM transmitter
30
+
31
+ Radios Used:
32
+ * JVC PC-RM100 System (circa 1984)
33
+ * Sony Walkman WM-F76 (Circa 1987)
34
+ * Sony CFS 212 Boombox (circa 1988)
35
+ * Aiwa CX NA202 System (circa 1999)
36
+ * Kaito KA1103 (originally releaed 2004)
37
+ * Eton Mini (circa 2017)
38
+ * Retroid Pocket Flip (Android device with FM tuner-2023)
39
+
40
+ Tracks Used:
41
+ * The Age of Innosence Part 6 (Project Gutenberg-https://www.gutenberg.org/ebooks/8958)
42
+ * Ghosts (Breuss Arrizabalaga Quintet-https://freemusicarchive.org/music/Breuss_Arrizabalaga_Quintet/)
43
+ * Frequency Sweep (self-produced)
44
+ * Peace Like A River (HoliznaCC0-https://freemusicarchive.org/music/holiznacc0/everything-hurts)
45
+ * The News Update (Karen-https://freemusicarchive.org/music/Various_Artists/Party_Fun_With_Recorders_-_Volume_One)
46
+ * Lawrence III discussion excerpt (self-produced)
47
+ * Las Fábulas de Esopo Part 4 (Project Gutenberg-https://www.gutenberg.org/ebooks/21143)
48
+ * Liian Paha Sappi Part 4 (Project Gutenberg-https://www.gutenberg.org/ebooks/20970)
49
+ * Sticky and Addictive (Monplaisir-https://freemusicarchive.org/music/Monplaisir/Pretty_and_Invisible)
50
+ * Time Gap (Monplaisir-https://freemusicarchive.org/music/Monplaisir/Relaxing_Ukulele)
51
+ * Onder Moeders Vleugels Part 7 (Project Gutenberg-https://www.gutenberg.org/ebooks/26299)
52
+ * Skipping in the No Standing Zone (Peter Gresser-https://freemusicarchive.org/music/Peter_Gresser/Reimagine_The_Game/Skipping_in_the_No_Standing_Zone/)
53
+ * Peterchens Mondfahrt Part 8 (Project Gutenberg-https://www.gutenberg.org/ebooks/20684)
54
+ * Vous etes belleaux (Rrrrrose Azerty-https://freemusicarchive.org/music/rrrrrose-azerty/fin-de-la-communication)
55
+ * V. Ballet des poussins dans leurs coques Scherzino. Vivo leggiero (Skidmore College Orchestra-https://freemusicarchive.org/music/Skidmore_College_Orchestra/Mussorgskys_Pictures_at_an_Exhibition)
56
+ * Stereo Tones (self-produced)
57
+ * Positivity (Tadz-https://freemusicarchive.org/music/tadz/2020-2)
58
+ * The Right of the People to Rule (Theodore Roosevelt-https://www.gutenberg.org/ebooks/10155)
59
+ * Monteverdi's Toccata from L'Orfeo (The United States Army Old Guard Fife and Drum Corps-https://freemusicarchive.org/music/The_United_States_Army_Old_Guard_Fife_and_Drum_Corps/Celebrating_50_Years)
60
+ * Three Hundred Tang Poems Part 81 (Project Gutenberg-https://www.gutenberg.org/ebooks/20968)
61
+ * Tones and Noise (self-produced)
62
+ * Main Stem (U.S. Army Blues-https://freemusicarchive.org/music/US_Army_Blues/Live_At_Blues_Alley)
63
+ * Vince Krekeler Interview (self-produced)
64
+ * Up, Then Down (Wax Lyricist-https://freemusicarchive.org/music/wax-lyricist/the-wax-lyricist)
65
+ * Mom's Workout CD (Zane Little-https://freemusicarchive.org/music/zane-little/a-bag-of-chips)
66
+ * Various computer-generated noise combinations (self-produced)
67
+
68
+ Version History:
69
+ * 1.0.0 (7/22/2024) First version published to Hugging Face