juliogu81 commited on
Commit
5b0176e
·
1 Parent(s): 2777407

interfaz+etiquetados

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. audio_classifier.py +250 -0
  2. classify_requirements.txt +2 -0
  3. clips/cotorra_inia/20250606_101500_clip_5.wav +3 -0
  4. clips/cotorra_inia/20250606_101500_clip_54.wav +3 -0
  5. clips/cotorra_inia/20250606_101500_clip_57.wav +3 -0
  6. clips/cotorra_inia/20250606_101500_clip_62.wav +3 -0
  7. clips/cotorra_inia/20250606_101500_clip_66.wav +3 -0
  8. clips/cotorra_inia/20250606_101500_clip_69.wav +3 -0
  9. clips/cotorra_inia/20250606_103000_clip_101.wav +3 -0
  10. clips/cotorra_inia/20250606_103000_clip_103.wav +3 -0
  11. clips/cotorra_inia/20250606_103000_clip_14.wav +3 -0
  12. clips/cotorra_inia/20250606_103000_clip_18.wav +3 -0
  13. clips/cotorra_inia/20250606_103000_clip_2.wav +3 -0
  14. clips/cotorra_inia/20250606_103000_clip_22.wav +3 -0
  15. clips/cotorra_inia/20250611_171500_clip_63.wav +3 -0
  16. clips/cotorra_inia/20250611_171500_clip_65.wav +3 -0
  17. clips/cotorra_inia/20250611_171500_clip_67.wav +3 -0
  18. clips/cotorra_inia/20250611_171500_clip_70.wav +3 -0
  19. clips/cotorra_inia/20250611_171500_clip_73.wav +3 -0
  20. clips/cotorra_inia/20250611_171500_clip_76.wav +3 -0
  21. clips/cotorra_inia/20250611_171500_clip_79.wav +3 -0
  22. clips/cotorra_inia/20250611_171500_clip_82.wav +3 -0
  23. clips/cotorra_inia/20250611_171500_clip_84.wav +3 -0
  24. clips/cotorra_inia/20250611_171500_clip_87.wav +3 -0
  25. clips/cotorra_inia/20250611_171500_clip_89.wav +3 -0
  26. clips/cotorra_inia/20250611_173000_clip_1.wav +3 -0
  27. clips/cotorra_inia/20250611_173000_clip_10.wav +3 -0
  28. clips/cotorra_inia/20250611_173000_clip_2.wav +3 -0
  29. clips/cotorra_inia/20250611_173000_clip_39.wav +3 -0
  30. clips/cotorra_inia/20250611_173000_clip_4.wav +3 -0
  31. clips/cotorra_inia/20250611_173000_clip_5.wav +3 -0
  32. clips/cotorra_inia/20250611_173000_clip_8.wav +3 -0
  33. clips/no_cotorra/20250606_091500_clip_11.wav +3 -0
  34. clips/no_cotorra/20250606_091500_clip_14.wav +3 -0
  35. clips/no_cotorra/20250606_091500_clip_17.wav +3 -0
  36. clips/no_cotorra/20250606_091500_clip_2.wav +3 -0
  37. clips/no_cotorra/20250606_091500_clip_21.wav +3 -0
  38. clips/no_cotorra/20250606_091500_clip_3.wav +3 -0
  39. clips/no_cotorra/20250606_091500_clip_6.wav +3 -0
  40. clips/no_cotorra/20250606_091500_clip_8.wav +3 -0
  41. clips/no_cotorra/20250606_093000_clip_10.wav +3 -0
  42. clips/no_cotorra/20250606_093000_clip_14.wav +3 -0
  43. clips/no_cotorra/20250606_093000_clip_17.wav +3 -0
  44. clips/no_cotorra/20250606_093000_clip_24.wav +3 -0
  45. clips/no_cotorra/20250606_093000_clip_29.wav +3 -0
  46. clips/no_cotorra/20250606_093000_clip_31.wav +3 -0
  47. clips/no_cotorra/20250606_093000_clip_35.wav +3 -0
  48. clips/no_cotorra/20250606_093000_clip_37.wav +3 -0
  49. clips/no_cotorra/20250606_093000_clip_41.wav +3 -0
  50. clips/no_cotorra/20250606_093000_clip_45.wav +3 -0
audio_classifier.py ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import os
3
+ import shutil
4
+ from pathlib import Path
5
+ import random
6
+ from datetime import datetime
7
+
8
+ # Configuración de la página
9
+ st.set_page_config(
10
+ page_title="Clasificador de Audios - Cotorras",
11
+ page_icon="🎵",
12
+ layout="wide"
13
+ )
14
+
15
+ # Configuración de directorios
16
+ @st.cache_data
17
+ def get_directories():
18
+ """Obtiene la configuración de directorios"""
19
+ return {
20
+ 'input_dir': './clips/1_grabacion_inia', # Directorio de entrada
21
+ 'cotorra_dir': './clips/cotorra_inia', # Cotorras
22
+ 'no_cotorra_aves_dir': './clips/no_cotorra/aves', # Otras aves
23
+ 'no_cotorra_generico_dir': './clips/no_cotorra' # Otros sonidos
24
+ }
25
+
26
+ def create_directories():
27
+ """Crea los directorios de clasificación si no existen"""
28
+ dirs = get_directories()
29
+ for dir_path in dirs.values():
30
+ if dir_path != dirs['input_dir']:
31
+ Path(dir_path).mkdir(parents=True, exist_ok=True)
32
+
33
+ def get_audio_files():
34
+ """Obtiene la lista de archivos de audio del directorio de entrada"""
35
+ dirs = get_directories()
36
+ input_dir = dirs['input_dir']
37
+
38
+ if not os.path.exists(input_dir):
39
+ st.error(f"El directorio de entrada no existe: {input_dir}")
40
+ return []
41
+
42
+ # Extensiones de audio soportadas
43
+ audio_extensions = {'.wav', '.mp3', '.m4a', '.flac', '.ogg'}
44
+
45
+ audio_files = []
46
+ for file in os.listdir(input_dir):
47
+ if Path(file).suffix.lower() in audio_extensions:
48
+ audio_files.append(file)
49
+
50
+ return sorted(audio_files)
51
+
52
+ def move_audio_file(filename, destination_dir):
53
+ """Mueve un archivo de audio a la carpeta de destino"""
54
+ dirs = get_directories()
55
+ source_path = os.path.join(dirs['input_dir'], filename)
56
+ dest_path = os.path.join(destination_dir, filename)
57
+
58
+ try:
59
+ shutil.move(source_path, dest_path)
60
+
61
+ # Log en terminal
62
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
63
+
64
+ # Lógica corregida para detectar categoría
65
+ if destination_dir == dirs['cotorra_dir']:
66
+ category = "COTORRA"
67
+ elif destination_dir == dirs['no_cotorra_aves_dir']:
68
+ category = "OTRAS AVES"
69
+ elif destination_dir == dirs['no_cotorra_generico_dir']:
70
+ category = "OTROS SONIDOS"
71
+ else:
72
+ category = "DESCONOCIDO"
73
+
74
+ print(f"[{timestamp}] ✅ MOVIDO: {filename} → {category}")
75
+ print(f" 📁 Origen: {source_path}")
76
+ print(f" 📁 Destino: {dest_path}")
77
+ print(f" 📊 Categoría: {category}")
78
+ print("-" * 80)
79
+
80
+ return True
81
+ except Exception as e:
82
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
83
+ print(f"[{timestamp}] ❌ ERROR al mover: {filename}")
84
+ print(f" Error: {e}")
85
+ print("-" * 80)
86
+ st.error(f"Error al mover el archivo: {e}")
87
+ return False
88
+
89
+ def get_audio_file_path(filename):
90
+ """Obtiene la ruta completa del archivo de audio"""
91
+ dirs = get_directories()
92
+ return os.path.join(dirs['input_dir'], filename)
93
+
94
+ def main():
95
+ st.title("🎵 Clasificador de Audios - Cotorras")
96
+ st.markdown("---")
97
+
98
+ # Log de inicio
99
+ if 'app_started' not in st.session_state:
100
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
101
+ print(f"[{timestamp}] 🚀 INICIANDO Clasificador de Audios - Cotorras")
102
+ print("=" * 80)
103
+ st.session_state.app_started = True
104
+
105
+ # Crear directorios si no existen
106
+ create_directories()
107
+
108
+ # Obtener archivos de audio
109
+ audio_files = get_audio_files()
110
+
111
+ if not audio_files:
112
+ st.warning("No se encontraron archivos de audio en el directorio de entrada.")
113
+ st.info("Asegúrate de que el directorio './clips/1_grabacion_inia' contenga archivos de audio.")
114
+ return
115
+
116
+ # Inicializar estado de la sesión
117
+ if 'current_file_index' not in st.session_state:
118
+ st.session_state.current_file_index = 0
119
+ st.session_state.processed_files = 0
120
+ st.session_state.cotorra_count = 0
121
+ st.session_state.no_cotorra_aves_count = 0
122
+ st.session_state.no_cotorra_generico_count = 0
123
+ st.session_state.skipped_count = 0
124
+
125
+ # Log de archivos encontrados
126
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
127
+ print(f"[{timestamp}] 📂 Encontrados {len(audio_files)} archivos de audio para clasificar")
128
+ print("=" * 80)
129
+
130
+ # Obtener directorios
131
+ dirs = get_directories()
132
+
133
+ # Mostrar estadísticas
134
+ col1, col2, col3, col4 = st.columns(4)
135
+ with col1:
136
+ st.metric("Archivos Restantes", len(audio_files) - st.session_state.processed_files)
137
+ with col2:
138
+ st.metric("Cotorras", st.session_state.cotorra_count)
139
+ with col3:
140
+ st.metric("Otras Aves", st.session_state.no_cotorra_aves_count)
141
+ with col4:
142
+ st.metric("Otros Sonidos", st.session_state.no_cotorra_generico_count)
143
+
144
+ st.markdown("---")
145
+
146
+ # Verificar si hay archivos para procesar
147
+ if st.session_state.current_file_index >= len(audio_files):
148
+ # Log de finalización
149
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
150
+ print(f"[{timestamp}] 🎉 CLASIFICACIÓN COMPLETADA!")
151
+ print(f" 📊 Total procesados: {st.session_state.processed_files}")
152
+ print(f" 🦜 Cotorras: {st.session_state.cotorra_count}")
153
+ print(f" 🐦 Otras Aves: {st.session_state.no_cotorra_aves_count}")
154
+ print(f" 🔊 Otros Sonidos: {st.session_state.no_cotorra_generico_count}")
155
+ print(f" ⏭️ Saltados: {st.session_state.skipped_count}")
156
+ print("=" * 80)
157
+
158
+ st.success("🎉 ¡Todos los archivos han sido clasificados!")
159
+ return
160
+
161
+ # Obtener archivo actual
162
+ current_file = audio_files[st.session_state.current_file_index]
163
+ audio_path = get_audio_file_path(current_file)
164
+
165
+ # Mostrar información del archivo actual
166
+ st.subheader(f"📁 Archivo actual: {current_file}")
167
+
168
+ # Información del archivo
169
+ file_info = os.stat(audio_path)
170
+ file_size_mb = file_info.st_size / (1024 * 1024)
171
+
172
+ col1, col2 = st.columns(2)
173
+ with col1:
174
+ st.info(f"**Tamaño:** {file_size_mb:.2f} MB")
175
+ with col2:
176
+ st.info(f"**Progreso:** {st.session_state.current_file_index + 1} de {len(audio_files)}")
177
+
178
+ # Reproductor de audio
179
+ st.markdown("### 🔊 Reproducir Audio")
180
+
181
+ try:
182
+ with open(audio_path, "rb") as audio_file:
183
+ audio_bytes = audio_file.read()
184
+ st.audio(audio_bytes, format=f'audio/{Path(current_file).suffix[1:]}')
185
+ except Exception as e:
186
+ st.error(f"Error al cargar el audio: {e}")
187
+ return
188
+
189
+ st.markdown("---")
190
+
191
+ # Botones de clasificación
192
+ st.markdown("### 🏷️ Clasificar Audio")
193
+
194
+ col1, col2, col3 = st.columns(3)
195
+
196
+ with col1:
197
+ if st.button("🦜 **COTORRA**", type="primary", use_container_width=True):
198
+ if move_audio_file(current_file, dirs['cotorra_dir']):
199
+ st.session_state.cotorra_count += 1
200
+ st.session_state.processed_files += 1
201
+ st.session_state.current_file_index += 1
202
+ st.rerun()
203
+
204
+ with col2:
205
+ if st.button("🐦 **OTRAS AVES**", type="secondary", use_container_width=True):
206
+ if move_audio_file(current_file, dirs['no_cotorra_aves_dir']):
207
+ st.session_state.no_cotorra_aves_count += 1
208
+ st.session_state.processed_files += 1
209
+ st.session_state.current_file_index += 1
210
+ st.rerun()
211
+
212
+ with col3:
213
+ if st.button("🔊 **OTROS SONIDOS**", use_container_width=True):
214
+ if move_audio_file(current_file, dirs['no_cotorra_generico_dir']):
215
+ st.session_state.no_cotorra_generico_count += 1
216
+ st.session_state.processed_files += 1
217
+ st.session_state.current_file_index += 1
218
+ st.rerun()
219
+
220
+ # Botón para saltar archivo (opcional)
221
+ st.markdown("---")
222
+ if st.button("⏭️ Saltar archivo (sin clasificar)", use_container_width=True):
223
+ # Log de archivo saltado
224
+ timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
225
+ print(f"[{timestamp}] ⏭️ SALTADO: {current_file}")
226
+ print(f" 📁 Archivo: {current_file}")
227
+ print(f" 📊 Progreso: {st.session_state.current_file_index + 1} de {len(audio_files)}")
228
+ print("-" * 80)
229
+
230
+ st.session_state.skipped_count += 1
231
+ st.session_state.current_file_index += 1
232
+ st.rerun()
233
+
234
+ # Información adicional
235
+ st.markdown("---")
236
+ st.markdown("### 📊 Información de Directorios")
237
+
238
+ col1, col2, col3 = st.columns(3)
239
+
240
+ with col1:
241
+ st.info(f"**Entrada:** {dirs['input_dir']}")
242
+ with col2:
243
+ st.info(f"**Cotorras:** {dirs['cotorra_dir']}")
244
+ with col3:
245
+ st.info(f"**Otras Aves:** {dirs['no_cotorra_aves_dir']}")
246
+
247
+ st.info(f"**Otros Sonidos:** {dirs['no_cotorra_generico_dir']}")
248
+
249
+ if __name__ == "__main__":
250
+ main()
classify_requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ streamlit>=1.28.0
2
+ pathlib
clips/cotorra_inia/20250606_101500_clip_5.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09f19f29f09fa7c462ecdb4e48120877886aa2a05f442302fa3f54b88f423a4
3
+ size 960236
clips/cotorra_inia/20250606_101500_clip_54.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ee15e910aa11ad40f35c4c86c586b54bb36019316202a878a2b1ccae8ed091
3
+ size 960044
clips/cotorra_inia/20250606_101500_clip_57.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819e8f8c8dda47dc82c15bb980604253c5da6e984b58c5dc21f6efa38e876e7b
3
+ size 960044
clips/cotorra_inia/20250606_101500_clip_62.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177f47b88d802743109300f3ca5828f5c719cbba6738a437930b7499eca96f9a
3
+ size 960044
clips/cotorra_inia/20250606_101500_clip_66.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa96029f5ca218aa76f27b924cb59988d1533dee2aabbebc4ee08d5deaa8ba0
3
+ size 960044
clips/cotorra_inia/20250606_101500_clip_69.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9105b5e8e502d8a566a25ce5622428c621a56dc270c9e9c5ef7f10350b46be39
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_101.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e361920b1fe231e6d345ecc5350c27a811110b74cbb6416bb56a573af9182b47
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_103.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea307060136184ae131ffe2867593771ba0635efea5b4d9ee575f073be13315
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_14.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921c8f6d7cbc47a06141d847807b91ffc10a12e8ef256ffd90ef3bf6b1f9e928
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_18.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc7389acbdb03776ac3a85d38020ff097baaa736acc4a979b8c043e983ad3595
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_2.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b1e6cbf80a4ae87b0e4592c8fbdbd9f6a70d815ddbd88f080e827bddfb82e5
3
+ size 960044
clips/cotorra_inia/20250606_103000_clip_22.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eae054055afe490a21483b5a4a513fc2e9f7dbfce98c80eb19cf855eb4ab487
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_63.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3b96b68e647f910062d763546508026c26d01a44fa3aba2060befc99bf39f2
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_65.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbbafef22c7f1f6cd026ce859fc56ba99fd182b37bd700346a19c04a1abbe90
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_67.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0df637408472aded7405f40925ca234a1f2fd0d339abd33ccb5034013f95ab
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_70.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d39cf7942d63fcffe3278a73bd8ef026d42060f9e74d87102cbc60285e5855fd
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_73.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11d997d0a438f92a69b970ac9ab4eb3211073df397f088f4d5ed39a06d4b8a3
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_76.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd27a31c016317c66da7787f5c47fd5f4c4a07f283396730430d27685798d99c
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_79.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc7863f246fe86588e72ba0dc602aac5240b09796122579674d9cd37eba708f
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_82.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ba744292d972558d7d3fda1ce02ffb8fe2c15ad5055f54c4edb5b423df4dbe
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_84.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a699aa0c10f8ff9f369c25bdd2eb67727bc2987bb3fb386321445c4a33aebbde
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_87.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a957d3ac93611c8b5982265f2c77ac116d506d72e186bc0c444db5df25b48d64
3
+ size 960044
clips/cotorra_inia/20250611_171500_clip_89.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf5131d574a2d3f3237bbe27476e71b6f9c87db505e8f457bc13cc2ed7664a4
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80195c1b5aaea99d00b16aeac241891512fdf66114a728bcc05b66d912cf588e
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9316df3e5b205700b37583413fe6e3aa1b1d8b08dbb6baf867ab614e4900b9a0
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_2.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e565a3afacfab13c279beec63b1c9beacd146d713fface0c41e2f5d45c217e8c
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_39.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7cbda7b8ab182b18abc04852838b6f8c6af1ea380822f8b92742d0d4f5eb32d
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_4.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d969495d5def8f0f7ca57a1020db7ad7e5c279eb1be59c514992fa637ad120b5
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_5.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c78eba1259bd17324e99093bc81de9997a67a546c17125c0f4781a713544a0
3
+ size 960044
clips/cotorra_inia/20250611_173000_clip_8.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9ecc8872e8aa6a105b7881dcf751c1fae030fcf867deebfcc8ab0efccdc383
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_11.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aedb473cca2aa4ea784afa27422f18d07babe58d8ae30364b8603246a0904dfd
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_14.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4852faea62e8a48be339f475d246a28d4351d7d9425a76c03046231eac4451f5
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_17.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5955caef32f043b9fb252cb61abf85b591081ba1c7dcc6b80a4b4364eecd41
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_2.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d347bee127fa04a5264b4228067dc4812abdbf26981d582bcd3779ff31ab3f7
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_21.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f46384dbaa85a744cca2d2f26f84370c4d9761e367e59f86ad5e0c63a1dca1
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6fac718212871f39eb03563040afbef08ed478845acd31f130e05893c33c35
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_6.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cff55520616dc7b1714c2d586253b543a245424d237f4284a4576dd5e0cd9f
3
+ size 960044
clips/no_cotorra/20250606_091500_clip_8.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0b6ce1c085021ab066d5126b6cc3da6807715ed1a1d8e63e0bb3dc1090b326
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028444544abd2605aab570c36f49105990c90087fc6e8c54ce52c9313b01eb3a
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_14.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aacd82821080b7bf94c20b461fca342b2e7a4e83edbe255e19490513a71fccd7
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_17.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553474d307462fde3ade37dfa4aa2d8bba6932310d83b6c85bcab2047e0c21c3
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_24.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56beedd128f4881960988526bacc9f4b678b80ee9bdd00b41a42c69a6580c9a6
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_29.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc50b603c92137abc54dee1f809d4f7ddbec7e0bee5d86b8d06351c24f43dd1c
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_31.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e26973b19037a8bf1aaf9b9682cc906aa3a7b51b76801560c1ce16389dac42
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_35.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4764942e3d33e35ac349eeea8bd5d6bfe2e91b42380ce647da41f0b53efc302
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_37.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adaac105b798dcb9ade9270493d261f4091ea91c149681180cac0990c54263af
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_41.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135c115f3b5806b107ba6d1656ae075d7a4794fb7f36b7d55890fa7e92b9216b
3
+ size 960044
clips/no_cotorra/20250606_093000_clip_45.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8708a7cabaca8379dafecab99838a0e198bdd9b23e28407988ed43c23f8ee266
3
+ size 960044