Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording on ipod (was: nano recording volume)
« previous next »
  • Print
Pages: [1] 2 3 ... 6

Author Topic: Recording on ipod (was: nano recording volume)  (Read 37998 times)

Offline bot47

  • Member
  • *
  • Posts: 18
Recording on ipod (was: nano recording volume)
« on: December 19, 2006, 02:48:02 PM »
Hi!

I just started recording using my iPod nano and current rockbox cvs using the headphone jacket, but it's REALLY quiet (but works) even though I used a quite powerful input. Is there any trick to make it record more usefully? Increasing the volume and the record gain does not help that much!
« Last Edit: December 23, 2006, 08:48:24 AM by Febs »
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: nano recording volume
« Reply #1 on: December 19, 2006, 05:34:00 PM »
see commit 18 Dec 01:52 by Barry Wardell:

Quote
FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Color, iPod Nano). * Fix failed compile of enc_config.c when HAVE_MPEG2_SAMPR is not defined. * Fix bug in AIFF encoder header creation on little endian targets. * Add recording screen keymaps for H10 and iPod. * Move pcm_playback PP specific code to target tree. * Add recording code to wmcodec drivers. * Add pcm_record code. Some problems still remain: * Playback doesn't work after recording until Rockbox is restarted. * Gain control not implemented. * Only 16-bit/44KHz for now. The hardware should be capable of up to 24-bit/96KHz. * Line-in recording not tested on H10

Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: nano recording volume
« Reply #2 on: December 19, 2006, 08:54:36 PM »
All evidence so far suggests recording doesn't work on the Nano.  It was enabled in CVS by mistake, and we decided to leave it just to try and confirm for sure that it doesn't work.

Are you sure it's working at all?  Do your recordings contain recognisable audio?

(I would be very happy to be proved wrong).
Logged

Offline bot47

  • Member
  • *
  • Posts: 18
Re: nano recording volume
« Reply #3 on: December 20, 2006, 06:00:48 AM »
Yes, they do. Do you want me to upload some?
Logged

Offline barrywardell

  • Developer
  • Member
  • *
  • Posts: 55
Re: nano recording volume
« Reply #4 on: December 20, 2006, 09:57:07 AM »
It looks like the mic through headphones socket has to be specifically enabled on  4g/color iPods through a GPIO port. I wonder if the same thing is the case for the nano? See pcm_init_recording() in firmware/target/arm/pcm-pp.c for an idea of what I mean.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: nano recording volume
« Reply #5 on: December 22, 2006, 04:16:40 AM »
Quote from: bot47 on December 20, 2006, 06:00:48 AM
Yes, they do. Do you want me to upload some?

No, but I'm curious to know what kind of input you used.  i.e. was it a mic, or something at line-in level?
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: nano recording volume
« Reply #6 on: December 23, 2006, 08:47:12 AM »
I recorded last night with my 5G iPod video, using a line-input dock made by Soap.  

Using a Sony ECM-907, the recorded signal is present, but barely audible above the noise floor.  As  a point of reference, what I was recording is a show that I play seven times a week.  I had previously recorded the show with an iriver H120, using the same microphone, same mic placement, etc.  In that recording, AGC safety mode limited the overall gain to about 28dB.  

I also tried using my Total BitHead headphone amp to boost the signal.  That gave me a little more signal, but also more noise.

I haven't yet had a chance to try recording from a line-level source.

Recording was unstable generally.  Rockbox would almost invariably eventually freeze during the recording.  I wasn't able to detect any pattern about what caused the freezes.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Recording on ipod (was: nano recording volume)
« Reply #7 on: December 23, 2006, 10:09:17 AM »
Just a warning - don't judge the quality of recording on the ipods by the code in Rockbox at the moment.  It's only really "proof-of-concept' code, and no effort has yet been made to setup the ADC optimally.
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Recording on ipod (was: nano recording volume)
« Reply #8 on: December 23, 2006, 10:57:46 AM »
I understand completely.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline podshot

  • Member
  • *
  • Posts: 5
Re: Recording on ipod (was: nano recording volume)
« Reply #9 on: December 31, 2006, 11:48:51 PM »
well recording with a nano works. tried it with line out from my computer and it shows some activity... but its barely hearable in playback..  sorry for my english but i am still a bit drunk...  yeah i know this is just a "proof of consept"  but i tought i would just verify that recording on a nano works!;D i hope someone would work on improving it. ( i would do it if i had any coding expiriense)

well keep up the good work!
rock box rules!
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording on ipod (was: nano recording volume)
« Reply #10 on: January 01, 2007, 01:42:59 AM »
Have you actually got a recording that is recognizable as the source material clearly enough to be definite, or are you judging that it works just from peakmeter movement?
Logged

Offline mlind

  • Member
  • *
  • Posts: 179
  • Recording Pro
Re: Recording on ipod (was: nano recording volume)
« Reply #11 on: January 01, 2007, 04:29:41 AM »
Quote from: podshot on December 31, 2006, 11:48:51 PM
...its barely hearable in playback.. 
Logged
iRiver H120

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording on ipod (was: nano recording volume)
« Reply #12 on: January 01, 2007, 04:43:24 AM »
Yes, but "barely hearable" could mean "I can barely hear a faint staticy noise" or it can mean "I can barely hear anything at all" or it can mean "I can barely, but significantly, identify the audio I was trying to record" and I would like a clear clarification of this.

I would also like to know if he used the dock adapter or the headphone jack.
Logged

Offline podshot

  • Member
  • *
  • Posts: 5
Re: Recording on ipod (was: nano recording volume)
« Reply #13 on: January 01, 2007, 09:42:34 AM »
i used the headphone jack.
 "I can barely, but significantly, identify the audio I was trying to record"!
well i recorded a song and i was able to listen to it in playback but in realy bad quality and it was realy quiet. but it is recognisable!
Logged

Offline bot47

  • Member
  • *
  • Posts: 18
Re: Recording on ipod (was: nano recording volume)
« Reply #14 on: January 03, 2007, 05:19:52 AM »
Sorry for me not answering immediatley ;)
I tried two things. Both worked (at least kind of):
1st) A quite loud output from my soundcard to the headphone jack.
2nd) The Line-In Pin of the Dockconnector works, too. I attached my (!!broken!!) iPod Radio Remote and I got a static noise which sounded like the 87.5 Mhz background noise and 87.5 Mhz is the default channel it gets tuned into when attaching it the first time to the iPod original OS.
Logged

  • Print
Pages: [1] 2 3 ... 6
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording on ipod (was: nano recording volume)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.118 seconds with 14 queries.