question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'recording' must be a RecordingExtractor

See original GitHub issue

Hello, when trying to use spiketoolkit.preprocessing.resample(recording, resample_rate = 10000) on actual recording extractor

I get such an error:

D:\7 term KPI\python\lib\site-packages\spiketoolkit\preprocessing\basepreprocessorrecording.py in __init__(self, recording, copy_times)
      8 
      9     def __init__(self, recording, copy_times=True):
---> 10         assert isinstance(recording, RecordingExtractor), "'recording' must be a RecordingExtractor"

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
olesnitscommented, Nov 24, 2022

alright, it is working now. i just installed the spiketoolkit to use the resample function. apparently it exists in the new API, you should mention this on the website for other people 😃 Thank you!

0reactions
alejoe91commented, Nov 24, 2022

Uninstall spiketoolkit!!! 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recording objects — spikeinterface documentation
The BaseRecording is the basic class for handling recorded data. Here is how it works. A RecordingExtractor handles: traces retrieval across segments.
Read more >
How to Extract Audio from Videos (Essential Guide) - RecMaster
How to extract audio from videos? In this essential guide, we've documented 3 methods for you; RecMaster, VLC media player, and Audacity.
Read more >
Record desktop flows - Power Automate | Microsoft Learn
The image-based recording uses image recognition and OCR to locate specific elements on the screen and extract text. To record flows using ...
Read more >
How to Extract Audio from Video on Different Platforms
All you need to do is to select the Audio feature instead of the screen, play the video in the background, and start...
Read more >
Section 2. Data Recording and Retention - FAA
Incidents: Retain data extraction recordings in accordance with FAA Order JO 8020.16. Tarmac Delay: When a facility is notified that an aircraft has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found